All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i.MX board feature patches
@ 2012-04-11  8:33 Sascha Hauer
  2012-04-15 18:19 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-04-11  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Please pull the following board feature patches for i.MX

Thanks
 Sascha

The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:

  Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-features-board-20120411

for you to fetch changes up to e7259f7ca3a0c7a269fecb61156224ddd3edb92c:

  Visstrim_M10: Add board version detection. (2012-04-11 10:16:03 +0200)

----------------------------------------------------------------
misc i.MX board specific features

----------------------------------------------------------------
Alex Gershgorin (1):
      ARM: regulator: i.MX35-PDK Add regulator support

Javier Martin (1):
      Visstrim_M10: Add board version detection.

Uwe Kleine-K?nig (1):
      ARM: imx_v4_v5_defconfig: enable adc and touch driver of mc13783

 arch/arm/configs/imx_v4_v5_defconfig        |    4 +-
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c |   55 ++++++++
 arch/arm/mach-imx/mach-mx35_3ds.c           |  193 +++++++++++++++++++++++++++
 3 files changed, 251 insertions(+), 1 deletion(-)
-- 
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] 5+ messages in thread

* [GIT PULL] i.MX board feature patches
  2012-04-11  8:33 [GIT PULL] i.MX board feature patches Sascha Hauer
@ 2012-04-15 18:19 ` Olof Johansson
  2012-04-16  7:53   ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2012-04-15 18:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Wed, Apr 11, 2012 at 1:33 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Arnd, Olof,
>
> Please pull the following board feature patches for i.MX
>
> Thanks
> ?Sascha
>
> The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
>
> ?Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
>
> are available in the git repository at:
>
> ?git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-features-board-20120411
>
> for you to fetch changes up to e7259f7ca3a0c7a269fecb61156224ddd3edb92c:
>
> ?Visstrim_M10: Add board version detection. (2012-04-11 10:16:03 +0200)
>
> ----------------------------------------------------------------
> misc i.MX board specific features
>
> ----------------------------------------------------------------
> Alex Gershgorin (1):
> ? ? ?ARM: regulator: i.MX35-PDK Add regulator support
>
> Javier Martin (1):
> ? ? ?Visstrim_M10: Add board version detection.


Just because I've already have given you the "please keep this in mind
in the future" comments before, I'm going to ask you to respin this
branch and fix the patch subjects on the two above patches. The first
should probably be "ARM: imx: Add regulator support for i.MX35-PDK" or
so, and the second one needs "ARM: imx:" prefix.

Branch otherwise looks reasonable, so respin with that fixed and we'll
pull it in.


-Olof

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

* [GIT PULL] i.MX board feature patches
  2012-04-15 18:19 ` Olof Johansson
@ 2012-04-16  7:53   ` Sascha Hauer
  2012-04-25  6:24     ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-04-16  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Apr 15, 2012 at 11:19:06AM -0700, Olof Johansson wrote:
> Hi,
> 
> On Wed, Apr 11, 2012 at 1:33 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> > Hi Arnd, Olof,
> >
> > Please pull the following board feature patches for i.MX
> >
> > Thanks
> > ?Sascha
> >
> > The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
> >
> > ?Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
> >
> > are available in the git repository at:
> >
> > ?git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-features-board-20120411
> >
> > for you to fetch changes up to e7259f7ca3a0c7a269fecb61156224ddd3edb92c:
> >
> > ?Visstrim_M10: Add board version detection. (2012-04-11 10:16:03 +0200)
> >
> > ----------------------------------------------------------------
> > misc i.MX board specific features
> >
> > ----------------------------------------------------------------
> > Alex Gershgorin (1):
> > ? ? ?ARM: regulator: i.MX35-PDK Add regulator support
> >
> > Javier Martin (1):
> > ? ? ?Visstrim_M10: Add board version detection.
> 
> 
> Just because I've already have given you the "please keep this in mind
> in the future" comments before, I'm going to ask you to respin this
> branch and fix the patch subjects on the two above patches. The first
> should probably be "ARM: imx: Add regulator support for i.MX35-PDK" or
> so, and the second one needs "ARM: imx:" prefix.
> 
> Branch otherwise looks reasonable, so respin with that fixed and we'll
> pull it in.

Here we go. Hopefully I am aware of this in the future :-/

Sascha

The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:

  Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-features-board-20120411-2

for you to fetch changes up to 435ca24116bc5365a10fa0be1bf1c1e4c5680157:

  ARM i.MX: Visstrim_M10: Add board version detection. (2012-04-16 09:49:31 +0200)

----------------------------------------------------------------
imx-features-board-20120411

----------------------------------------------------------------
Alex Gershgorin (1):
      ARM: i.MX: i.MX35-PDK: Add regulator support

Javier Martin (1):
      ARM i.MX: Visstrim_M10: Add board version detection.

Uwe Kleine-K?nig (1):
      ARM: imx_v4_v5_defconfig: enable adc and touch driver of mc13783

 arch/arm/configs/imx_v4_v5_defconfig        |    4 +-
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c |   55 ++++++++
 arch/arm/mach-imx/mach-mx35_3ds.c           |  193 +++++++++++++++++++++++++++
 3 files changed, 251 insertions(+), 1 deletion(-)

-- 
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] 5+ messages in thread

* [GIT PULL] i.MX board feature patches
  2012-04-16  7:53   ` Sascha Hauer
@ 2012-04-25  6:24     ` Sascha Hauer
  2012-04-25 18:00       ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-04-25  6:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On Mon, Apr 16, 2012 at 09:53:24AM +0200, Sascha Hauer wrote:
> > 
> > Branch otherwise looks reasonable, so respin with that fixed and we'll
> > pull it in.
> 
> Here we go. Hopefully I am aware of this in the future :-/

Still something wrong?

Sascha

> 
> Sascha
> 
> The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
> 
>   Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-features-board-20120411-2
> 
> for you to fetch changes up to 435ca24116bc5365a10fa0be1bf1c1e4c5680157:
> 
>   ARM i.MX: Visstrim_M10: Add board version detection. (2012-04-16 09:49:31 +0200)
> 
> ----------------------------------------------------------------
> imx-features-board-20120411
> 
> ----------------------------------------------------------------
> Alex Gershgorin (1):
>       ARM: i.MX: i.MX35-PDK: Add regulator support
> 
> Javier Martin (1):
>       ARM i.MX: Visstrim_M10: Add board version detection.
> 
> Uwe Kleine-K?nig (1):
>       ARM: imx_v4_v5_defconfig: enable adc and touch driver of mc13783
> 
>  arch/arm/configs/imx_v4_v5_defconfig        |    4 +-
>  arch/arm/mach-imx/mach-imx27_visstrim_m10.c |   55 ++++++++
>  arch/arm/mach-imx/mach-mx35_3ds.c           |  193 +++++++++++++++++++++++++++
>  3 files changed, 251 insertions(+), 1 deletion(-)
> 
> -- 
> 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 |
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
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] 5+ messages in thread

* [GIT PULL] i.MX board feature patches
  2012-04-25  6:24     ` Sascha Hauer
@ 2012-04-25 18:00       ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2012-04-25 18:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 24, 2012 at 11:24 PM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Olof,
>
> On Mon, Apr 16, 2012 at 09:53:24AM +0200, Sascha Hauer wrote:
>> >
>> > Branch otherwise looks reasonable, so respin with that fixed and we'll
>> > pull it in.
>>
>> Here we go. Hopefully I am aware of this in the future :-/
>
> Still something wrong?

Nope, I just missed revisiting it, sorry for the delay.

Merging it in now.


-Olof

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

end of thread, other threads:[~2012-04-25 18:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11  8:33 [GIT PULL] i.MX board feature patches Sascha Hauer
2012-04-15 18:19 ` Olof Johansson
2012-04-16  7:53   ` Sascha Hauer
2012-04-25  6:24     ` Sascha Hauer
2012-04-25 18:00       ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.