summaryrefslogtreecommitdiff
path: root/drivers/base/regmap (follow)
Commit message (Expand)AuthorAge
* regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-11-02
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-31
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-31
* regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-08-04
* regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter2018-04-24
* regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-05-18
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-04
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-04
| |
| \
| \
| \
*---. | Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-12
|\ \ \|
| | * | regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes2015-09-30
| | * | regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes2015-09-30
| | * | regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes2015-09-30
| | * | regmap: debugfs: Remove scratch buffer for register length calculationMark Brown2015-09-19
| * | | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-14
| | |/ | |/|
* | | Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown2015-10-12
|\ \ \
| * | | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-06
| |/ /
* | | Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown2015-10-12
|\ \ \ | |_|/ |/| |
| * | regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng2015-09-17
| * | regmap: irq: add support for chips who have separate unmask registersGuo Zeng2015-09-17
| |/
* | regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-09-19
* | regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-09-19
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-04
|\ \
| | * regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin2015-07-16
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-16
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-11
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-07
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-04
|\ \ \
| | * | regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-10
| | * | regmap: add regmap_write_bits()Kuninori Morimoto2015-07-10
| | * | regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-10
| | |/
| * | regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin2015-08-07
| * | regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald2015-07-20
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-09-04
|\ \
| * \ Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-09-04
| |\ \
| | * | regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY2015-08-31
| | * | regmap-i2c: Add smbus i2c block supportMarkus Pargmann2015-08-30
| | * | regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann2015-08-30
| | * | regmap: regmap max_raw_read/write getter functionsMarkus Pargmann2015-08-30
| | * | regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann2015-08-30
| | | |
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown2015-08-30
| | |\ \ \ \ \
| | | | | | * | regmap: fix typos in regmap.cXiubo Li2015-08-12
| | | | | | |/
| | | | | * / regmap: Fix regmap_can_raw_write checkMarkus Pargmann2015-08-14
| | | | | |/
| * | | | / regmap: Support bulk reads for devices without raw formattingMark Brown2015-08-31
| | |_|/ / | |/| | |
| * | | | regmap: No multi_write support if bus->write does not existMarkus Pargmann2015-08-21
| * | | | regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann2015-08-21
| * | | | regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann2015-08-21
| * | | | regmap: Silence warning on invalid zero length readMark Brown2015-07-14
| * | | | regmap: Add better support for devices without readback supportLars-Peter Clausen2015-07-13
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2015-09-04
|\ \ \ \ | | |_|/ | |/| |
| * | | regmap: regmap_raw_read return error on !bus->readMarkus Pargmann2015-08-20
| |/ /