summaryrefslogtreecommitdiff
path: root/include/regmap.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot1-0/+122
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav1-0/+6
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav1-0/+19
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav1-0/+6
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav1-16/+22
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot1-0/+18
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+2
2019-10-27dm: regmap: Fix mask in regmap_update_bits()Simon Glass1-1/+2
2019-07-17regmap: Add API regmap_init_mem_index()Faiz Abbas1-0/+2
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