aboutsummaryrefslogtreecommitdiff
path: root/test/dm/gpio.c
AgeCommit message (Expand)Author
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-28sandbox, test: change hog gpioPhilippe Reynes
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass
2014-10-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add GPIO support and testsSimon Glass