index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
omap_gpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
1
-1
/
+2
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-4
/
+4
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
1
-2
/
+2
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-2
/
+2
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
1
-2
/
+2
*
gpio: omap_gpio: Fix unused function warning in non-DM case
Tom Rini
2020-06-16
1
-5
/
+4
*
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-12-15
1
-3
/
+3
*
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-0
/
+2
*
DM: omap_gpio: Reduce overhead when used with OF_PLATDATA
Adam Ford
2018-09-11
1
-3
/
+4
*
GPIO: omap_gpio: Fix gpio name names with device tree
Adam Ford
2018-09-11
1
-3
/
+1
*
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
Adam Ford
2018-07-10
1
-1
/
+24
*
gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO
Adam Ford
2018-06-18
1
-2
/
+8
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag
Faiz Abbas
2018-03-22
1
-0
/
+1
*
dm: gpio: Correct use of -ENODEV in drivers
Simon Glass
2017-10-08
1
-1
/
+1
*
dm: gpio: Add a comment about not copying some drivers
Simon Glass
2017-10-08
1
-1
/
+5
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
gpio: omap: remove gpio_xlate routine
Eric Nelson
2016-05-17
1
-11
/
+0
*
drivers: gpio: omap: add support for parsing additional gpio parameters
Mugunthan V N
2015-10-22
1
-0
/
+11
*
gpio: omap: Drop 'method' parameter
Tom Rini
2015-08-12
1
-48
/
+59
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-1
/
+1
*
gpio: omap: Pass correct argument to _get_gpio_direction()
Axel Lin
2015-02-12
1
-1
/
+1
*
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-115
/
+1
*
dm: omap: gpio: Support driver model
Simon Glass
2014-10-23
1
-0
/
+221
*
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
2014-10-23
1
-36
/
+42
*
SPDX-License-Identifier: fixing some problematic GPL-2.0 files
Wolfgang Denk
2013-08-19
1
-18
/
+1
*
ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5
Axel Lin
2013-07-02
1
-1
/
+1
*
gpio: add gpio_is_valid() to omap_gpio API
Nikita Kiryanov
2012-12-10
1
-7
/
+3
*
dm: Move OMAP GPIO driver to drivers/gpio/
Marek Vasut
2012-09-01
1
-0
/
+243