aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16tegra: gpio: Show the GPIO value for outputsSimon Glass1-1/+4
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-2/+2
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng1-102/+23
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV1-18/+0
2016-02-01drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal3-1/+182
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2016-01-20dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2016-01-07gpio: mxs: add name_to_gpio() functionMåns Rullgård1-0/+15
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko1-1/+1
2015-11-30gpio: atmel: Add the PIO4 driver supportWenyou Yang3-0/+308
2015-11-18altera_pio: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-12i2c: Fix pca953x endianess issueDirk Eibach1-1/+3
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou2-240/+83
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N1-0/+11
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede1-10/+1
2015-10-03gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak1-7/+11
2015-10-02gpio: tegra: use named constantsStephen Warren1-14/+19
2015-10-02gpio: tegra: remove unused typeStephen Warren1-7/+0