index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
regmap.c
Age
Commit message (
Expand
)
Author
2021-07-15
reset: Avoid a warning in devm_regmap_init()
Simon Glass
2021-05-24
regmap: fix a serious pointer casting bug
Marek BehĂșn
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-09-30
regmap: Add support for regmap fields
Jean-Jacques Hiblot
2020-09-30
regmap: Allow devices to specify regmap range start and size in config
Pratyush Yadav
2020-09-30
regmap: Add regmap_init_mem_range()
Pratyush Yadav
2020-09-30
regmap: Allow left shifting register offset before access
Pratyush Yadav
2020-09-30
regmap: Allow specifying read/write width
Pratyush Yadav
2020-09-30
regmap: zero out the regmap on allocation
Pratyush Yadav
2020-09-30
regmap: Add devm_regmap_init()
Jean-Jacques Hiblot
2020-06-11
regmap: Check for out-of-range offsets before mapping them
Pratyush Yadav
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-12-03
regmap: Fix potential memory leaks
Faiz Abbas
2019-10-27
dm: regmap: Fix mask in regmap_update_bits()
Simon Glass
2019-07-17
regmap: Add API regmap_init_mem_index()
Faiz Abbas
2018-11-14
regmap: Add endianness support
Mario Six
2018-11-14
regmap: Support reading from specific range
Mario Six
2018-11-14
regmap: Add raw read/write functions
Mario Six
2018-11-14
regmap: Add error output
Mario Six
2018-11-14
regmap: Introduce init_range
Mario Six
2018-11-14
regmap: Improve error handling
Mario Six
2018-11-14
regmap: Add documentation
Mario Six
2018-05-08
regmap: add regmap_update_bits() helper
Neil Armstrong
2018-05-07
regmap: change regmap_init_mem() to take ofnode instead udevice
Masahiro Yamada
2018-05-07
regmap: clean up regmap allocation
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-09-15
dtoc: Add support for 32 or 64-bit addresses
Simon Glass
2017-07-11
dm: core: Add functions to obtain node's address/size cells
Simon Glass
2017-06-01
dm: regmap: Add support for livetree
Simon Glass
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-03-22
regmap: use fdt address translation
Jean-Jacques Hiblot
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-21
dm: regmap: Implement simple regmap_read & regmap_write
Paul Burton
2016-07-14
dm: core: Add an implementation of regmap_init_mem_platdata()
Simon Glass
2016-07-14
dm: core: Move regmap allocation into a separate function
Simon Glass
2016-07-14
dm: regmap: Add a dummy implementation for of-platdata
Simon Glass
2015-07-21
dm: Add support for register maps (regmap)
Simon Glass