aboutsummaryrefslogtreecommitdiff
path: root/test/dm/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24test: Avoid random numbers in dm_test_devm_regmap()Simon Glass1-2/+1
2021-04-20test: fix test/dm/regmap.cHeinrich Schuchardt1-4/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot1-0/+198
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-5/+5
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-10-27test: regmap: check the values read from the regmapJean-Jacques Hiblot1-3/+16
2019-01-14test: dm: regmap: Fix the long test delaySimon Glass1-3/+4
2018-11-24test: regmap: add regmap_read_poll_timeout testNeil Armstrong1-0/+26
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six1-0/+28
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six1-1/+1
2018-05-08test: regmap: add read/modify/write testNeil Armstrong1-0/+25
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada1-0/+17
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-8/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2015-07-21test: Add a test for regmapSimon Glass1-0/+82