summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2016-06-12x86: ich6_gpio: Output return value of syscon_get_by_driver_data()Bin Meng
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2016-06-04dm: test: Add GPIO open drain testsmario.six@gdsys.cc
2016-06-04dm: gpio: Implement open drain for MPC85XX GPIOmario.six@gdsys.cc
2016-06-04dm: gpio: Add methods for open drain settingmario.six@gdsys.cc
2016-06-04dm: gpio: Add driver for MPC85XX GPIO controllermario.six@gdsys.cc
2016-06-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2016-06-03gpio: mxs: Remove netdev.hMarek Vasut
2016-05-31gpio: add Tegra186 GPIO driverStephen Warren
2016-05-31ARM: tegra: convert CONFIG_TEGRA_GPIO to KconfigStephen Warren
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc
2016-05-27sunxi: gpio: convert bind() to use driver dataStephen Warren
2016-05-24gpio: zynq: Add support for reading gpio pin stateMichal Simek
2016-05-17gpio: exynos(s5p): remove gpio_xlate routineEric Nelson
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson
2016-05-17gpio: pic32: remove gpio_xlate routineEric Nelson
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson
2016-05-17gpio: intel_broadwell: remove gpio_xlate routineEric Nelson
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan
2016-04-18drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini
2016-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-04-13GPIO: pca953x: Remove compilation warnings on arm64Michal Simek
2016-04-13zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu
2016-04-13gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu
2016-04-13gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu
2016-04-12gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese
2016-04-01gpio: Add support for Qualcomm PM8916 gpiosMateusz Kulikowski
2016-04-01gpio: Add support for Qualcomm gpio controllerMateusz Kulikowski
2016-04-01Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-03-31gpio: uniphier: use devm_get_addr() to get base addressMasahiro Yamada
2016-03-31sunxi: axp: Generalize register macros for VBUS drive GPIOChen-Yu Tsai
2016-03-25Merge git://www.denx.de/git/u-boot-marvellTom Rini
2016-03-24gpio: Add DM GPIO driver for Marvell MVEBUStefan Roese
2016-03-23sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede
2016-03-17x86: broadwell: Add a GPIO driverSimon Glass
2016-03-17x86: Drop all the old pin configuration codeSimon Glass
2016-03-17x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass
2016-03-17x86: gpio: Correct GPIO setup orderingSimon Glass
2016-03-17gpio: Use const where possibleSimon Glass
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-28gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha
2016-02-24gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha