aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2016-05-18regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
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
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann
2015-08-12regmap: fix typos in regmap.cXiubo Li
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin
2015-07-14regmap: Silence warning on invalid zero length readMark Brown
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown
2015-06-17Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown