aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2-4/+90
2021-03-03gpio: Define the log category in the uclassSimon Glass1-0/+2
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass1-6/+15
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass1-34/+38
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass1-11/+14
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-9/+6
2021-03-03dm: gpio: Add a way to update flagsSimon Glass2-18/+60
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass1-9/+12
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass1-4/+20
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass1-23/+24
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-26/+34
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-1/+1
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass3-23/+23
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass3-14/+14
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass1-0/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini17-0/+17
2021-02-08gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li1-39/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass17-0/+17
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen1-1/+1
2021-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/25Jan2021Tom Rini1-0/+2
2021-01-25sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-24gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao3-0/+155
2021-01-13gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay1-1/+3
2021-01-12gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny1-14/+35
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass3-3/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-3/+3
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-3/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05x86: apl: Reduce size for TPLSimon Glass1-1/+3
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass13-21/+25
2020-12-18gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass26-146/+146
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass22-44/+44
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass26-109/+109
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass29-117/+113
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass43-58/+58
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass5-12/+6
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass5-11/+11
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass5-10/+11
2020-12-01gpio: Convert to use APIs which support live DTPatrick Delaunay1-3/+2
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay1-14/+14
2020-11-17sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng1-0/+1
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-10-23gpio: mpc8xxx: support fsl-layerscape platformhui.song1-21/+87
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay1-0/+2
2020-10-14drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt1-1/+9
2020-10-08gpio: dw: Return output value when direction is outSean Anderson1-7/+12