Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-09 | gpio: Modify common gpio.h to more closely match Linux | Joe Hershberger | |
Change "int gp" to "unsigned gpio" Add request and free entry-points Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
2011-10-17 | Add generic gpio.h in asm-generic | 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 <sjg@chromium.org> |