summaryrefslogtreecommitdiff
path: root/test/dm/gpio.c
AgeCommit message (Expand)AuthorFilesLines
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