aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/omap_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford2018-06-181-2/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas2018-03-221-0/+1
* dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-081-1/+1
* dm: gpio: Add a comment about not copying some driversSimon Glass2017-10-081-1/+5
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* gpio: omap: remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N2015-10-221-0/+11
* gpio: omap: Drop 'method' parameterTom Rini2015-08-121-48/+59
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin2015-02-121-1/+1
* dm: gpio: omap3: Drop request()/free() in the driverSimon Glass2014-10-231-115/+1
* dm: omap: gpio: Support driver modelSimon Glass2014-10-231-0/+221
* dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-231-36/+42
* SPDX-License-Identifier: fixing some problematic GPL-2.0 filesWolfgang Denk2013-08-191-18/+1
* ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5Axel Lin2013-07-021-1/+1
* gpio: add gpio_is_valid() to omap_gpio APINikita Kiryanov2012-12-101-7/+3
* dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut2012-09-011-0/+243