aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/omap_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin1-1/+1
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass1-115/+1
2014-10-23dm: omap: gpio: Support driver modelSimon Glass1-0/+221
2014-10-23dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass1-36/+42
2013-08-19SPDX-License-Identifier: fixing some problematic GPL-2.0 filesWolfgang Denk1-18/+1
2013-07-02ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5Axel Lin1-1/+1
2012-12-10gpio: add gpio_is_valid() to omap_gpio APINikita Kiryanov1-7/+3
2012-09-01dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut1-0/+243