* [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
@ 2014-08-20 13:31 Magnus Damm
2014-08-20 14:26 ` Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Magnus Damm @ 2014-08-20 13:31 UTC (permalink / raw)
To: linux-sh
ARM: shmobile: Kconfig and Makefile cleanups
[PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits
[PATCH 02/06] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
[PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
[PATCH 04/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
[PATCH 05/06] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
[PATCH 06/06] ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
Update the ARM mach-shmobile Kconfig and Makefile to prepare for
multiplatform support of R-Mobile SoCs. While at it do various
cleanups - thanks to Simon Horman for suggesting using Kconfig
for pm-rmobile.o. I applied the same idea to patch 5. Thanks to
Geert Uytterhoeven for pointing out the mess in the Kconfig files,
hopefully this cleanup series is a step in the right direction.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
Written on top of renesas-devel-20140820-v3.17-rc1
Only lightly build tested.
arch/arm/mach-shmobile/Kconfig | 66 +++++++++++++++++++----------------
arch/arm/mach-shmobile/Makefile | 36 ++++++++-----------
arch/arm/mach-shmobile/pm-rcar.c | 4 --
arch/arm/mach-shmobile/pm-rmobile.c | 2 -
arch/arm/mach-shmobile/pm-rmobile.h | 4 +-
5 files changed, 54 insertions(+), 58 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
2014-08-20 13:31 [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups Magnus Damm
@ 2014-08-20 14:26 ` Geert Uytterhoeven
2014-08-22 3:05 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-08-20 14:26 UTC (permalink / raw)
To: linux-sh
On Wed, Aug 20, 2014 at 3:31 PM, Magnus Damm <magnus.damm@gmail.com> wrote:
> ARM: shmobile: Kconfig and Makefile cleanups
>
> [PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits
> [PATCH 02/06] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
> [PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
> [PATCH 04/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
> [PATCH 05/06] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
> [PATCH 06/06] ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
For 02-05:
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
2014-08-20 13:31 [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups Magnus Damm
2014-08-20 14:26 ` Geert Uytterhoeven
@ 2014-08-22 3:05 ` Simon Horman
2014-08-25 4:04 ` Magnus Damm
2014-08-27 4:19 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-08-22 3:05 UTC (permalink / raw)
To: linux-sh
On Wed, Aug 20, 2014 at 10:31:21PM +0900, Magnus Damm wrote:
> ARM: shmobile: Kconfig and Makefile cleanups
>
> [PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits
> [PATCH 02/06] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
> [PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
> [PATCH 04/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
> [PATCH 05/06] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
> [PATCH 06/06] ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
>
> Update the ARM mach-shmobile Kconfig and Makefile to prepare for
> multiplatform support of R-Mobile SoCs. While at it do various
> cleanups - thanks to Simon Horman for suggesting using Kconfig
> for pm-rmobile.o. I applied the same idea to patch 5. Thanks to
> Geert Uytterhoeven for pointing out the mess in the Kconfig files,
> hopefully this cleanup series is a step in the right direction.
Hi Magnus,
could you let me know what the status of this series is?
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
>
> Written on top of renesas-devel-20140820-v3.17-rc1
>
> Only lightly build tested.
>
> arch/arm/mach-shmobile/Kconfig | 66 +++++++++++++++++++----------------
> arch/arm/mach-shmobile/Makefile | 36 ++++++++-----------
> arch/arm/mach-shmobile/pm-rcar.c | 4 --
> arch/arm/mach-shmobile/pm-rmobile.c | 2 -
> arch/arm/mach-shmobile/pm-rmobile.h | 4 +-
> 5 files changed, 54 insertions(+), 58 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
2014-08-20 13:31 [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups Magnus Damm
2014-08-20 14:26 ` Geert Uytterhoeven
2014-08-22 3:05 ` Simon Horman
@ 2014-08-25 4:04 ` Magnus Damm
2014-08-27 4:19 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2014-08-25 4:04 UTC (permalink / raw)
To: linux-sh
On Fri, Aug 22, 2014 at 12:05 PM, Simon Horman <horms@verge.net.au> wrote:
> On Wed, Aug 20, 2014 at 10:31:21PM +0900, Magnus Damm wrote:
>> ARM: shmobile: Kconfig and Makefile cleanups
>>
>> [PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits
>> [PATCH 02/06] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
>> [PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
>> [PATCH 04/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
>> [PATCH 05/06] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
>> [PATCH 06/06] ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
>>
>> Update the ARM mach-shmobile Kconfig and Makefile to prepare for
>> multiplatform support of R-Mobile SoCs. While at it do various
>> cleanups - thanks to Simon Horman for suggesting using Kconfig
>> for pm-rmobile.o. I applied the same idea to patch 5. Thanks to
>> Geert Uytterhoeven for pointing out the mess in the Kconfig files,
>> hopefully this cleanup series is a step in the right direction.
>
> Hi Magnus,
>
> could you let me know what the status of this series is?
Hi Simon,
Please use the V2 series, it should be OK as-is.
[PATCH v2 00/05] ARM: shmobile: Kconfig and Makefile cleanups V2
Thanks for your help!
Cheers,
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
2014-08-20 13:31 [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups Magnus Damm
` (2 preceding siblings ...)
2014-08-25 4:04 ` Magnus Damm
@ 2014-08-27 4:19 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-08-27 4:19 UTC (permalink / raw)
To: linux-sh
On Mon, Aug 25, 2014 at 01:04:50PM +0900, Magnus Damm wrote:
> On Fri, Aug 22, 2014 at 12:05 PM, Simon Horman <horms@verge.net.au> wrote:
> > On Wed, Aug 20, 2014 at 10:31:21PM +0900, Magnus Damm wrote:
> >> ARM: shmobile: Kconfig and Makefile cleanups
> >>
> >> [PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits
> >> [PATCH 02/06] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
> >> [PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
> >> [PATCH 04/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
> >> [PATCH 05/06] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
> >> [PATCH 06/06] ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
> >>
> >> Update the ARM mach-shmobile Kconfig and Makefile to prepare for
> >> multiplatform support of R-Mobile SoCs. While at it do various
> >> cleanups - thanks to Simon Horman for suggesting using Kconfig
> >> for pm-rmobile.o. I applied the same idea to patch 5. Thanks to
> >> Geert Uytterhoeven for pointing out the mess in the Kconfig files,
> >> hopefully this cleanup series is a step in the right direction.
> >
> > Hi Magnus,
> >
> > could you let me know what the status of this series is?
>
> Hi Simon,
>
> Please use the V2 series, it should be OK as-is.
>
> [PATCH v2 00/05] ARM: shmobile: Kconfig and Makefile cleanups V2
>
> Thanks for your help!
Done, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-27 4:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 13:31 [PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups Magnus Damm
2014-08-20 14:26 ` Geert Uytterhoeven
2014-08-22 3:05 ` Simon Horman
2014-08-25 4:04 ` Magnus Damm
2014-08-27 4:19 ` Simon Horman
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).