summaryrefslogtreecommitdiff
path: root/drivers/core/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass1-1/+1
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass1-2/+2
2017-06-01dm: regmap: Add support for livetreeSimon Glass1-15/+22
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-2/+3
2017-03-22regmap: use fdt address translationJean-Jacques Hiblot1-6/+8
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton1-0/+20
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-15dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2015-07-22dm: Add support for register maps (regmap)Simon Glass1-0/+86