summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeLines
* gpio: atmel_pio4: Rework to support DM & DTWenyou Yang2016-08-15-23/+117
* gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang2016-08-15-53/+18
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+1
* gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R2016-08-08-0/+188
* sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai2016-07-31-0/+16
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-24-13/+3
* dm: gpio: MPC85XX GPIO platform data supportHamish Martin2016-07-11-7/+30
* gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc2016-06-19-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-13-3/+8
|\
| * gpio: at91: Fix pullup/pulldown configuration on PIO3Marek Vasut2016-06-12-3/+8
* | x86: broadwell: gpio: Remove the codes to set up pin controlBin Meng2016-06-12-7/+0
* | 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
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2016-06-04-0/+322
|\
| * dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-03-0/+35
| * dm: gpio: Implement open drain for MPC85XX GPIOmario.six@gdsys.cc2016-06-03-3/+44
| * dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-03-0/+32
| * dm: gpio: Add driver for MPC85XX GPIO controllermario.six@gdsys.cc2016-06-03-0/+214
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-06-03-1/+365
|\ \
| * | gpio: add Tegra186 GPIO driverStephen Warren2016-05-31-1/+358
| * | ARM: tegra: convert CONFIG_TEGRA_GPIO to KconfigStephen Warren2016-05-31-0/+7
| |/
* | gpio: mxs: Remove netdev.hMarek Vasut2016-06-02-1/+0
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-40/+50
|\
| * sunxi: gpio: convert bind() to use driver dataStephen Warren2016-05-26-40/+50
* | dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc2016-05-27-3/+6
|/
* gpio: zynq: Add support for reading gpio pin stateMichal Simek2016-05-24-0/+22
* gpio: exynos(s5p): remove gpio_xlate routineEric Nelson2016-05-17-11/+0
* gpio: rk: remove gpio_xlate routineEric Nelson2016-05-17-11/+0
* gpio: pic32: remove gpio_xlate routineEric Nelson2016-05-17-10/+0
* gpio: omap: remove gpio_xlate routineEric Nelson2016-05-17-11/+0
* gpio: intel_broadwell: remove gpio_xlate routineEric Nelson2016-05-17-10/+0
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-17-7/+23
* dm: gpio: introduce 74x164 driverPeng Fan2016-05-17-0/+202
* dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan2016-05-17-0/+375
* drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini2016-04-18-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-13-96/+253
|\
| * GPIO: pca953x: Remove compilation warnings on arm64Michal Simek2016-04-13-2/+2
| * zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu2016-04-13-1/+1
| * gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu2016-04-13-53/+147
| * gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu2016-04-13-0/+61
| * gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu2016-04-13-157/+1
| * gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu2016-04-13-0/+7
| * gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu2016-04-13-0/+151
* | gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese2016-04-12-0/+4
|/
* gpio: Add support for Qualcomm PM8916 gpiosMateusz Kulikowski2016-04-01-0/+313
* gpio: Add support for Qualcomm gpio controllerMateusz Kulikowski2016-04-01-0/+148
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-04-01-11/+14
|\
| * sunxi: axp: Generalize register macros for VBUS drive GPIOChen-Yu Tsai2016-03-31-11/+14
* | gpio: uniphier: use devm_get_addr() to get base addressMasahiro Yamada2016-04-01-5/+3
|/
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-03-25-0/+127
|\