summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc2016-06-191-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-131-3/+8
|\
| * gpio: at91: Fix pullup/pulldown configuration on PIO3Marek Vasut2016-06-121-3/+8
* | x86: broadwell: gpio: Remove the codes to set up pin controlBin Meng2016-06-121-7/+0
* | x86: Probe pinctrl driver in cpu_init_r()Bin Meng2016-06-121-7/+0
* | x86: ich6_gpio: Output return value of syscon_get_by_driver_data()Bin Meng2016-06-121-1/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2016-06-045-0/+322
|\
| * dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-031-0/+35
| * dm: gpio: Implement open drain for MPC85XX GPIOmario.six@gdsys.cc2016-06-032-3/+44
| * dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-031-0/+32
| * dm: gpio: Add driver for MPC85XX GPIO controllermario.six@gdsys.cc2016-06-033-0/+214
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-06-035-1/+365
|\ \
| * | gpio: add Tegra186 GPIO driverStephen Warren2016-05-315-1/+358
| * | ARM: tegra: convert CONFIG_TEGRA_GPIO to KconfigStephen Warren2016-05-311-0/+7
| |/
* | gpio: mxs: Remove netdev.hMarek Vasut2016-06-021-1/+0
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-40/+50
|\
| * sunxi: gpio: convert bind() to use driver dataStephen Warren2016-05-261-40/+50
* | dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc2016-05-271-3/+6
|/
* gpio: zynq: Add support for reading gpio pin stateMichal Simek2016-05-241-0/+22
* gpio: exynos(s5p): remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: rk: remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: pic32: remove gpio_xlate routineEric Nelson2016-05-171-10/+0
* gpio: omap: remove gpio_xlate routineEric Nelson2016-05-171-11/+0
* gpio: intel_broadwell: remove gpio_xlate routineEric Nelson2016-05-171-10/+0
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-7/+23
* dm: gpio: introduce 74x164 driverPeng Fan2016-05-173-0/+202
* dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan2016-05-173-0/+375
* drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini2016-04-181-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-133-96/+253
|\
| * GPIO: pca953x: Remove compilation warnings on arm64Michal Simek2016-04-131-2/+2
| * zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu2016-04-131-1/+1
| * gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu2016-04-131-53/+147
| * gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu2016-04-131-0/+61
| * gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu2016-04-131-157/+1
| * gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu2016-04-131-0/+7
| * gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu2016-04-131-0/+151
* | gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese2016-04-121-0/+4
|/
* gpio: Add support for Qualcomm PM8916 gpiosMateusz Kulikowski2016-04-013-0/+313
* gpio: Add support for Qualcomm gpio controllerMateusz Kulikowski2016-04-013-0/+148
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-04-011-11/+14
|\
| * sunxi: axp: Generalize register macros for VBUS drive GPIOChen-Yu Tsai2016-03-311-11/+14
* | gpio: uniphier: use devm_get_addr() to get base addressMasahiro Yamada2016-04-011-5/+3
|/
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-03-253-0/+127
|\
| * gpio: Add DM GPIO driver for Marvell MVEBUStefan Roese2016-03-243-0/+127
* | sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede2016-03-231-1/+14
|/
* x86: broadwell: Add a GPIO driverSimon Glass2016-03-173-0/+208
* x86: Drop all the old pin configuration codeSimon Glass2016-03-171-11/+0
* x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass2016-03-171-175/+5
* x86: gpio: Correct GPIO setup orderingSimon Glass2016-03-171-1/+3
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
OpenPOWER on IntegriCloud