summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut2021-05-211-7/+6
* dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson2021-05-041-3/+3
* gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banksEugen Hristev2021-04-191-0/+22
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-121-11/+0
* x86: Probe device if needed in intel_gpio_xlate()Simon Glass2021-03-271-1/+13
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-151-3/+4
|\
| * gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-3/+4
* | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-032-4/+90
* | gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
* | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-031-6/+15
* | gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-031-34/+38
* | gpio: Use an 'ops' variable everywhereSimon Glass2021-03-031-11/+14
* | gpio: Replace direction_input() and direction_output()Simon Glass2021-03-031-9/+6
* | dm: gpio: Add a way to update flagsSimon Glass2021-03-032-18/+60
* | gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass2021-03-031-9/+12
* | gpio: sandbox: Fully separate pin value from output valueSimon Glass2021-03-031-4/+20
* | gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-031-23/+24
* | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-26/+34
* | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-1/+1
* | dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-033-23/+23
* | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-033-14/+14
* | gpio: Disable functions not used with of-platdataSimon Glass2021-03-031-0/+2
|/
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1517-0/+17
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0217-0/+17
* | gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li2021-02-081-39/+8
|/
* gpio: Add support for DM GPIO for KirkwoodHarm Berntsen2021-01-271-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-0/+2
|\
| * sunxi: gpio: introduce compatible for H616Jernej Skrabec2021-01-251-0/+2
* | gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+155
|/
* gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay2021-01-131-1/+3
* gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny2021-01-121-14/+35
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-053-3/+3
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-3/+3
* dm: core: Access device ofnode through functionsSimon Glass2021-01-052-3/+3
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* x86: apl: Reduce size for TPLSimon Glass2021-01-051-1/+3
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-0513-21/+25
* gpio: Update for new sequence numbersSimon Glass2020-12-185-5/+5
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1326-146/+146
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1322-44/+44
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1326-109/+109
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1329-117/+113
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1343-58/+58
* dm: Drop uses of dev_set_of_offset()Simon Glass2020-12-135-12/+6
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-135-11/+11
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-135-10/+11
* gpio: Convert to use APIs which support live DTPatrick Delaunay2020-12-011-3/+2