Re: [U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Add a helper which permits a printf()-style format string for the requester > string. > > Signed-off-by: Simon Glass > --- > > doc/driver-model/README.txt | 3 ++- > drivers/gpio/gpio-uclass.c | 21 + > include/asm-generic/gpio.

[U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings

2014-10-04 Thread Simon Glass
Add a helper which permits a printf()-style format string for the requester string. Signed-off-by: Simon Glass --- doc/driver-model/README.txt | 3 ++- drivers/gpio/gpio-uclass.c | 21 + include/asm-generic/gpio.h | 10 ++ test/dm/gpio.c | 18