aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/intel_ich6_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng1-5/+25
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng1-7/+0
2016-06-12x86: ich6_gpio: Output return value of syscon_get_by_driver_data()Bin Meng1-1/+3
2016-03-17x86: Drop all the old pin configuration codeSimon Glass1-11/+0
2016-03-17x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass1-175/+5
2016-03-17x86: gpio: Correct GPIO setup orderingSimon Glass1-1/+3
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng1-102/+23
2015-08-26x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass1-3/+3
2015-08-26x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass1-2/+2
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-28/+229
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-8/+8
2014-12-18x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng1-8/+12
2014-12-13x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng1-51/+2
2014-12-13gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()Axel Lin1-0/+2
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass1-10/+69
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass1-130/+120
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-06x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson1-62/+110
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson1-0/+242