summaryrefslogtreecommitdiff
path: root/drivers/gpio/omap_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-0/+2
2018-09-12DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford1-3/+4
2018-09-12GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford1-3/+1
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford1-1/+24
2018-06-18gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford1-2/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-22gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas1-0/+1
2017-10-09dm: gpio: Correct use of -ENODEV in driversSimon Glass1-1/+1
2017-10-09dm: gpio: Add a comment about not copying some driversSimon Glass1-1/+5
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson1-11/+0
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N1-0/+11
2015-08-13gpio: omap: Drop 'method' parameterTom Rini1-48/+59
2015-04-17dm: 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-24dm: gpio: omap3: Drop request()/free() in the driverSimon Glass1-115/+1
2014-10-24dm: omap: gpio: Support driver modelSimon Glass1-0/+221
2014-10-24dm: 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