[linux-sunxi] [PATCH sunxi-tools v2] fel: support selection of specific USB bus and device number

2016-03-16 Thread Bernhard Nortmann
Changes in v2: - Renamed "char *dev" to "char *dev_arg", to make it clearer that we're working on the device argument. Use strspn(dev_arg,...) instead of strspn(argv[1],...) Bernhard Nortmann (1): fel: support selection of specific USB bus and device number fel.c | 81

[linux-sunxi] [PATCH sunxi-tools v2] fel: support selection of specific USB bus and device number

2016-03-16 Thread Bernhard Nortmann
See https://github.com/linux-sunxi/sunxi-tools/issues/37 The patch introduces a "--dev" (-d) option to specify the desired FEL device. This is useful if multiple target devices are connected to the same host. --- fel.c | 81 --- 1

Re: [linux-sunxi] Re: [PATCH 0/4] Add AXP209 GPIO driver

2016-03-16 Thread Hans de Goede
Hi, On 16-03-16 11:10, Linus Walleij wrote: On Wed, Mar 9, 2016 at 4:44 PM, Hans de Goede wrote: On Wed, Mar 09, 2016 at 01:17:50PM +0100, Hans de Goede wrote: Eventually, yes, it needs both. But they don't even have to be the same driver, since they provide two

Re: [linux-sunxi] Re: [PATCH 0/4] Add AXP209 GPIO driver

2016-03-16 Thread Linus Walleij
On Wed, Mar 9, 2016 at 4:44 PM, Hans de Goede wrote: >> On Wed, Mar 09, 2016 at 01:17:50PM +0100, Hans de Goede wrote: >> Eventually, yes, it needs both. But they don't even have to be the >> same driver, since they provide two different features. The only >> reason we have

[linux-sunxi] Re: [PATCH 3/4] ARM: dt: axp209: Add AXP209 GPIO driver

2016-03-16 Thread Linus Walleij
On Wed, Mar 9, 2016 at 11:50 AM, Maxime Ripard wrote: > Add the AXP209 GPIO node to our AXP209 DTSI so that boards can use it. > > Signed-off-by: Maxime Ripard Acked-by: Linus Walleij Yours, Linus

Re: [linux-sunxi] [PATCH 1/4] gpio: Add AXP209 GPIO driver

2016-03-16 Thread Linus Walleij
On Wed, Mar 9, 2016 at 2:20 PM, Peter Korsgaard wrote: >> "Maxime" == Maxime Ripard writes: > > +dev_info(>dev, "AXP209 GPIO driver loaded\n"); > > Any reason to be so noisy? The GPIO maintainer likes boasty drivers. I don't

[linux-sunxi] Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver

2016-03-16 Thread Linus Walleij
On Wed, Mar 9, 2016 at 11:50 AM, Maxime Ripard wrote: > The AXP209 PMIC has a bunch of GPIOs accessible, that are usually used to > control LEDs or backlight. > > Add a driver for them > > Signed-off-by: Maxime Ripard OK... >

[linux-sunxi] [PATCH sunxi-tools] fel: support selection of specific USB bus and device number

2016-03-16 Thread Bernhard Nortmann
See https://github.com/linux-sunxi/sunxi-tools/issues/37 The patch introduces a "--dev" (-d) option to specify the desired FEL device. This is useful if multiple target devices are connected to the same host. --- fel.c | 81 --- 1