Re: [PATCH v4 1/2] leds/tca6507: Add support for devicetree.

2012-12-03 Thread Bryan Wu
Looks like this patch is based on linux-next tree, I fixed this. And I will solve the conflict when we do actually merge in next cycle. -Bryan On Fri, Nov 30, 2012 at 2:00 PM, Marek Belisko wrote: > Support added only for leds (not for gpio's). > > Signed-off-by: Marek Belisko > --- > Changes

Re: [PATCH v4 1/2] leds/tca6507: Add support for devicetree.

2012-12-03 Thread Bryan Wu
Looks like this patch is based on linux-next tree, I fixed this. And I will solve the conflict when we do actually merge in next cycle. -Bryan On Fri, Nov 30, 2012 at 2:00 PM, Marek Belisko marek.beli...@open-nandra.com wrote: Support added only for leds (not for gpio's). Signed-off-by: Marek

[PATCH v4 1/2] leds/tca6507: Add support for devicetree.

2012-11-30 Thread Marek Belisko
Support added only for leds (not for gpio's). Signed-off-by: Marek Belisko --- Changes from v3: - fix code according Bryan suggestions - use common leds binding description instead copy'n'paste - use "-" instead "_" in bindings example for leds names Changes from v2: - change compatible

[PATCH v4 1/2] leds/tca6507: Add support for devicetree.

2012-11-30 Thread Marek Belisko
Support added only for leds (not for gpio's). Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- Changes from v3: - fix code according Bryan suggestions - use common leds binding description instead copy'n'paste - use - instead _ in bindings example for leds names Changes from v2: -