Re: [U-Boot] [PATCH 08/21] dm: gpio: Mark the old GPIO API deprecated

2015-01-14 Thread Simon Glass
On 5 January 2015 at 20:05, Simon Glass wrote: > Add a deprecation notice to each function so that it is more obvious that we > are moving GPIOs to driver model. > > Signed-off-by: Simon Glass > --- > > include/asm-generic/gpio.h | 21 + > 1 file changed, 21 insertions(+) Ap

[U-Boot] [PATCH 08/21] dm: gpio: Mark the old GPIO API deprecated

2015-01-05 Thread Simon Glass
Add a deprecation notice to each function so that it is more obvious that we are moving GPIOs to driver model. Signed-off-by: Simon Glass --- include/asm-generic/gpio.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gp