mbox

[GIT,PULL] i.MX driver patches

Message ID 20120227093559.GA3852@pengutronix.de
State New
Headers show

Pull-request

git://git.pengutronix.de/git/imx/linux-2.6.git imx-drivers

Message

Sascha Hauer Feb. 27, 2012, 9:35 a.m. UTC
Hi Arnd,

Please pull the following for -next. Note that this partly replaces the
previous i.MX branch you pulled as suggested.

Sascha


The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git imx-drivers

for you to fetch changes up to 15cc1b1c1e8848ffa711f4ea24c919627a1159da:

  ARM: imx_v4_v5_defconfig: Update defconfig (2012-02-27 10:14:15 +0100)

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: imx_v6_v7_defconfig: Add support for framebuffer and camera on mx31
      ARM: mx27_3ds: Add camera support
      ARM: imx_v4_v5_defconfig: Update defconfig

 arch/arm/configs/imx_v4_v5_defconfig |   16 +++++
 arch/arm/configs/imx_v6_v7_defconfig |   32 ++++++++++
 arch/arm/mach-imx/Kconfig            |    1 +
 arch/arm/mach-imx/mach-mx27_3ds.c    |  108 ++++++++++++++++++++++++++++++++++
 4 files changed, 157 insertions(+), 0 deletions(-)

Comments

Arnd Bergmann Feb. 27, 2012, 1:44 p.m. UTC | #1
On Monday 27 February 2012, Sascha Hauer wrote:
> Hi Arnd,
> 
> Please pull the following for -next. Note that this partly replaces the
> previous i.MX branch you pulled as suggested.

Pulled, thanks!

Olof: I'll rebase the for-next branch soon to remove the previous branch,
right now it still contains both sets of patches.

	Arnd