mbox

[GIT,PULL] i.MX 35/5 AIPS Setup

Message ID 20120307205429.GO3852@pengutronix.de
State New
Headers show

Pull-request

git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx35-imx5-aips-setup

Message

Sascha Hauer March 7, 2012, 8:54 p.m. UTC
Hi Arnd,

Please pull the following for -next. It contains Fabios Aips setup
patches. They depend on your imx/soc branch.

Sascha

The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:

  Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx35-imx5-aips-setup

for you to fetch changes up to 38bb3630bcba25f16106166a4aaf211c1d195863:

  ARM: mx35: Setup the AIPS registers (2012-03-07 21:29:57 +0100)

----------------------------------------------------------------
i.MX35/5 AIPS setup

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: mx5: Use common function for configuring AIPS
      ARM: mx35: Setup the AIPS registers

 arch/arm/mach-imx/cpu-imx5.c |   36 ------------------------------------
 arch/arm/mach-imx/mm-imx3.c  |    4 ++++
 arch/arm/mach-imx/mm-imx5.c  |    8 ++++++++
 3 files changed, 12 insertions(+), 36 deletions(-)

Comments

Olof Johansson March 8, 2012, 5:22 p.m. UTC | #1
Hi,

On Wed, Mar 7, 2012 at 12:54 PM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
>
> Hi Arnd,
>
> Please pull the following for -next. It contains Fabios Aips setup
> patches. They depend on your imx/soc branch.
>
> Sascha
>
> The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
>
>  Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
>
> are available in the git repository at:
>
>  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx35-imx5-aips-setup

Thanks, pulled into next/soc.

-Olof