<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-op-linux/arch/arm/mach-mx3/clock.c, branch master</title>
<subtitle>Blackbird™ Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/'/>
<updated>2010-01-05T09:10:07+00:00</updated>
<entry>
<title>imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.c</title>
<updated>2010-01-05T09:10:07+00:00</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-12-09T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=60d644cae9d96e13547c69fbac22e800790e6054'/>
<id>urn:sha1:60d644cae9d96e13547c69fbac22e800790e6054</id>
<content type='text'>
These files are only used on imx31.  This makes the name consistent with
the imx35 files.

Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
Cc: Sascha Hauer &lt;kernel@pengutronix.de&gt;
Cc: Russell King &lt;linux@arm.linux.org.uk&gt;
Cc: Daniel Mack &lt;daniel@caiaq.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Valentin Longchamp &lt;valentin.longchamp@epfl.ch&gt;
</content>
</entry>
<entry>
<title>imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part)</title>
<updated>2010-01-05T09:10:07+00:00</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-12-09T10:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=f568dd7f5805bfa9e99f6df866300498b55eb8f4'/>
<id>urn:sha1:f568dd7f5805bfa9e99f6df866300498b55eb8f4</id>
<content type='text'>
This just leaves cpu.c, devices.c and mm.c to clean up.  As these files
are used on more than one SOC they need some more work.

Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
Cc: Russell King &lt;linux@arm.linux.org.uk&gt;
Cc: Alberto Panizzo &lt;maramaopercheseimorto@gmail.com&gt;
Cc: Valentin Longchamp &lt;valentin.longchamp@epfl.ch&gt;
Cc: Daniel Mack &lt;daniel@caiaq.de&gt;
Cc: Guennadi Liakhovetski &lt;lg@denx.de&gt;
Cc: Yoichi Yuasa &lt;yuasa@linux-mips.org&gt;
Cc: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Cc: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Cc: Harro Haan &lt;hrhaan@yahoo.com&gt;
Cc: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Luotao Fu &lt;l.fu@pengutronix.de&gt;
Cc: Ilya Yanok &lt;yanok@emcraft.com&gt;
</content>
</entry>
<entry>
<title>i.MX31 clock: rename SSI clocks to driver name</title>
<updated>2009-11-24T07:39:58+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-11-12T13:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=74b2a70e34c69687f82b1319a358b21afeea497c'/>
<id>urn:sha1:74b2a70e34c69687f82b1319a358b21afeea497c</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: MX3: fix CPU revision number detection</title>
<updated>2009-11-23T10:51:18+00:00</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-11-21T19:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=52939c03e53b151848da9e83fd839bddfda29e78'/>
<id>urn:sha1:52939c03e53b151848da9e83fd839bddfda29e78</id>
<content type='text'>
The macro mx31_revision() used to take the global variable system_rev to
determine the CPU revision number. However, this number is expected to
be set by the bootloader and is usually zero (at least on my MX31 based
boards here). More than that, it is usually taken to identify the
board's revision, not the CPU's.

Fix that by reading the the CPU's SREV register instead.

Right now, mx31_read_cpu_rev() is called from mx31_clocks_init() which
is admittedly not a good place for it. However, we need to enable the
IIM clock first, and the clock code also has conditional code that
depends on mx31_revision() returning the right thing.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>MXC: fix reset for mx31, mx35 and mx27 SoCs</title>
<updated>2009-10-13T08:24:10+00:00</updated>
<author>
<name>Valentin Longchamp</name>
<email>valentin.longchamp@epfl.ch</email>
</author>
<published>2009-10-08T16:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=679bfef0e366109483981899401b98b8a65ed06c'/>
<id>urn:sha1:679bfef0e366109483981899401b98b8a65ed06c</id>
<content type='text'>
The clock name for the watchdog devices was not set consistently
with mx21 on these platforms, resulting in the reset not to work.

Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@epfl.ch&gt;
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>MX31 Fix spi clock names</title>
<updated>2009-08-14T10:41:03+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-03-20T18:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=3fd2691a1dc80e42e6524bcbc228b1d35424d013'/>
<id>urn:sha1:3fd2691a1dc80e42e6524bcbc228b1d35424d013</id>
<content type='text'>
Fix the SPI clock names to match the device names.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: MX3: add ckil clock</title>
<updated>2009-08-14T10:40:38+00:00</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-06-25T10:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=c372a5cf4cde161c7f59bbe7a9ebcfce9cb2c2f8'/>
<id>urn:sha1:c372a5cf4cde161c7f59bbe7a9ebcfce9cb2c2f8</id>
<content type='text'>
The CKIL clock source is used by the upcoming RTC driver, so we need
to export it.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ehci mxc: Fix clocks</title>
<updated>2009-08-07T10:11:11+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-06-25T12:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=6558f985a1ff7ab2b413f49ee8766c919495e0ac'/>
<id>urn:sha1:6558f985a1ff7ab2b413f49ee8766c919495e0ac</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>MXC: pass base/irq to mxc_timer_init</title>
<updated>2009-08-07T10:10:51+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-05-25T10:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=8db5d1a64d36d0750b88c6c13feeaf0e00be2eb4'/>
<id>urn:sha1:8db5d1a64d36d0750b88c6c13feeaf0e00be2eb4</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm</title>
<updated>2009-06-14T20:42:43+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-06-14T20:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=2cf4d4514d5b43c1f3b64bd0ec8b9853bde8f1dc'/>
<id>urn:sha1:2cf4d4514d5b43c1f3b64bd0ec8b9853bde8f1dc</id>
<content type='text'>
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (417 commits)
  MAINTAINERS: EB110ATX is not ebsa110
  MAINTAINERS: update Eric Miao's email address and status
  fb: add support of LCD display controller on pxa168/910 (base layer)
  [ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYSCON_PWRCN
  [ARM] pxa/sharpsl_pm: zaurus needs generic pxa suspend/resume routines
  [ARM] 5544/1: Trust PrimeCell resource sizes
  [ARM] pxa/sharpsl_pm: cleanup of gpio-related code.
  [ARM] pxa/sharpsl_pm: drop set_irq_type calls
  [ARM] pxa/sharpsl_pm: merge pxa-specific code into generic one
  [ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specific
  [ARM] sa1100: remove unused collie_pm.c
  [ARM] pxa: fix the conflicting non-static declarations of global_gpios[]
  [ARM] 5550/1: Add default configure file for w90p910 platform
  [ARM] 5549/1: Add clock api for w90p910 platform.
  [ARM] 5548/1: Add gpio api for w90p910 platform
  [ARM] 5551/1: Add multi-function pin api for w90p910 platform.
  [ARM] Make ARM_VIC_NR depend on ARM_VIC
  [ARM] 5546/1: ARM PL022 SSP/SPI driver v3
  ARM: OMAP4: SMP: Update defconfig for OMAP4430
  ARM: OMAP4: SMP: Enable SMP support for OMAP4430
  ...
</content>
</entry>
</feed>
