summaryrefslogtreecommitdiffstats
path: root/drivers/core/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-071-6/+5
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-22/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-1/+1
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-111-2/+2
* dm: regmap: Add support for livetreeSimon Glass2017-06-011-15/+22
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-2/+3
* regmap: use fdt address translationJean-Jacques Hiblot2017-03-221-6/+8
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* dm: regmap: Implement simple regmap_read & regmap_writePaul Burton2016-09-211-0/+20
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-141-2/+16
* dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-141-12/+22
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-141-0/+9
* dm: Add support for register maps (regmap)Simon Glass2015-07-211-0/+86