index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
omap_gpio.c
Age
Commit message (
Expand
)
Author
2020-06-16
gpio: omap_gpio: Fix unused function warning in non-DM case
Tom Rini
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2018-11-14
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-09-11
DM: omap_gpio: Reduce overhead when used with OF_PLATDATA
Adam Ford
2018-09-11
GPIO: omap_gpio: Fix gpio name names with device tree
Adam Ford
2018-07-10
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
Adam Ford
2018-06-18
gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO
Adam Ford
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-22
gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag
Faiz Abbas
2017-10-08
dm: gpio: Correct use of -ENODEV in drivers
Simon Glass
2017-10-08
dm: gpio: Add a comment about not copying some drivers
Simon Glass
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-05-17
gpio: omap: remove gpio_xlate routine
Eric Nelson
2015-10-22
drivers: gpio: omap: add support for parsing additional gpio parameters
Mugunthan V N
2015-08-12
gpio: omap: Drop 'method' parameter
Tom Rini
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-02-12
gpio: omap: Pass correct argument to _get_gpio_direction()
Axel Lin
2014-10-23
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: omap: gpio: Support driver model
Simon Glass
2014-10-23
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
2013-08-19
SPDX-License-Identifier: fixing some problematic GPL-2.0 files
Wolfgang Denk
2013-07-02
ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5
Axel Lin
2012-12-10
gpio: add gpio_is_valid() to omap_gpio API
Nikita Kiryanov
2012-09-01
dm: Move OMAP GPIO driver to drivers/gpio/
Marek Vasut