summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+18
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada2016-02-293-0/+154
* stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-241-3/+3
* gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha2016-02-241-18/+0
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-241-5/+0
* tegra: gpio: Show the GPIO value for outputsSimon Glass2016-02-161-1/+4
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-081-2/+2
|\
| * Use correct spelling of "U-Boot"Bin Meng2016-02-061-2/+2
* | x86: ich6_gpio: Convert to use proper DM APIBin Meng2016-02-051-102/+23
|/
* dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV2016-02-021-18/+0
* drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal2016-02-013-1/+182
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* rockchip: gpio: Implement the get_function() methodSimon Glass2016-01-211-4/+36
* rockchip: gpio: Read the GPIO value correctlySimon Glass2016-01-211-1/+1
* dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-201-0/+8
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-13/+1
* gpio: mxs: add name_to_gpio() functionMåns Rullgård2016-01-071-0/+15
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-051-1/+1
* gpio: atmel: Add the PIO4 driver supportWenyou Yang2015-11-303-0/+308
* altera_pio: change ioremap to map_physmemThomas Chou2015-11-181-2/+3
* i2c: Fix pca953x endianess issueDirk Eibach2015-11-121-1/+3
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-232-240/+83
* drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N2015-10-221-0/+11
* sunxi: power: Unify axp pmic function namesHans de Goede2015-10-201-10/+1
* gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak2015-10-031-7/+11
* gpio: tegra: use named constantsStephen Warren2015-10-021-14/+19
OpenPOWER on IntegriCloud