summaryrefslogtreecommitdiffstats
path: root/test/dm/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-0/+98
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-17/+115
* gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-9/+9
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-6/+6
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* test: gpio: Add tests for the managed APIJean-Jacques Hiblot2020-09-301-0/+102
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-10/+10
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-1/+2
* sandbox, test: change hog gpioPhilippe Reynes2020-07-281-6/+6
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-171-0/+62
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-1/+1
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-071-0/+9
* sandbox, test: add test for GPIO_HOG functionHeiko Schocher2020-07-051-0/+23
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong2020-05-111-0/+89
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-6/+60
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-7/+0
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-031-0/+7
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-11/+11
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-291-1/+68
* test: dm: Add additional GPIO testsSimon Glass2014-10-231-0/+38
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+18
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-231-22/+33
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-1/+1
* dm: Add GPIO support and testsSimon Glass2014-03-041-0/+111