summaryrefslogtreecommitdiff
path: root/test/dm/gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass1-0/+98
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-17/+115
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-9/+9
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-6/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot1-0/+102
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-10/+10
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-1/+2
2020-07-29sandbox, test: change hog gpioPhilippe Reynes1-6/+6
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+62
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-07-08gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher1-0/+9
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher1-0/+23
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong1-0/+89
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay1-6/+60
2020-04-17gpio: remove the open_drain API and opsPatrick Delaunay1-7/+0
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2016-06-04dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+7
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-11/+11
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass1-1/+68
2014-10-24test: dm: Add additional GPIO testsSimon Glass1-0/+38
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+18
2014-10-24test: dm: Update GPIO tests for new gpio_request() methodSimon Glass1-22/+33
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-1/+1
2014-03-04dm: Add GPIO support and testsSimon Glass1-0/+111