summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2015-10-12Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown-5/+38
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle-11/+20
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar-17/+17
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes-5/+3
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes-2/+1
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes-5/+6
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown-4/+3
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown-2/+1
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown-1/+1
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng-3/+28
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd-1/+12
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown-219/+168
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown-16/+134
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-26/+215
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown-0/+5
2015-09-04Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-2/+2
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown-23/+176
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY-2/+4
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown-1/+28
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann-0/+49
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann-0/+6
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann-0/+22
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann-15/+74
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown-16/+45
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann-1/+1
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann-9/+12
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann-2/+19
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann-0/+5
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann-1/+2
2015-08-12regmap: fix typos in regmap.cXiubo Li-2/+2
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann-2/+2
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat-139/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat-61/+107
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin-4/+5
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck-5/+14
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald-4/+86
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin-6/+48
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin-12/+12
2015-07-14regmap: Silence warning on invalid zero length readMark Brown-0/+2
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen-2/+3
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto-0/+12
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto-0/+23
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto-8/+8
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown-24/+59
2015-06-17Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-3/+0
2015-06-17Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown-2/+1
2015-06-16regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin-2/+1
2015-06-15regmap: Fix regmap_bulk_read in BE modeArun Chandran-1/+1
2015-06-09regmap: kill off set_irq_flags usageRob Herring-7/+0