aboutsummaryrefslogtreecommitdiff
path: root/test/dm/gpio.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-01-05test:dm:fix typoYuepeng Xing1-2/+2
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+30
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon 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-13dm: 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-07dm: Rename DM test flags to make them more genericSimon Glass1-10/+10
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-1/+2
2020-07-28sandbox, test: change hog gpioPhilippe Reynes1-6/+6
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+62
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-07-07gpio: 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-18common: 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-16test: dm: update test for pins configuration in gpioPatrick Delaunay1-6/+60
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-7/+0
2020-02-05dm: 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-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+7
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-11/+11
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass1-1/+68
2014-10-23test: dm: Add additional GPIO testsSimon Glass1-0/+38
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+18
2014-10-23test: 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