aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown3-81/+63
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown3-0/+223
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown5-22/+24
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown1-51/+18
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+100
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li1-8/+8
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li1-2/+6
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li1-4/+8
2015-12-12regmap: missing case statementDan Carpenter1-0/+1
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter1-3/+3
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li1-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li1-0/+6
2015-12-09regmap: fix the warning about unused variableXiubo Li1-0/+2
2015-12-08regmap: add 64-bit mode supportXiubo Li1-0/+99
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li1-19/+30
2015-12-08regmap: mmio: remove the useless codeXiubo Li1-1/+0
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo3-6/+7
2015-11-20regmap: replace kzalloc with kcalloclixiubo4-8/+9
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal1-2/+7
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott1-8/+8
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