Re: [U-Boot] [PATCH v6 19/20] Add generic gpio.h in asm-generic

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1318270953-32482-20-git-send-email-...@chromium.org> you wrote: > Since we want want to have a standard GPIO interface, this adds a definition > for this into include/asm-generic/gpio.h. > > Signed-off-by: Simon Glass > --- > Changes in v5: > - Move the introduction

[U-Boot] [PATCH v6 19/20] Add generic gpio.h in asm-generic

2011-10-10 Thread Simon Glass
Since we want want to have a standard GPIO interface, this adds a definition for this into include/asm-generic/gpio.h. Signed-off-by: Simon Glass --- Changes in v5: - Move the introduction of include/asm-generic/gpio.h into a separate commit - Add comments to GPIO functions include/asm-generic/