summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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/+3Star
|/
* 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
* | Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown2014-09-293-11/+72
|\ \
| * | 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/+43Star
| * | regmap: of_regmap_get_endian() cleanupStephen Warren2014-08-191-34/+20Star
| * | regmap: Fix DT endianess parsing logicJavier Martinez Canillas2014-08-181-12/+4Star
| * | regmap: add DT endianness binding support.Xiubo Li2014-08-163-11/+110
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2014-09-292-2/+7
|\ \
| * | regmap: change struct regmap's internal locks as unionWang, Yalin2014-09-121-2/+4
| * | regmap: Add explicit dependencies to catch "select" misuseGeert Uytterhoeven2014-08-171-0/+3
| |/
* | Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2014-09-291-2/+6
|\ \
| * | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-291-1/+8
| * | regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li2014-09-281-2/+6
| |/
* | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2014-09-291-2/+5
|\ \
| * | regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-09-281-0/+3
| * | regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey2014-09-271-2/+2
| |/
* | Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-161-1/+8
|\ \
| * | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-081-1/+8
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Mark Brown2014-08-315-8/+11
|\ \ \ \ | |_|_|/ |/| | |
| | | * regmap: Fix handling of volatile registers for format_write() chipsMark Brown2014-08-261-1/+1
| |_|/ |/| |
| | * regmap: Fix regcache debugfs initializationLars-Peter Clausen2014-08-263-6/+9
| |/ |/|
| * regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown2014-08-311-1/+1
|/
* regmap: Allow regmap_get_device() to be used by modulesMark Brown2014-07-251-0/+1
* regmap: Add regmap_get_deviceTuomas Tynkkynen2014-07-251-0/+12
* Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown2014-06-022-2/+128
|\
| * regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON2014-04-221-2/+102
| * regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON2014-04-181-0/+26
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown2014-06-024-12/+86
|\ \ \ \ \
| | | | * | regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE2014-04-141-4/+4
| | | | |/
| | | * / regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li2014-04-141-5/+24
| | | |/
| | * / regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li2014-04-141-0/+52
| | |/
| * / regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-05-261-3/+6
| |/
* | regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel2014-05-261-3/+3