Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | omap: gpio: Use generic API | Sanjeev Premi | 2011-09-13 | -15/+0 |
| | | | | | | | | | | | | | | | Convert all OMAP specific functions to use the common API definitions in include/asm/gpio.h. In the process, made few additional changes: - Use -EINVAL consistently. -1 was used in many places. - Removed one-liner static functions that were used only once. Replaced the content as necessary. - Combines implementation of functions omap_get_gpio_dataout() and omap_get_gpio_datain(). To do so, new static function _get_gpio_direction() was added. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> | |||
* | OMAP: Add function to get state of a GPIO output | Joel A Fernandes | 2011-09-12 | -0/+2 |
| | | | | | | | | Read directly from OMAP_GPIO_DATAOUT to get the output state of the GPIO pin Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> | |||
* | omap: reuse omap3 gpio support in omap4 | Aneesh V | 2011-08-03 | -0/+65 |
Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> |