summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap-i2c: Add smbus i2c block supportMarkus Pargmann2015-08-301-0/+49
* 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-302-15/+74
*-----. Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown2015-08-304-16/+45
|\ \ \ \
| | | | * regmap: fix typos in regmap.cXiubo Li2015-08-121-2/+2
| | | * | regmap: Fix regmap_can_raw_write checkMarkus Pargmann2015-08-141-1/+2
| | | |/
| | * | 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-214-9/+12
| | * | 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
| | |/
| * | regmap: regmap_raw_read return error on !bus->readMarkus Pargmann2015-08-201-0/+5
| |/
* | regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck2015-07-291-5/+14
|/
*---. Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown2015-06-174-24/+59
|\ \ \
| | | * regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla2015-05-221-0/+12
| | | * regmap: Introduce regmap_get_max_registerSrinivas Kandagatla2015-05-221-0/+12
| | * | regmap: kill off set_irq_flags usageRob Herring2015-06-091-7/+0
| | * | regmap: irq: Fixed a typo errordashsriram2015-06-021-1/+1
| | * | regmap: Constify irq_domain_opsKrzysztof Kozlowski2015-04-271-1/+1
| | |/
| * | regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2015-05-062-4/+18
| * | regmap: Add a helper function for regcache sync testKevin Cernekee2015-05-061-11/+15
| |/
* | 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
|/
* Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-04-134-2/+262
|\
| * regmap: Move tracing header into drivers/base/regmapSteven Rostedt2015-03-194-2/+262
* | Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-243-26/+30
|\ \ | |/
| * regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-03-193-26/+30
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown2015-03-073-4/+7
|\ \ \ \ | |_|_|/ |/| | |
| | | * regmap: Skip read-only registers in regcache_sync()Takashi Iwai2015-03-041-2/+4
| |_|/ |/| |
| | * regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen2015-03-071-1/+1
| |/ |/|
| * regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg2015-02-141-1/+2
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown2015-02-084-6/+55
|\ \ \ \ | | | |/ | | |/|
| | | * regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck2015-02-041-1/+45
| | | * regmap: Export regmap_get_val_endianGuenter Roeck2015-02-042-3/+8
| | |/
| * | regmap: ac97: Clean up indentationMark Brown2015-02-021-2/+2
| |/
* | regmap: Move spinlock_flags into the unionWang, Yalin2014-12-151-2/+4
|/
*-. Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown2014-11-217-9/+127
|\ \
| | * regmap: cache: Sort include headers alphabeticallyXiubo Li2014-10-204-8/+8
| * | regmap: ac97: Add generic AC'97 callbacksMark Brown2014-11-193-1/+119
| |/
* | regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-10-201-21/+29
* | regmap: cache: use kmalloc_array instead of kmallocXiubo Li2014-10-201-2/+2
* | regmap: cache: speed regcache_hw_init() up.Xiubo Li2014-10-201-1/+1
* | regmap: cache: fix errno in regcache_hw_init()Xiubo Li2014-10-201-1/+1
* | regmap: cache: cleanup regcache_hw_init()Xiubo Li2014-10-201-6/+3
|/
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2014-09-291-2/+11
|\
| * regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula2014-09-161-2/+11
OpenPOWER on IntegriCloud