summaryrefslogtreecommitdiffstats
path: root/drivers/core/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-301-0/+83
* regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-301-1/+5
* regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-301-0/+27
* regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-301-1/+5
* regmap: Allow specifying read/write widthPratyush Yadav2020-09-301-3/+12
* regmap: zero out the regmap on allocationPratyush Yadav2020-09-301-1/+2
* regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-301-0/+29
* regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-111-4/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* regmap: Fix potential memory leaksFaiz Abbas2019-12-031-4/+12
* dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-271-1/+1
* regmap: Add API regmap_init_mem_index()Faiz Abbas2019-07-171-0/+42
* regmap: Add endianness supportMario Six2018-11-141-10/+124
* regmap: Support reading from specific rangeMario Six2018-11-141-5/+44
* regmap: Add raw read/write functionsMario Six2018-11-141-7/+57
* regmap: Add error outputMario Six2018-11-141-2/+8
* regmap: Introduce init_rangeMario Six2018-11-141-12/+56
* regmap: Improve error handlingMario Six2018-11-141-0/+17
* regmap: Add documentationMario Six2018-11-141-0/+6
* regmap: add regmap_update_bits() helperNeil Armstrong2018-05-081-0/+14
* 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