aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li
2015-12-12regmap: missing case statementDan Carpenter
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li
2015-12-09regmap: fix the warning about unused variableXiubo Li
2015-12-08regmap: add 64-bit mode supportXiubo Li
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li
2015-12-08regmap: mmio: remove the useless codeXiubo Li
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo
2015-11-20regmap: replace kzalloc with kcalloclixiubo
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown
2015-10-12Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown
2015-10-12Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown
2015-09-04Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann