Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d10297cc6b4bda66486241c66f3a635fb46e546d
/
drivers
/
gpio
/
omap_gpio.c
9288265
treewide: Use OF_REAL instead of !OF_PLATDATA
by Simon Glass
· Sat Aug 07 07:24:04 2021 -0600
3580f6d
treewide: Simply conditions with the new OF_REAL
by Simon Glass
· Sat Aug 07 07:24:03 2021 -0600
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
9558862
dm: Use access methods for dev/uclass private data
by Simon Glass
· Tue Dec 22 19:30:28 2020 -0700
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· Thu Dec 03 16:55:23 2020 -0700
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· Thu Dec 03 16:55:21 2020 -0700
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
a89b4de
treewide: convert devfdt_get_addr() to dev_read_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:48 2020 +0900
5a9ecb2
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
by Tom Rini
· Fri Jul 24 08:42:06 2020 -0400
a831cef
treewide: convert devfdt_get_addr() to dev_read_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:48 2020 +0900
74d6c9a
gpio: omap_gpio: Fix unused function warning in non-DM case
by Tom Rini
· Thu Jun 04 16:01:39 2020 -0400
fa4689a
dm: gpio: Allow control of GPIO uclass in SPL
by Simon Glass
· Fri Dec 06 21:41:35 2019 -0700
b508ee5
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· Wed Oct 24 06:36:30 2018 -0700
49b7776
DM: omap_gpio: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· Mon Aug 20 20:27:48 2018 -0500
e387e45
GPIO: omap_gpio: Fix gpio name names with device tree
by Adam Ford
· Fri Aug 17 14:37:58 2018 -0500
1ac4c1b
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
by Adam Ford
· Sun Jun 10 09:29:51 2018 -0500
22f2e93
gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO
by Adam Ford
· Mon Jun 11 20:05:38 2018 -0500
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
c16d716
gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag
by Faiz Abbas
· Thu Mar 15 21:11:34 2018 +0530
f44b4bf
dm: gpio: Correct use of -ENODEV in drivers
by Simon Glass
· Sun Sep 17 16:54:53 2017 -0600
87f4cb7
dm: gpio: Add a comment about not copying some drivers
by Simon Glass
· Sun Sep 17 16:54:52 2017 -0600
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· Wed May 17 17:18:05 2017 -0600
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
fc069ea
gpio: omap: remove gpio_xlate routine
by Eric Nelson
· Wed Apr 20 08:37:36 2016 -0700
3722482
drivers: gpio: omap: add support for parsing additional gpio parameters
by Mugunthan V N
· Tue Oct 13 13:57:16 2015 +0530
7bc2bca
gpio: omap: Drop 'method' parameter
by Tom Rini
· Fri Jul 31 19:55:09 2015 -0400
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· Thu Mar 05 12:25:20 2015 -0700
bb4ab58
gpio: omap: Pass correct argument to _get_gpio_direction()
by Axel Lin
· Sat Jan 31 22:23:38 2015 +0800
46715a8
dm: gpio: omap3: Drop request()/free() in the driver
by Simon Glass
· Sat Oct 04 11:29:53 2014 -0600
1a96d7f
dm: omap: gpio: Support driver model
by Simon Glass
· Wed Oct 22 21:37:09 2014 -0600
ba33a3f
dm: omap: gpio: Put _get_gpio_value() logic into its own function
by Simon Glass
· Wed Oct 22 21:37:08 2014 -0600
5064ca4
SPDX-License-Identifier: fixing some problematic GPL-2.0 files
by Wolfgang Denk
· Sun Jul 28 22:12:44 2013 +0200
01a461f
ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5
by Axel Lin
· Fri Jun 21 18:54:25 2013 +0800
e3cb9c1
gpio: add gpio_is_valid() to omap_gpio API
by Nikita Kiryanov
· Tue Nov 27 22:40:57 2012 +0000
aede188
dm: Move OMAP GPIO driver to drivers/gpio/
by Marek Vasut
· Sat Jul 21 05:02:23 2012 +0000
[Renamed from arch/arm/cpu/armv7/omap-common/gpio.c]
f8928f1
gpio: Replace ARM gpio.h with the common API in include/asm-generic
by Joe Hershberger
· Fri Nov 11 15:55:36 2011 -0600
9b124d3
omap: Don't use gpio_free to change direction to input
by Joe Hershberger
· Wed Oct 12 10:31:44 2011 +0000
ea2cf55
omap: gpio: Use generic API
by Sanjeev Premi
· Thu Sep 08 10:47:25 2011 -0400
46b9c20
OMAP: Add function to get state of a GPIO output
by Joel A Fernandes
· Sun Sep 04 11:10:03 2011 -0500
1843eca
omap: fix gpio related build breaks
by Aneesh V
· Sun Jul 31 20:30:53 2011 +0000
9a39088
omap: reuse omap3 gpio support in omap4
by Aneesh V
· Thu Jul 21 09:29:29 2011 -0400
[Renamed (76%) from arch/arm/cpu/armv7/omap3/gpio.c]
6329a8f
ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
by Steve Sakoman
· Thu Jun 17 21:50:01 2010 -0700
[Renamed from arch/arm/cpu/arm_cortexa8/omap3/gpio.c]
f7c6737
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
by Peter Tyser
· Mon Apr 12 22:28:11 2010 -0500
[Renamed from cpu/arm_cortexa8/omap3/gpio.c]
dd2d1cc
OMAP3 Port kernel omap gpio interface.
by Tom Rix
· Fri May 15 23:48:36 2009 +0200