summaryrefslogtreecommitdiff
path: root/include/regmap.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-1/+1
2019-01-15test: dm: regmap: Fix the long test delaySimon Glass1-1/+13
2018-11-24regmap: add regmap_read_poll_timeout() helperNeil Armstrong1-0/+38
2018-11-14regmap: Add overview documentationMario Six1-0/+27
2018-11-14regmap: Add endianness supportMario Six1-0/+14
2018-11-14regmap: Define regmap_{get,set}Mario Six1-4/+50
2018-11-14regmap: Support reading from specific rangeMario Six1-0/+31
2018-11-14regmap: Add raw read/write functionsMario Six1-0/+58
2018-11-14regmap: Fix documentationMario Six1-9/+39
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong1-0/+10
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-2/+2
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-5/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass1-1/+1
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-1/+14
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+3
2015-07-22dm: Add support for register maps (regmap)Simon Glass1-0/+72