~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2023-05-06
* dm: regmap: Disable range checks in SPLSimon Glass2022-10-17
* regmap: fix range checksHeinrich Schuchardt2022-10-06
* reset: Avoid a warning in devm_regmap_init()Simon Glass2021-07-15
* regmap: fix a serious pointer casting bugMarek BehĂșn2021-05-24
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-30
* regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-30
* regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-30
* regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-30
* regmap: Allow specifying read/write widthPratyush Yadav2020-09-30
* regmap: zero out the regmap on allocationPratyush Yadav2020-09-30
* regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-30
* regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-11
* common: Drop log.h from common headerSimon Glass2020-05-18
* regmap: Fix potential memory leaksFaiz Abbas2019-12-03
* dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-27
* regmap: Add API regmap_init_mem_index()Faiz Abbas2019-07-17
* regmap: Add endianness supportMario Six2018-11-14
* regmap: Support reading from specific rangeMario Six2018-11-14
* regmap: Add raw read/write functionsMario Six2018-11-14
* regmap: Add error outputMario Six2018-11-14
* regmap: Introduce init_rangeMario Six2018-11-14
* regmap: Improve error handlingMario Six2018-11-14
* regmap: Add documentationMario Six2018-11-14
* regmap: add regmap_update_bits() helperNeil Armstrong2018-05-08
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-07
* regmap: clean up regmap allocationMasahiro Yamada2018-05-07
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-05
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-15
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-11
* dm: regmap: Add support for livetreeSimon Glass2017-06-01
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-01
* regmap: use fdt address translationJean-Jacques Hiblot2017-03-22
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* dm: regmap: Implement simple regmap_read & regmap_writePaul Burton2016-09-21
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-14
* dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-14
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-14
* dm: Add support for register maps (regmap)Simon Glass2015-07-21