summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt2019-05-101-14/+11
* gpio: renesas: Add RZ/A1 R7S72100 GPIO driverMarek Vasut2019-05-073-0/+141
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-061-8/+7
|\
| * gpio: renesas: Migrate to pinctrl GPIO accessorsMarek Vasut2019-05-041-8/+7
* | Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini2019-05-041-1/+1
|\ \ | |/ |/|
| * mips: rename mach-mt7620 to mach-mtmipsWeijie Gao2019-05-031-1/+1
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+2
|/
* gpio: bcm6345: allow this driver on ARCH_BCM63158Philippe Reynes2019-04-121-1/+1
* gpio: bcm6345: allow this driver on ARCH_BCM6858Philippe Reynes2019-04-121-1/+1
* gpio: bcm6345: switch to raw I/O functionsPhilippe Reynes2019-04-121-6/+6
* gpio: altera_pio: fix get_valueJulien BĂ©raud2019-02-251-1/+1
* rockchip: Implement spl_gpio in the GPIO driverSimon Glass2019-02-011-0/+46
* gpio: introduce CONFIG_SPL_DM_PCA953XPeng Fan2019-01-282-1/+24
* mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen2019-01-163-130/+0
* mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)Lars Povlsen2019-01-163-0/+287
* gpio: stm32f7: Fix SPL code sizePatrice Chotard2019-01-091-5/+12
* gpio: stm32f7: Fix gpio bank hole managementPatrice Chotard2019-01-091-0/+5
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-011-9/+9
|\
| * imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-9/+9
* | gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT2018-12-193-0/+130
|/
* gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard2018-12-071-3/+1
* gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard2018-12-071-1/+0
* gpio: stm32f7: Add gpio bank holes managementPatrice Chotard2018-12-071-14/+85
* gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt2018-11-291-0/+7
* gpio: Add MT7621 GPIO supportStefan Roese2018-11-183-0/+192
* gpio: stm32f7: Add ops get_functionPatrice Chotard2018-11-161-0/+20
* gpio: pca953x: Clear the polarity invert register at initYe Li2018-11-161-0/+28
* gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-144-3/+3
* gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-9/+21
|\
| * gpio: mxc_gpio: add support for i.MX8Peng Fan2018-10-221-9/+21
* | gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2018-10-102-2/+46
* | gpio: da8xx: Add k2g compatibleKeerthy2018-10-101-0/+1
|/
* gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan2018-10-031-9/+2
* gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan2018-09-151-1/+1
* gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan2018-09-151-2/+49
* gpio: dwapb_gpio: Enable get_function supportLey Foon Tan2018-09-151-0/+14
* DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-3/+4
* GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford2018-09-111-3/+1
* dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford2018-09-111-0/+13
* DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford2018-09-111-7/+15
* gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard2018-09-101-6/+5
* gpio: xilinx: Add support for using label propertyMichal Simek2018-08-072-2/+18
* gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek2018-08-071-1/+1
* gpio: xilinx: Not read output values via regsMichal Simek2018-08-071-4/+32
* gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek2018-08-071-7/+6
* gpio: xilinx: Set value before changing directionMichal Simek2018-08-071-2/+2
* gpio: xilinx: Remove !DM driverMichal Simek2018-08-071-336/+2
* gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek2018-08-071-4/+4
* gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar2018-08-061-33/+34