[PATCH] leds: leds-netxbig: depends on ARCH_KIRKWOOD

Jason Cooper jason at lakedaemon.net
Tue Aug 6 08:17:50 EDT 2013


Bryan,

On Mon, Aug 05, 2013 at 03:52:35PM -0700, Bryan Wu wrote:
> On Sat, Aug 3, 2013 at 7:12 AM, Jason Cooper <jason at lakedaemon.net> wrote:
> > On Fri, Aug 02, 2013 at 11:34:34PM +0200, Simon Guinot wrote:
> >> With the DT conversion, the board Kconfig symbols MACH_ are going to be
> >> removed. In order to prepare this removal, this patch replaces alls the
> >> machines dependencies for leds-netxbig by ARCH_KIRKWOOD.
> >>
> >> Signed-off-by: Simon Guinot <simon.guinot at sequanux.org>
> >> ---
> >> Thomas,
> >>
> >> Please, insert this patch in your series before the patch named:
> >> [PATCHv2 7/9] ARM: kirkwood: convert LaCie Net{2, 5}Big v2 platforms to DT
> >
> > Nah, this should go through linux-leds.
> >
> > Acked-by: Jason Cooper <jason at lakedaemon.net>
> >
> 
> I can merge this patch through my tree but when will that kirkwood
> patch be merged?

It's okay, it falls in the same category as the other patch you merged.
There's no dependency between this patch and the rest of this series,
despite the above request to insert.

thx,

Jason.

> How about merge this with those kirkwood patches with my ack:
> 
> Acked-by: Bryan Wu <cooloney at gmail.com>

No, no, no.  I'm trying to encourage patches to go through the
proper trees when possible.  :-P

> >
> >>  drivers/leds/Kconfig |    2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
> >> index 0e41460..7226696 100644
> >> --- a/drivers/leds/Kconfig
> >> +++ b/drivers/leds/Kconfig
> >> @@ -407,8 +407,8 @@ config LEDS_NS2
> >>
> >>  config LEDS_NETXBIG
> >>       tristate "LED support for Big Network series LEDs"
> >> -     depends on MACH_NET2BIG_V2 || MACH_NET5BIG_V2
> >>       depends on LEDS_CLASS
> >> +     depends on ARCH_KIRKWOOD
> >>       default y
> >>       help
> >>         This option enable support for LEDs found on the LaCie 2Big
> >> --
> >> 1.7.10.4
> >>



More information about the linux-arm-kernel mailing list