summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson2021-05-041-3/+3
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-121-11/+0
* gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-0/+81
* gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
* 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-031-17/+58
* 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-031-15/+15
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-8/+8
* gpio: Disable functions not used with of-platdataSimon Glass2021-03-031-0/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-3/+3
* gpio: Convert to use APIs which support live DTPatrick Delaunay2020-12-011-3/+2
* drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-301-0/+71
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-171-0/+22
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-071-0/+46
* gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher2020-07-051-4/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-1/+2
* gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong2020-05-111-0/+15
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-36/+0
* gpio: Rename free() to rfree()Simon Glass2020-02-051-4/+4
* spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-081-2/+2
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-28/+75
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-16/+165
* gpio: dm: Support manual relocation for gpioMichal Simek2018-07-191-0/+35
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* gpio: uclass: Fix debug stringMario Six2018-04-061-1/+1
* gpio: add static to get_function()Masahiro Yamada2017-07-061-2/+2
* dm: gpio: Add live tree supportSimon Glass2017-06-011-28/+23
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-21/+30
* gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini2017-05-121-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-031-0/+32
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-7/+23
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5