summaryrefslogtreecommitdiff
path: root/test/dm/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* test: Avoid random numbers in dm_test_devm_regmap()Simon Glass2021-05-241-2/+1
* test: fix test/dm/regmap.cHeinrich Schuchardt2021-04-201-4/+5
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot2020-09-301-0/+198
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-5/+5
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* test: regmap: check the values read from the regmapJean-Jacques Hiblot2019-10-271-3/+16
* test: dm: regmap: Fix the long test delaySimon Glass2019-01-141-3/+4
* test: regmap: add regmap_read_poll_timeout testNeil Armstrong2018-11-241-0/+26
* test: regmap: Add test for regmap_{set, get}Mario Six2018-11-141-0/+28
* test: regmap: Increase size of syscon0 memoryMario Six2018-11-141-1/+1
* test: regmap: add read/modify/write testNeil Armstrong2018-05-081-0/+25
* test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada2018-05-071-0/+17
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-8/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test: dm: regmap: fix license headerMasahiro Yamada2018-04-281-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* test: Add a test for regmapSimon Glass2015-07-211-0/+82