summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-04-12gpio: bcm6345: allow this driver on ARCH_BCM63158Philippe Reynes1-1/+1
2019-04-12gpio: bcm6345: allow this driver on ARCH_BCM6858Philippe Reynes1-1/+1
2019-04-12gpio: bcm6345: switch to raw I/O functionsPhilippe Reynes1-6/+6
2019-02-25gpio: altera_pio: fix get_valueJulien BĂ©raud1-1/+1
2019-02-01rockchip: Implement spl_gpio in the GPIO driverSimon Glass1-0/+46
2019-01-28gpio: introduce CONFIG_SPL_DM_PCA953XPeng Fan2-1/+24
2019-01-16mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen3-130/+0
2019-01-16mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)Lars Povlsen3-0/+287
2019-01-09gpio: stm32f7: Fix SPL code sizePatrice Chotard1-5/+12
2019-01-09gpio: stm32f7: Fix gpio bank hole managementPatrice Chotard1-0/+5
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini1-9/+9
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-9/+9
2018-12-19gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT3-0/+130
2018-12-07gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard1-3/+1
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard1-1/+0
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard1-14/+85
2018-11-29gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt1-0/+7
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-17gpio: stm32f7: Add ops get_functionPatrice Chotard1-0/+20
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li1-0/+28
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng4-3/+3
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin1-1/+1
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-9/+21
2018-10-22gpio: mxc_gpio: add support for i.MX8Peng Fan1-9/+21
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2-2/+46
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy1-0/+1
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan1-9/+2
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan1-1/+1
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan1-2/+49
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan1-0/+14
2018-09-12DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford1-3/+4
2018-09-12GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford1-3/+1
2018-09-12dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford1-0/+13
2018-09-12DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford1-7/+15
2018-09-11gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard1-6/+5
2018-08-07gpio: xilinx: Add support for using label propertyMichal Simek2-2/+18
2018-08-07gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek1-1/+1
2018-08-07gpio: xilinx: Not read output values via regsMichal Simek1-4/+32
2018-08-07gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek1-7/+6
2018-08-07gpio: xilinx: Set value before changing directionMichal Simek1-2/+2
2018-08-07gpio: xilinx: Remove !DM driverMichal Simek1-336/+2
2018-08-07gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek1-4/+4
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar1-33/+34
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-22/+81
2018-07-23Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford1-0/+5
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek1-0/+1
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek1-1/+264
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek1-0/+2
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek1-27/+2
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek1-0/+35