| Commit message (Expand) | Author | Age | Files | Lines |
* | regmap: Fix potential memory leaks | Faiz Abbas | 2019-12-03 | 1 | -4/+12 |
* | dm: regmap: Fix mask in regmap_update_bits() | Simon Glass | 2019-10-27 | 1 | -1/+1 |
* | regmap: Add API regmap_init_mem_index() | Faiz Abbas | 2019-07-17 | 1 | -0/+42 |
* | regmap: Add endianness support | Mario Six | 2018-11-14 | 1 | -10/+124 |
* | regmap: Support reading from specific range | Mario Six | 2018-11-14 | 1 | -5/+44 |
* | regmap: Add raw read/write functions | Mario Six | 2018-11-14 | 1 | -7/+57 |
* | regmap: Add error output | Mario Six | 2018-11-14 | 1 | -2/+8 |
* | regmap: Introduce init_range | Mario Six | 2018-11-14 | 1 | -12/+56 |
* | regmap: Improve error handling | Mario Six | 2018-11-14 | 1 | -0/+17 |
* | regmap: Add documentation | Mario Six | 2018-11-14 | 1 | -0/+6 |
* | regmap: add regmap_update_bits() helper | Neil Armstrong | 2018-05-08 | 1 | -0/+14 |
* | regmap: change regmap_init_mem() to take ofnode instead udevice | Masahiro Yamada | 2018-05-07 | 1 | -6/+5 |
* | regmap: clean up regmap allocation | Masahiro Yamada | 2018-05-07 | 1 | -22/+9 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 1 | -1/+1 |
* | dtoc: Add support for 32 or 64-bit addresses | Simon Glass | 2017-09-15 | 1 | -1/+1 |
* | dm: core: Add functions to obtain node's address/size cells | Simon Glass | 2017-07-11 | 1 | -2/+2 |
* | dm: regmap: Add support for livetree | Simon Glass | 2017-06-01 | 1 | -15/+22 |
* | dm: core: Replace of_offset with accessor (part 2) | Simon Glass | 2017-06-01 | 1 | -2/+3 |
* | regmap: use fdt address translation | Jean-Jacques Hiblot | 2017-03-22 | 1 | -6/+8 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -2/+2 |
* | dm: regmap: Implement simple regmap_read & regmap_write | Paul Burton | 2016-09-21 | 1 | -0/+20 |
* | dm: core: Add an implementation of regmap_init_mem_platdata() | Simon Glass | 2016-07-14 | 1 | -2/+16 |
* | dm: core: Move regmap allocation into a separate function | Simon Glass | 2016-07-14 | 1 | -12/+22 |
* | dm: regmap: Add a dummy implementation for of-platdata | Simon Glass | 2016-07-14 | 1 | -0/+9 |
* | dm: Add support for register maps (regmap) | Simon Glass | 2015-07-21 | 1 | -0/+86 |