summaryrefslogtreecommitdiff
path: root/drivers/gpio/omap_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-2/+2
* gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini2020-06-161-5/+4
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-3/+3
* gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-0/+2
* DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-3/+4
* GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford2018-09-111-3/+1
* gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford2018-07-101-1/+24
* 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