summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...WIP/25Jun2020-nextTom Rini2020-06-251-1/+4
|\
| * gpio: mxc_gpio: change gpio index for i.MX8Ye Li2020-06-231-1/+4
* | gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini2020-06-161-5/+4
|/
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1820-0/+20
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-1817-1/+18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-6/+10
* rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner2020-05-151-1/+1
* gpio: stm32: support gpio ops in SPLPatrick Delaunay2020-05-141-6/+1
* gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong2020-05-111-0/+15
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+196
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-20/+66
* gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-5/+8
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-163-93/+0
* gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen2020-03-313-0/+157
* gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes2020-03-311-18/+11
* gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes2020-03-311-8/+4
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1118-5/+25
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0517-0/+18
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-052-0/+2
| * gpio: Rename free() to rfree()Simon Glass2020-02-052-5/+5
* | gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam2020-02-091-3/+1
* | gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li2020-02-073-0/+120
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/04Feb2020Tom Rini2020-02-041-5/+5
|\
| * gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner2020-02-041-2/+2
| * gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner2020-02-041-1/+1
| * gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner2020-02-041-2/+2
* | gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra2020-02-041-0/+1
* | gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra2020-02-041-1/+1
* | gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra2020-02-041-2/+9
|/
* gpio: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+2
* gpio: mxc_gpio: add support for i.MXRT1050Giulio Benetti2020-01-141-3/+4
* x86: Add a generic Intel GPIO driverSimon Glass2019-12-153-0/+171
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-1510-20/+45
* gpio: at91_gpio: Add bank namesJames Byrne2019-12-031-3/+26
* gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy2019-10-301-7/+7
* gpio: zynq: Add gpio driver support for PMC gpioShubhrajyoti Datta2019-10-241-0/+19
* gpio: zynq: Add gpio driver support for VersalAshok Reddy Soma2019-10-242-1/+16
* gpio: sifive: add support for DM based gpio driver for FU540-SoCSagar Shrikant Kadam2019-10-183-0/+185
* Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...WIP/09Oct2019Tom Rini2019-10-091-1/+1
|\
| * gpio: zynq: fix issue in set gpio output directionAshok Reddy Soma2019-10-081-1/+1