summaryrefslogtreecommitdiff
path: root/drivers/core/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14regmap: Add endianness supportMario Six1-10/+124
2018-11-14regmap: Support reading from specific rangeMario Six1-5/+44
2018-11-14regmap: Add raw read/write functionsMario Six1-7/+57
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong1-0/+14
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-6/+5
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-22/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
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