summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2015-10-22regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-10-22regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-09-13regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-08-03regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin
2015-08-03regmap: Fix regmap_bulk_read in BE modeArun Chandran
2015-04-13regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen
2014-11-21regmap: fix kernel hang on regmap_bulk_write with zero val_count.Quentin Casasnovas
2014-10-30regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-10-30regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey
2014-10-30regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li
2014-10-05regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown
2014-10-05regmap: Fix handling of volatile registers for format_write() chipsMark Brown
2014-01-09Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown
2013-12-30regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd
2013-12-30Merge tag 'v3.13-rc4' into regmap-coreMark Brown
2013-12-16regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan
2013-11-26Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown
2013-11-26regmap: use IS_ERR() to check clk_get() resultsStephen Warren
2013-11-24regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong
2013-11-21regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin
2013-11-12regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig
2013-10-28Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2013-10-28regmap: add SPMI supportJosh Cartwright
2013-10-24regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo
2013-10-22regmap: irq: clear status when disable irqYi Zhang
2013-10-14regmap: Only send a single buffer for async I/O if writing one registerMark Brown
2013-10-14regmap: spi: Handle async writes of only one bufferMark Brown
2013-10-14regmap: new API regmap_multi_reg_write() definitionAnthony Olech
2013-10-10Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown
2013-10-10regmap: Use async I/O during cache syncMark Brown
2013-10-10regmap: Use async I/O for patch applicationMark Brown
2013-10-09regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech
2013-10-09regmap: Provide asynchronous write and update bits operationsMark Brown
2013-10-09regmap: Simplify the initiation of async I/OMark Brown
2013-10-09regmap: Don't generate gather writes for single register raw writesMark Brown
2013-10-07regmap: Cache async work structuresMark Brown
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto
2013-09-17regmap: add regmap_field_update_bits()Kuninori Morimoto
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown