summaryrefslogtreecommitdiffstats
path: root/include/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-301-0/+122
* regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-301-0/+6
* regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-301-0/+19
* regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-301-0/+6
* regmap: Allow specifying read/write widthPratyush Yadav2020-09-301-16/+22
* regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-301-0/+18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+2
* dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-271-1/+2
* regmap: Add API regmap_init_mem_index()Faiz Abbas2019-07-171-0/+2
* regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-1/+1
* test: dm: regmap: Fix the long test delaySimon Glass2019-01-141-1/+13
* regmap: add regmap_read_poll_timeout() helperNeil Armstrong2018-11-241-0/+38
* regmap: Add overview documentationMario Six2018-11-141-0/+27
* regmap: Add endianness supportMario Six2018-11-141-0/+14
* regmap: Define regmap_{get,set}Mario Six2018-11-141-4/+50
* regmap: Support reading from specific rangeMario Six2018-11-141-0/+31
* regmap: Add raw read/write functionsMario Six2018-11-141-0/+58
* regmap: Fix documentationMario Six2018-11-141-9/+39
* regmap: add regmap_update_bits() helperNeil Armstrong2018-05-081-0/+10
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-071-2/+2
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-5/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-1/+1
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-141-1/+14
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-141-0/+3
* dm: Add support for register maps (regmap)Simon Glass2015-07-211-0/+72