aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+22
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher1-0/+46
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher1-4/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-1/+2
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong1-0/+15
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-5/+12
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-6/+25
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-0/+30
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-2/+25
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-6/+3
2020-04-16gpio: add function check_dir_flagsPatrick Delaunay1-0/+25
2020-04-16gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay1-13/+25
2020-04-16gpio: add function _gpio_get_valuePatrick Delaunay1-4/+10
2020-04-16gpio: add gpio descriptor initialization helperPatrick Delaunay1-8/+19
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-36/+0
2020-02-05gpio: Rename free() to rfree()Simon Glass1-4/+4
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-2/+2
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher1-28/+75
2019-07-13gpio: add gpio-hog supportHeiko Schocher1-16/+165
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek1-0/+35
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06gpio: uclass: Fix debug stringMario Six1-1/+1
2017-07-06gpio: add static to get_function()Masahiro Yamada1-2/+2
2017-06-01dm: gpio: Add live tree supportSimon Glass1-28/+23
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-21/+30
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-06-03dm: gpio: Add methods for open drain settingmario.six@gdsys.cc1-0/+32
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-7/+23
2016-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+18
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-20dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2015-08-05dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass1-1/+1
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass1-8/+26
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV1-0/+1
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+35
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass1-0/+12
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-11/+11
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass1-2/+164
2015-01-29dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+16
2015-01-29dm: gpio: Add a native driver model APISimon Glass1-71/+147
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-0/+19
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+21
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+39
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass1-0/+47
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass1-14/+78
2014-10-23dm: gpio: Support numbered GPIOsSimon Glass1-12/+25