aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini5-0/+322
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+35
2016-06-03dm: gpio: Implement open drain for MPC85XX GPIOmario.six@gdsys.cc2-3/+44
2016-06-03dm: gpio: Add methods for open drain settingmario.six@gdsys.cc1-0/+32
2016-06-03dm: gpio: Add driver for MPC85XX GPIO controllermario.six@gdsys.cc3-0/+214
2016-06-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini5-1/+365
2016-06-02gpio: mxs: Remove netdev.hMarek Vasut1-1/+0
2016-05-31gpio: add Tegra186 GPIO driverStephen Warren5-1/+358
2016-05-31ARM: tegra: convert CONFIG_TEGRA_GPIO to KconfigStephen Warren1-0/+7
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-40/+50
2016-05-27dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc1-3/+6
2016-05-26sunxi: gpio: convert bind() to use driver dataStephen Warren1-40/+50
2016-05-24gpio: zynq: Add support for reading gpio pin stateMichal Simek1-0/+22
2016-05-17gpio: exynos(s5p): remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: pic32: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: intel_broadwell: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-7/+23
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan3-0/+202
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan3-0/+375
2016-04-18drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini1-1/+1
2016-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini3-96/+253
2016-04-13GPIO: pca953x: Remove compilation warnings on arm64Michal Simek1-2/+2
2016-04-13zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu1-1/+1
2016-04-13gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu1-53/+147
2016-04-13gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu1-0/+61
2016-04-13gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu1-157/+1
2016-04-13gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu1-0/+7
2016-04-13gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu1-0/+151
2016-04-12gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese1-0/+4
2016-04-01gpio: Add support for Qualcomm PM8916 gpiosMateusz Kulikowski3-0/+313
2016-04-01gpio: Add support for Qualcomm gpio controllerMateusz Kulikowski3-0/+148
2016-04-01Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-11/+14
2016-04-01gpio: uniphier: use devm_get_addr() to get base addressMasahiro Yamada1-5/+3
2016-03-31sunxi: axp: Generalize register macros for VBUS drive GPIOChen-Yu Tsai1-11/+14
2016-03-25Merge git://www.denx.de/git/u-boot-marvellTom Rini3-0/+127
2016-03-24gpio: Add DM GPIO driver for Marvell MVEBUStefan Roese3-0/+127
2016-03-23sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede1-1/+14
2016-03-17x86: broadwell: Add a GPIO driverSimon Glass3-0/+208
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-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+18
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-29gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada3-0/+154
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha1-3/+3
2016-02-24gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha1-18/+0
2016-02-24gpio: stm32_gpio: move clock config from driver to boardVikas Manocha1-5/+0