summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2019-02-01rockchip: Implement spl_gpio in the GPIO driverSimon Glass
2019-01-28gpio: introduce CONFIG_SPL_DM_PCA953XPeng Fan
2019-01-16mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen
2019-01-16mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)Lars Povlsen
2019-01-09gpio: stm32f7: Fix SPL code sizePatrice Chotard
2019-01-09gpio: stm32f7: Fix gpio bank hole managementPatrice Chotard
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan
2018-12-19gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT
2018-12-07gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard
2018-11-29gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese
2018-11-16gpio: stm32f7: Add ops get_functionPatrice Chotard
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini
2018-10-22gpio: mxc_gpio: add support for i.MX8Peng Fan
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan
2018-09-11DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford
2018-09-11GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford
2018-09-11dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford
2018-09-11DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford
2018-09-10gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard
2018-08-07gpio: xilinx: Add support for using label propertyMichal Simek
2018-08-07gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek
2018-08-07gpio: xilinx: Not read output values via regsMichal Simek
2018-08-07gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek
2018-08-07gpio: xilinx: Set value before changing directionMichal Simek
2018-08-07gpio: xilinx: Remove !DM driverMichal Simek
2018-08-07gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev
2018-07-23Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek
2018-07-19gpio: zynq: Fix typo in one error messageMichal Simek
2018-07-19gpio: zynq: Use live-tree functionMichal Simek
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford
2018-06-27Merge git://git.denx.de/u-boot-imxTom Rini