* [GIT PULL] ep93xx cleanups for 3.5
@ 2012-05-11 0:55 Ryan Mallon
2012-05-11 6:18 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Ryan Mallon @ 2012-05-11 0:55 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
are available in the git repository at:
git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-cleanup-for-3.5
for you to fetch changes up to a1eacd79a602707f97201edbac9a03edaaea1847:
arm: ep93xx: use gpio_led_register_device (2012-04-12 09:38:15 +1000)
----------------------------------------------------------------
H Hartley Sweeten (2):
arm: ep93xx: use DEFINE_RES_* macros
arm: ep93xx: use gpio_led_register_device
Ryan Mallon (1):
Fix build breakage in ep93xx-core
arch/arm/mach-ep93xx/Kconfig | 5 ++
arch/arm/mach-ep93xx/core.c | 110 ++++++++----------------------------------
2 files changed, 25 insertions(+), 90 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx cleanups for 3.5
2012-05-11 0:55 [GIT PULL] ep93xx cleanups for 3.5 Ryan Mallon
@ 2012-05-11 6:18 ` Olof Johansson
2012-05-11 6:20 ` Ryan Mallon
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2012-05-11 6:18 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Thu, May 10, 2012 at 5:55 PM, Ryan Mallon <rmallon@gmail.com> wrote:
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
> ?Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
> ?git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-cleanup-for-3.5
>
> for you to fetch changes up to a1eacd79a602707f97201edbac9a03edaaea1847:
>
> ?arm: ep93xx: use gpio_led_register_device (2012-04-12 09:38:15 +1000)
>
> ----------------------------------------------------------------
> H Hartley Sweeten (2):
> ? ? ?arm: ep93xx: use DEFINE_RES_* macros
> ? ? ?arm: ep93xx: use gpio_led_register_device
>
> Ryan Mallon (1):
> ? ? ?Fix build breakage in ep93xx-core
Pulled, thanks.
One^WTwo nits: please use the format 'ARM: ep93xx: <...>' on these
kind of commits in the future. Also, since you have the commit that
introduces the error right before, you can squash it in with the
bugfix (and document it in the signed-off-by sequence if you prefer --
see SubmittingPatches for examples).
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx cleanups for 3.5
2012-05-11 6:18 ` Olof Johansson
@ 2012-05-11 6:20 ` Ryan Mallon
2012-05-11 6:23 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Ryan Mallon @ 2012-05-11 6:20 UTC (permalink / raw)
To: linux-arm-kernel
On 11/05/12 16:18, Olof Johansson wrote:
> Hi,
>
> On Thu, May 10, 2012 at 5:55 PM, Ryan Mallon <rmallon@gmail.com> wrote:
>> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>>
>> Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>>
>> are available in the git repository at:
>>
>> git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-cleanup-for-3.5
>>
>> for you to fetch changes up to a1eacd79a602707f97201edbac9a03edaaea1847:
>>
>> arm: ep93xx: use gpio_led_register_device (2012-04-12 09:38:15 +1000)
>>
>> ----------------------------------------------------------------
>> H Hartley Sweeten (2):
>> arm: ep93xx: use DEFINE_RES_* macros
>> arm: ep93xx: use gpio_led_register_device
>>
>> Ryan Mallon (1):
>> Fix build breakage in ep93xx-core
>
> Pulled, thanks.
>
> One^WTwo nits: please use the format 'ARM: ep93xx: <...>' on these
> kind of commits in the future. Also, since you have the commit that
> introduces the error right before, you can squash it in with the
> bugfix (and document it in the signed-off-by sequence if you prefer --
> see SubmittingPatches for examples).
Thanks,
The reason I didn't squash the patches together was that I had already
pushed the original broken commit out. I'm still a bit unclear on how to
fix things on a public stable branch once it has been pushed.
I'll make sure that all patches have the correct subject headers in future.
~Ryan
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ep93xx cleanups for 3.5
2012-05-11 6:20 ` Ryan Mallon
@ 2012-05-11 6:23 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-11 6:23 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, May 10, 2012 at 11:20 PM, Ryan Mallon <rmallon@gmail.com> wrote:
> On 11/05/12 16:18, Olof Johansson wrote:
>
>> Hi,
>>
>> On Thu, May 10, 2012 at 5:55 PM, Ryan Mallon <rmallon@gmail.com> wrote:
>>> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>>>
>>> ?Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>>>
>>> are available in the git repository at:
>>>
>>> ?git://github.com/RyanMallon/linux-ep93xx.git tags/ep93xx-cleanup-for-3.5
>>>
>>> for you to fetch changes up to a1eacd79a602707f97201edbac9a03edaaea1847:
>>>
>>> ?arm: ep93xx: use gpio_led_register_device (2012-04-12 09:38:15 +1000)
>>>
>>> ----------------------------------------------------------------
>>> H Hartley Sweeten (2):
>>> ? ? ?arm: ep93xx: use DEFINE_RES_* macros
>>> ? ? ?arm: ep93xx: use gpio_led_register_device
>>>
>>> Ryan Mallon (1):
>>> ? ? ?Fix build breakage in ep93xx-core
>>
>> Pulled, thanks.
>>
>> One^WTwo nits: please use the format 'ARM: ep93xx: <...>' on these
>> kind of commits in the future. Also, since you have the commit that
>> introduces the error right before, you can squash it in with the
>> bugfix (and document it in the signed-off-by sequence if you prefer --
>> see SubmittingPatches for examples).
>
>
> Thanks,
>
> The reason I didn't squash the patches together was that I had already
> pushed the original broken commit out. I'm still a bit unclear on how to
> fix things on a public stable branch once it has been pushed.
>
> I'll make sure that all patches have the correct subject headers in future.
Ah yes, if you have a stable branch that makes it hard.
Sometimes it helps to have two branches, one stable and one unstable,
both merged into a for-next branch that goes into Stephen's
linux-next. That way you can have a patch sit there a little while to
catch errors like these before you move them over to the stable base.
Either way, not a big deal unless we end up with a large number of
these kind of fixes, one or two here or there is fine.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-11 6:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 0:55 [GIT PULL] ep93xx cleanups for 3.5 Ryan Mallon
2012-05-11 6:18 ` Olof Johansson
2012-05-11 6:20 ` Ryan Mallon
2012-05-11 6:23 ` 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).