aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass17-1/+18
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-6/+10
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner1-1/+1
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay1-6/+1
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong1-0/+15
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-0/+196
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay1-20/+66
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay1-5/+8
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-5/+12
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-6/+25
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-0/+30
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-2/+25
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-6/+3
2020-04-16gpio: add function check_dir_flagsPatrick Delaunay1-0/+25
2020-04-16gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay1-13/+25
2020-04-16gpio: add function _gpio_get_valuePatrick Delaunay1-4/+10
2020-04-16gpio: add gpio descriptor initialization helperPatrick Delaunay1-8/+19
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay3-93/+0
2020-03-31gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen3-0/+157
2020-03-31gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes1-18/+11
2020-03-31gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes1-8/+4
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