linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX assorted
@ 2012-01-03  8:54 Sascha Hauer
  2012-01-06 21:58 ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Sascha Hauer @ 2012-01-03  8:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd Olof,

Please pull the following assorted i.MX feature patches.

Sascha

The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:

  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)

are available in the git repository at:
  git://git.pengutronix.de/git/imx/linux-2.6.git imx-features-assorted

Fabio Estevam (1):
      ARM: mx31pdk: Add MC13783 RTC support

Gwenhael Goavec-Merou (1):
      MX1:apf9328: Add i2c support

Jaccon Bastiaansen (1):
      Enable 32 bit flash support for iMX21ADS board

Paul Fertser (1):
      iomux-mx25: configuration to support CSPI3 on CSI pins

 arch/arm/configs/imx_v4_v5_defconfig        |    1 -
 arch/arm/mach-imx/Kconfig                   |    1 +
 arch/arm/mach-imx/mach-apf9328.c            |   10 ++++++++++
 arch/arm/mach-imx/mach-mx31_3ds.c           |    2 +-
 arch/arm/plat-mxc/include/mach/iomux-mx25.h |    4 ++++
 5 files changed, 16 insertions(+), 2 deletions(-)
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
  2012-01-03  8:54 Sascha Hauer
@ 2012-01-06 21:58 ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2012-01-06 21:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, Jan 3, 2012 at 12:54 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Arnd Olof,
>
> Please pull the following assorted i.MX feature patches.
>
> Sascha
>
> The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
>
> ?Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
>
> are available in the git repository at:
> ?git://git.pengutronix.de/git/imx/linux-2.6.git imx-features-assorted

Thanks, pulled into late/devel.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
@ 2012-02-17  8:24 Sascha Hauer
  2012-02-17 11:10 ` Fabio Estevam
  2012-02-23 14:27 ` Arnd Bergmann
  0 siblings, 2 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-02-17  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

Please pull the following assorted updates for i.MX.

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 features/assorted

for you to fetch changes up to bc17b36704e051ec67eeaa6e10d7e20ce32c76cf:

  ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board (2012-02-17 09:20:31 +0100)

----------------------------------------------------------------
Fabio Estevam (7):
      ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct
      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
      ARM: plat-mxc: audmux-v1: Remove unneeded ifdef's
      ARM: mx3: Let mx31 and mx35 share the same CCM header file
      ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board

 arch/arm/configs/imx_v4_v5_defconfig               |   17 ++
 arch/arm/configs/imx_v6_v7_defconfig               |   32 ++++
 arch/arm/mach-imx/Kconfig                          |    1 +
 arch/arm/mach-imx/clock-imx31.c                    |    2 +-
 arch/arm/mach-imx/clock-imx35.c                    |  166 +++++++++-----------
 .../mach-imx/{crmregs-imx31.h => crmregs-imx3.h}   |   15 ++-
 arch/arm/mach-imx/mach-armadillo5x0.c              |    2 +-
 arch/arm/mach-imx/mach-mx27_3ds.c                  |  108 +++++++++++++
 arch/arm/mach-imx/mach-pcm038.c                    |    2 +-
 arch/arm/plat-mxc/audmux-v1.c                      |    5 +-
 10 files changed, 251 insertions(+), 99 deletions(-)
 rename arch/arm/mach-imx/{crmregs-imx31.h => crmregs-imx3.h} (94%)
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
  2012-02-17  8:24 [GIT PULL] i.MX assorted Sascha Hauer
@ 2012-02-17 11:10 ` Fabio Estevam
  2012-02-17 11:16   ` Sascha Hauer
  2012-02-17 16:28   ` Mark Brown
  2012-02-23 14:27 ` Arnd Bergmann
  1 sibling, 2 replies; 7+ messages in thread
From: Fabio Estevam @ 2012-02-17 11:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 17, 2012 at 6:24 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:

> ----------------------------------------------------------------
> Fabio Estevam (7):
> ? ? ?ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct

This one fixes a build breakage in mainline, so it would be nice if
this one could be pulled first.

Thanks,

Fabio Estevam

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
  2012-02-17 11:10 ` Fabio Estevam
@ 2012-02-17 11:16   ` Sascha Hauer
  2012-02-17 16:28   ` Mark Brown
  1 sibling, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-02-17 11:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 17, 2012 at 09:10:30AM -0200, Fabio Estevam wrote:
> On Fri, Feb 17, 2012 at 6:24 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> 
> > ----------------------------------------------------------------
> > Fabio Estevam (7):
> > ? ? ?ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct
> 
> This one fixes a build breakage in mainline, so it would be nice if
> this one could be pulled first.

This breaks since

regulator: Remove support for supplies specified by struct device

currently sitting in next. Linus master builds fine.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
  2012-02-17 11:10 ` Fabio Estevam
  2012-02-17 11:16   ` Sascha Hauer
@ 2012-02-17 16:28   ` Mark Brown
  1 sibling, 0 replies; 7+ messages in thread
From: Mark Brown @ 2012-02-17 16:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 17, 2012 at 09:10:30AM -0200, Fabio Estevam wrote:
> On Fri, Feb 17, 2012 at 6:24 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:

> > ----------------------------------------------------------------
> > Fabio Estevam (7):
> > ?? ?? ??ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct

> This one fixes a build breakage in mainline, so it would be nice if
> this one could be pulled first.

The mainline change will only go in during the next merge window.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] i.MX assorted
  2012-02-17  8:24 [GIT PULL] i.MX assorted Sascha Hauer
  2012-02-17 11:10 ` Fabio Estevam
@ 2012-02-23 14:27 ` Arnd Bergmann
  1 sibling, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2012-02-23 14:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 17 February 2012, Sascha Hauer wrote:
> Hi Olof,
> 
> Please pull the following assorted updates for i.MX.
> 

Hi Sascha,

I've pulled it into a generic next/devel branch now, but I'd prefer
avoiding such catch-all branches in the future.

I'd be happier if you could send separate pull requests for independent
parts of this:

fixes:
      ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct
      ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board

drivers:
      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

cleanup:
      ARM: plat-mxc: audmux-v1: Remove unneeded ifdef's
      ARM: mx3: Let mx31 and mx35 share the same CCM header file

I did not want to do that rebase myself because I don't know if the branch
you sent me is used elsewhere, but if you send me replacements, I'd prefer
removing this one branch from arm-soc and putting the three others in.

	Arnd

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-23 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17  8:24 [GIT PULL] i.MX assorted Sascha Hauer
2012-02-17 11:10 ` Fabio Estevam
2012-02-17 11:16   ` Sascha Hauer
2012-02-17 16:28   ` Mark Brown
2012-02-23 14:27 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2012-01-03  8:54 Sascha Hauer
2012-01-06 21:58 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).