Re: [U-Boot] [PATCH v9 1/4] gpio: Modify common gpio.h to more closely match Linux

2011-12-12 Thread Kim Phillips
On Fri, 11 Nov 2011 15:55:35 -0600 Joe Hershberger joe.hershber...@ni.com wrote: Change int gp to unsigned gpio Add request and free entry-points Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Kim Phillips kim.phill...@freescale.com

[U-Boot] [PATCH v9 1/4] gpio: Modify common gpio.h to more closely match Linux

2011-11-11 Thread Joe Hershberger
Change int gp to unsigned gpio Add request and free entry-points Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Kim Phillips kim.phill...@freescale.com --- Changes for v6: - Linuxize gpio API Changes for v7: - checkpatch compliance