summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
AgeCommit message (Expand)Author
2023-06-15gpio: Enable hogging support in SPLEddie James
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-05gpio: Factor out DT flag translationSamuel Holland
2021-10-05gpio: Verify validity of pin offsets from device treesSamuel Holland
2021-10-05gpio: Verify validity of pin offsets when looking up namesSamuel Holland
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-05-04dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Define the log category in the uclassSimon Glass
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-01gpio: Convert to use APIs which support live DTPatrick Delaunay
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay
2020-04-16gpio: update dir_flags managementPatrick Delaunay
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay
2020-04-16gpio: add function check_dir_flagsPatrick Delaunay
2020-04-16gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay
2020-04-16gpio: add function _gpio_get_valuePatrick Delaunay
2020-04-16gpio: add gpio descriptor initialization helperPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-02-05gpio: Rename free() to rfree()Simon Glass
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher
2019-07-13gpio: add gpio-hog supportHeiko Schocher
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06gpio: uclass: Fix debug stringMario Six