| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 1 | -3/+3 |
* | regmap: Add support for regmap fields | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+122 |
* | regmap: Allow devices to specify regmap range start and size in config | Pratyush Yadav | 2020-09-30 | 1 | -0/+6 |
* | regmap: Add regmap_init_mem_range() | Pratyush Yadav | 2020-09-30 | 1 | -0/+19 |
* | regmap: Allow left shifting register offset before access | Pratyush Yadav | 2020-09-30 | 1 | -0/+6 |
* | regmap: Allow specifying read/write width | Pratyush Yadav | 2020-09-30 | 1 | -16/+22 |
* | regmap: Add devm_regmap_init() | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+18 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+2 |
* | dm: regmap: Fix mask in regmap_update_bits() | Simon Glass | 2019-10-27 | 1 | -1/+2 |
* | regmap: Add API regmap_init_mem_index() | Faiz Abbas | 2019-07-17 | 1 | -0/+2 |
* | regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset | Neil Armstrong | 2019-04-23 | 1 | -1/+1 |
* | test: dm: regmap: Fix the long test delay | Simon Glass | 2019-01-14 | 1 | -1/+13 |
* | regmap: add regmap_read_poll_timeout() helper | Neil Armstrong | 2018-11-24 | 1 | -0/+38 |
* | regmap: Add overview documentation | Mario Six | 2018-11-14 | 1 | -0/+27 |
* | regmap: Add endianness support | Mario Six | 2018-11-14 | 1 | -0/+14 |
* | regmap: Define regmap_{get,set} | Mario Six | 2018-11-14 | 1 | -4/+50 |
* | regmap: Support reading from specific range | Mario Six | 2018-11-14 | 1 | -0/+31 |
* | regmap: Add raw read/write functions | Mario Six | 2018-11-14 | 1 | -0/+58 |
* | regmap: Fix documentation | Mario Six | 2018-11-14 | 1 | -9/+39 |
* | regmap: add regmap_update_bits() helper | Neil Armstrong | 2018-05-08 | 1 | -0/+10 |
* | regmap: change regmap_init_mem() to take ofnode instead udevice | Masahiro Yamada | 2018-05-07 | 1 | -2/+2 |
* | regmap: clean up regmap allocation | Masahiro Yamada | 2018-05-07 | 1 | -5/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dtoc: Add support for 32 or 64-bit addresses | Simon Glass | 2017-09-15 | 1 | -1/+1 |
* | dm: core: Add an implementation of regmap_init_mem_platdata() | Simon Glass | 2016-07-14 | 1 | -1/+14 |
* | dm: regmap: Add a dummy implementation for of-platdata | Simon Glass | 2016-07-14 | 1 | -0/+3 |
* | dm: Add support for register maps (regmap) | Simon Glass | 2015-07-21 | 1 | -0/+72 |