summaryrefslogtreecommitdiff
path: root/drivers/gpio/intel_ich6_gpio.c
Commit message (Expand)AuthorAgeLines
* x86: Probe pinctrl driver in cpu_init_r()Bin Meng2016-06-12-7/+0
* x86: ich6_gpio: Output return value of syscon_get_by_driver_data()Bin Meng2016-06-12-1/+3
* x86: Drop all the old pin configuration codeSimon Glass2016-03-17-11/+0
* x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass2016-03-17-175/+5
* x86: gpio: Correct GPIO setup orderingSimon Glass2016-03-17-1/+3
* x86: ich6_gpio: Convert to use proper DM APIBin Meng2016-02-05-102/+23
* x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass2015-08-26-3/+3
* x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass2015-08-26-2/+2
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-05-0/+2
* x86: gpio: add pinctrl support from the device treeGabriel Huau2015-06-04-28/+229
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-1/+1
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-8/+8
* x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng2014-12-18-8/+12
* x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng2014-12-13-51/+2
* gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()Axel Lin2014-12-13-0/+2
* x86: ivybridge: Add support for early GPIO initSimon Glass2014-11-21-10/+69
* dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-23-130/+120
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson2012-12-06-62/+110
* x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-06-0/+242