summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-051-0/+102
|\ \
| * | regmap: missing case statementDan Carpenter2015-12-121-0/+1
| * | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-121-3/+3
| * | regmap: fix the warning about unused variableXiubo Li2015-12-091-0/+2
| * | regmap: add 64-bit mode supportXiubo Li2015-12-081-0/+99
| |/
* | regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-161-8/+8
|/
*-. Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-121-1/+11
|\ \
| * | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-141-1/+11
| |/
* | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-061-11/+18
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-041-53/+79
|\ \
| | * regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin2015-07-161-6/+48
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-11/+11
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-111-25/+0
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-071-11/+20
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-041-8/+43
|\ \ \ | | |/ | |/|
| | * regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-101-0/+12
| | * regmap: add regmap_write_bits()Kuninori Morimoto2015-07-101-0/+23
| | * regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-101-8/+8
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-09-041-21/+155
|\ \
| * \ Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-09-041-18/+109
| |\ \
| | * | regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY2015-08-311-2/+4
| | * | regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann2015-08-301-0/+6
| | * | regmap: regmap max_raw_read/write getter functionsMarkus Pargmann2015-08-301-0/+22
| | * | regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann2015-08-301-15/+70
| | | |
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown2015-08-301-11/+38
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | | | | * regmap: fix typos in regmap.cXiubo Li2015-08-121-2/+2
| | | |_|_|/ | | |/| | |
| | | | | * regmap: Fix regmap_can_raw_write checkMarkus Pargmann2015-08-141-1/+2
| | | |_|/ | | |/| |
| * | | | regmap: Support bulk reads for devices without raw formattingMark Brown2015-08-311-1/+28
| | |_|/ | |/| |
| * | | regmap: No multi_write support if bus->write does not existMarkus Pargmann2015-08-211-1/+1
| * | | regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann2015-08-211-4/+5
| * | | regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann2015-08-211-2/+19
| * | | regmap: Silence warning on invalid zero length readMark Brown2015-07-141-0/+2
| * | | regmap: Add better support for devices without readback supportLars-Peter Clausen2015-07-131-2/+3
| |/ /
* | | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2015-09-041-0/+5
|\ \ \ | | |/ | |/|
| * | regmap: regmap_raw_read return error on !bus->readMarkus Pargmann2015-08-201-0/+5
| |/
* | regmap: Fix integertypes for register address and valueMarkus Pargmann2015-08-121-2/+2
|/
*-. Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown2015-06-171-0/+24
|\ \
| | * regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla2015-05-221-0/+12
| | * regmap: Introduce regmap_get_max_registerSrinivas Kandagatla2015-05-221-0/+12
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-06-171-3/+0
|\ \
| * | regmap: drop unneeded gotoJulia Lawall2015-05-291-3/+0
| |/
* | Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown2015-06-171-2/+1
|\ \
| * | regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin2015-06-161-2/+1
| |/
* | regmap: Fix regmap_bulk_read in BE modeArun Chandran2015-06-151-1/+1
|/
* regmap: Move tracing header into drivers/base/regmapSteven Rostedt2015-03-191-1/+1
* regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-03-191-18/+14
* regmap: Export regmap_get_val_endianGuenter Roeck2015-02-041-3/+4
* Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown2014-09-291-11/+68
|\
| * regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey2014-09-181-9/+14
| * regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven2014-08-271-64/+43
OpenPOWER on IntegriCloud