summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
AgeCommit message (Expand)Author
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
2017-07-06gpio: add static to get_function()Masahiro Yamada
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-06-03dm: gpio: Add methods for open drain settingmario.six@gdsys.cc
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson
2016-03-17gpio: Use const where possibleSimon Glass
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-20dm: gpio: Allow the uclass to work without printf()Simon Glass
2015-08-05dm: gpio: Check a GPIO is valid before using itSimon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass