* [PATCH v2] OMAP3: beagle: add support for beagleboard xM revision C
[not found] <1306500018-19685-1-git-send-email-koen@dominion.thruhere.net>
@ 2011-05-27 13:20 ` Igor Grinberg
2011-05-27 13:35 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Igor Grinberg @ 2011-05-27 13:20 UTC (permalink / raw)
To: linux-arm-kernel
Hi Koen,
Please CC LAKML for patches like this,
otherwise Tony, will have to post all of them before pull requesting.
On 05/27/11 15:40, Koen Kooi wrote:
> The USB enable GPIO has been inverted again and the USER button moved.
>
> Future revisions will now fall back to xM rev C instead of unknown.
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>
> Changes since v1:
> * updated against mainline to take Igors gpio cleanup into account
> * removed xM rev B checks, no boards with that ID were ever produced, rev B boards show up as rev A
> * double checked whitespace:
>
> total: 0 errors, 0 warnings, 89 lines checked
> patches/0001-OMAP3-beagle-add-support-for-beagleboard-xM-revision.patch has no obvious style problems and is ready for submission.
>
> arch/arm/mach-omap2/board-omap3beagle.c | 31 +++++++++++++++++++++++--------
> 1 files changed, 23 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
> index be71426..177769b 100644
> --- a/arch/arm/mach-omap2/board-omap3beagle.c
> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
[...]
> @@ -565,6 +576,10 @@ static void __init omap3_beagle_init(void)
> omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
> omap3_beagle_init_rev();
> omap3_beagle_i2c_init();
> +
> + if (cpu_is_omap3630())
> + gpio_buttons[0].gpio = 4;
Don't get me wrong, I want this patch in mainline as soon as possible.
Just curious, what the hell happened to indentation here? :)
checkpatch.pl does not spot things like this... interesting...
If you want to leave this as is, go ahead, I don't mind, just curious.
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2] OMAP3: beagle: add support for beagleboard xM revision C
2011-05-27 13:20 ` [PATCH v2] OMAP3: beagle: add support for beagleboard xM revision C Igor Grinberg
@ 2011-05-27 13:35 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-05-27 13:35 UTC (permalink / raw)
To: linux-arm-kernel
Op 27 mei 2011, om 15:20 heeft Igor Grinberg het volgende geschreven:
> Hi Koen,
>
>
> Please CC LAKML for patches like this,
>
> otherwise Tony, will have to post all of them before pull requesting.
>
>
>
> On 05/27/11 15:40, Koen Kooi wrote:
>
>> The USB enable GPIO has been inverted again and the USER button moved.
>>
>> Future revisions will now fall back to xM rev C instead of unknown.
>>
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>>
>> Changes since v1:
>> * updated against mainline to take Igors gpio cleanup into account
>> * removed xM rev B checks, no boards with that ID were ever produced, rev B boards show up as rev A
>> * double checked whitespace:
>>
>> total: 0 errors, 0 warnings, 89 lines checked
>> patches/0001-OMAP3-beagle-add-support-for-beagleboard-xM-revision.patch has no obvious style problems and is ready for submission.
>>
>> arch/arm/mach-omap2/board-omap3beagle.c | 31 +++++++++++++++++++++++--------
>> 1 files changed, 23 insertions(+), 8 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
>> index be71426..177769b 100644
>> --- a/arch/arm/mach-omap2/board-omap3beagle.c
>> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
>
> [...]
>
>> @@ -565,6 +576,10 @@ static void __init omap3_beagle_init(void)
>> omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
>> omap3_beagle_init_rev();
>> omap3_beagle_i2c_init();
>> +
>> + if (cpu_is_omap3630())
>> + gpio_buttons[0].gpio = 4;
>
> Don't get me wrong, I want this patch in mainline as soon as possible.
> Just curious, what the hell happened to indentation here? :)
Thanks for spotting that! Copy/paste with a non tab aware terminal.
> checkpatch.pl does not spot things like this... interesting...
> If you want to leave this as is, go ahead, I don't mind, just curious.
I sent a new one, but screwed up the subject, I'll see if someone objects to that and resend as needed.
regards,
Koen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-27 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1306500018-19685-1-git-send-email-koen@dominion.thruhere.net>
2011-05-27 13:20 ` [PATCH v2] OMAP3: beagle: add support for beagleboard xM revision C Igor Grinberg
2011-05-27 13:35 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox