aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini18-5/+25
2020-02-09gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam1-3/+1
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li3-0/+120
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass17-0/+18
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-02-05gpio: Rename free() to rfree()Simon Glass2-5/+5
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-5/+5
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner1-2/+2
2020-02-04gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner1-1/+1
2020-02-04gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner1-2/+2
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra1-0/+1
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra1-1/+1
2020-02-04gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra1-2/+9
2020-01-23gpio: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-14gpio: 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-30gpio: 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-04Merge 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