summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-01-23gpio: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-15gpio: mxc_gpio: add support for i.MXRT1050Giulio Benetti1-3/+4
2019-12-15x86: Add a generic Intel GPIO driverSimon Glass3-0/+171
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass10-20/+45
2019-12-03gpio: at91_gpio: Add bank namesJames Byrne1-3/+26
2019-10-31gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy1-7/+7
2019-10-24gpio: zynq: Add gpio driver support for PMC gpioShubhrajyoti Datta1-0/+19
2019-10-24gpio: zynq: Add gpio driver support for VersalAshok Reddy Soma2-1/+16
2019-10-18gpio: sifive: add support for DM based gpio driver for FU540-SoCSagar Shrikant Kadam3-0/+185
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-17/+55
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driverLukasz Majewski1-17/+55
2019-10-08gpio: zynq: fix issue in set gpio output directionAshok Reddy Soma1-1/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-2/+2
2019-10-08sandbox: spmi: Add ranges property for address translationSimon Glass1-6/+6
2019-08-23kconfig: Convert CONFIG_MXS_GPIO to KconfigLukasz Majewski1-0/+5
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher2-29/+76
2019-07-19gpio: Add missing parenthesis to the GPIO_TO_PORT defineLukasz Majewski1-1/+1
2019-07-19gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)Lukasz Majewski1-0/+148
2019-07-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-0/+8
2019-07-16sunxi: gpio: Enable support for H6 pin controllerAndre Przywara1-0/+2
2019-07-16sunxi: move SUNXI_GPIO to KconfigAndre Przywara1-0/+6
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-10/+4
2019-07-13gpio: add gpio-hog supportHeiko Schocher2-16/+175
2019-07-12gpio: stm32: Remove .ofmatch callbackPatrice Chotard1-6/+0
2019-07-12gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard3-3/+3
2019-07-12gpio: stm32_gpio: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2019-05-24gpio: dwapb_gpio: fix broken dev->nodeSimon Goldschmidt1-3/+2
2019-05-10gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt1-14/+11
2019-05-07gpio: renesas: Add RZ/A1 R7S72100 GPIO driverMarek Vasut3-0/+141
2019-05-06Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-8/+7
2019-05-05Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2019-05-04gpio: renesas: Migrate to pinctrl GPIO accessorsMarek Vasut1-8/+7
2019-05-03mips: rename mach-mt7620 to mach-mtmipsWeijie Gao1-1/+1
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+2
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