aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-17/+17
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-nextMark Brown3-14/+22
2015-10-12Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown2-11/+20
2015-10-12Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown1-5/+38
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle2-11/+20
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar3-17/+17
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes1-5/+3
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes1-2/+1
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes1-5/+6
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown1-4/+3
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-3/+28
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2-1/+12
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-nextMark Brown7-219/+168
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-nextMark Brown2-16/+134
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown5-26/+215
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-0/+5
2015-09-04Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-2/+2
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-coreMark Brown4-23/+176
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY1-2/+4
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown1-1/+28
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann1-0/+49
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann1-0/+6
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann1-0/+22
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann2-15/+74
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-smbus-blockMark Brown4-16/+45
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann1-1/+1
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann4-9/+12
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann1-2/+19
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann1-0/+5
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann1-1/+2
2015-08-12regmap: fix typos in regmap.cXiubo Li1-2/+2
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann1-2/+2
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat6-139/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat6-61/+107
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin1-4/+5
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald1-4/+86
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin1-6/+48
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2-12/+12
2015-07-14regmap: Silence warning on invalid zero length readMark Brown1-0/+2
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen1-2/+3
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto1-0/+12
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto1-0/+23
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto1-8/+8
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' and 'regmap/topic/reg-params' into regmap-nextMark Brown4-24/+59
2015-06-17Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-3/+0
2015-06-17Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown1-2/+1