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
/
intel_ich6_gpio.c
Age
Commit message (
Expand
)
Author
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-05-17
x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode
Bin Meng
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-06-12
x86: Probe pinctrl driver in cpu_init_r()
Bin Meng
2016-06-12
x86: ich6_gpio: Output return value of syscon_get_by_driver_data()
Bin Meng
2016-03-17
x86: Drop all the old pin configuration code
Simon Glass
2016-03-17
x86: gpio: Allow the pinctrl driver to set up the pin config
Simon Glass
2016-03-17
x86: gpio: Correct GPIO setup ordering
Simon Glass
2016-02-05
x86: ich6_gpio: Convert to use proper DM API
Bin Meng
2015-08-26
x86: gpio: Tidy up gpio_ich6_get_base() and callers
Simon Glass
2015-08-26
x86: gpio: Correct calls to _ich6_gpio_set_direction()
Simon Glass
2015-08-05
x86: Add some missing global_data declarations in files that use gd
Simon Glass
2015-06-04
x86: gpio: add pinctrl support from the device tree
Gabriel Huau
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
x86: Add a x86_ prefix to the x86-specific PCI functions
Simon Glass
2014-12-18
x86: ich6-gpio: Add Intel Tunnel Creek GPIO support
Bin Meng
2014-12-13
x86: ich6-gpio: Move setup_pch_gpios() to board support codes
Bin Meng
2014-12-13
gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()
Axel Lin
2014-11-21
x86: ivybridge: Add support for early GPIO init
Simon Glass
2014-10-23
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-06
x86: gpio: Add additional GPIO banks to the ICH6 driver
Bill Richardson
2012-12-06
x86: gpio: Add GPIO driver for Intel ICH6 and later.
Bill Richardson