<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/sh, branch v3.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/sh?h=v3.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/sh?h=v3.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-01-24T01:44:49Z</updated>
<entry>
<title>sh: clkfwk: bugfix: use clk_reparent() for div6 clocks</title>
<updated>2012-01-24T01:44:49Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2012-01-19T09:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=64dea57588f49736c2a7778292f3967c7984ab94'/>
<id>urn:sha1:64dea57588f49736c2a7778292f3967c7984ab94</id>
<content type='text'>
Various problems will happen if clk parent was set up directly.
it should use clk_reparent()

Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh</title>
<updated>2012-01-12T07:29:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-01-12T07:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4c4d285ad5665bfbd983b95fde8d7a477d24a361'/>
<id>urn:sha1:4c4d285ad5665bfbd983b95fde8d7a477d24a361</id>
<content type='text'>
SH/R-Mobile updates for 3.3 merge window.

* tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh: (32 commits)
  arm: mach-shmobile: add a resource name for shdma
  ARM: mach-shmobile: r8a7779 SMP support V3
  ARM: mach-shmobile: Add kota2 defconfig.
  ARM: mach-shmobile: Add marzen defconfig.
  ARM: mach-shmobile: r8a7779 power domain support V2
  ARM: mach-shmobile: Fix up marzen build for recent GIC changes.
  ARM: mach-shmobile: r8a7779 PFC function support
  ARM: mach-shmobile: Flush caches in platform_cpu_die()
  ARM: mach-shmobile: Allow SoC specific CPU kill code
  ARM: mach-shmobile: Fix headsmp.S code to use CPUINIT
  ARM: mach-shmobile: clock-r8a7779: clkz/clkzs support
  ARM: mach-shmobile: clock-r8a7779: add DIV4 clock support
  ARM: mach-shmobile: Marzen LAN89218 support
  ARM: mach-shmobile: Marzen SCIF2/SCIF4 support
  ARM: mach-shmobile: r8a7779 PFC GPIO-only support V2
  ARM: mach-shmobile: r8a7779 and Marzen base support V2
  sh: pfc: Unlock register support
  sh: pfc: Variable bitfield width config register support
  sh: pfc: Add config_reg_helper() function
  sh: pfc: Convert index to field and value pair
  ...
</content>
</entry>
<entry>
<title>Merge branch 'sh/pm-runtime' into sh-latest</title>
<updated>2012-01-12T03:57:32Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2012-01-12T03:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9f06cf38eca57e279b4c78e465e19f10c2f78174'/>
<id>urn:sha1:9f06cf38eca57e279b4c78e465e19f10c2f78174</id>
<content type='text'>
Conflicts:
	arch/sh/kernel/cpu/sh4a/clock-sh7723.c

Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: also without PM_RUNTIME pm_runtime.o must be built</title>
<updated>2012-01-12T03:25:51Z</updated>
<author>
<name>Guennadi Liakhovetski</name>
<email>g.liakhovetski@gmx.de</email>
</author>
<published>2012-01-10T15:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d3442b2bb7ce4089fadcf483b8ae9766ab480238'/>
<id>urn:sha1:d3442b2bb7ce4089fadcf483b8ae9766ab480238</id>
<content type='text'>
When CONFIG_PM_RUNTIME is off, drivers/sh/pm_runtime.o still has to be
built on sh platforms, because then it provides means to statically
switch on device PM clocks.

Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'common/clkfwk' into sh-latest</title>
<updated>2012-01-10T04:31:09Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2012-01-10T04:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4414d38a8845b229a8e7ea0105fe1bb263b65993'/>
<id>urn:sha1:4414d38a8845b229a8e7ea0105fe1bb263b65993</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sh: clkfwk: sh_clk_init_parent() should be called after clk_register()</title>
<updated>2012-01-10T04:30:30Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2011-12-12T03:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7784f4da1a1b8b2519e008551fc4f69713451f89'/>
<id>urn:sha1:7784f4da1a1b8b2519e008551fc4f69713451f89</id>
<content type='text'>
sh_clk_init_parent() are using clk-&gt;mapped_reg
which is mapped in clk_register()

Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latest</title>
<updated>2012-01-09T02:12:55Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2012-01-09T02:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ca371d2854d48c0c22e7aa031df182f96dc85820'/>
<id>urn:sha1:ca371d2854d48c0c22e7aa031df182f96dc85820</id>
<content type='text'>
Conflicts:
	arch/arm/mach-shmobile/clock-sh73a0.c

Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>Merge branches 'common/pfc' and 'common/clkfwk' into rmobile/marzen</title>
<updated>2012-01-09T01:03:09Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2012-01-09T01:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e0a23ce20eb98c17c5f7bf4b7f34cb31d0b102f9'/>
<id>urn:sha1:e0a23ce20eb98c17c5f7bf4b7f34cb31d0b102f9</id>
<content type='text'>
Conflicts:
	arch/arm/mach-shmobile/clock-sh73a0.c

Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: pfc: Unlock register support</title>
<updated>2012-01-09T00:33:57Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@opensource.se</email>
</author>
<published>2011-12-13T16:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e499ada829cf769ac6f16627cd9f09b855a7fd6d'/>
<id>urn:sha1:e499ada829cf769ac6f16627cd9f09b855a7fd6d</id>
<content type='text'>
Add PFC support for a 32-bit unlock register. Needed to
drive the r8a7779 PFC that comes with a funky PMMR register.

Signed-off-by: Magnus Damm &lt;damm@opensource.se&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: pfc: Variable bitfield width config register support</title>
<updated>2012-01-09T00:33:55Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@opensource.se</email>
</author>
<published>2011-12-13T16:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f78a26f55b2438c439609fc90b473f7f08f5b697'/>
<id>urn:sha1:f78a26f55b2438c439609fc90b473f7f08f5b697</id>
<content type='text'>
Add support for variable config reg hardware by adding
the macro PINMUX_CFG_REG_VAR(). The width of each bitfield
needs to be passed to the macro, and the correct space must
be consumed by each bitfield in the enum table following the
macro. Data registers still need to have fixed bitfields.

Signed-off-by: Magnus Damm &lt;damm@opensource.se&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
</feed>
