aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-nextMark Brown7-9/+127
2014-11-19regmap: ac97: Add generic AC'97 callbacksMark Brown3-1/+119
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li4-8/+8
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li1-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li1-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li1-6/+3
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11
2014-09-29Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown3-11/+72
2014-09-29Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-2/+7
2014-09-29Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown1-2/+6
2014-09-29Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-2/+5
2014-09-29regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-09-28regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-09-28regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-2/+6
2014-09-27regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey1-2/+2
2014-09-18regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey1-9/+14
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula1-2/+11
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+8
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin1-2/+4
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linusMark Brown5-8/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-08-27regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven1-64/+43
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen3-6/+9
2014-08-19regmap: of_regmap_get_endian() cleanupStephen Warren1-34/+20
2014-08-18regmap: Fix DT endianess parsing logicJavier Martinez Canillas1-12/+4
2014-08-17regmap: Add explicit dependencies to catch "select" misuseGeert Uytterhoeven1-0/+3
2014-08-16regmap: add DT endianness binding support.Xiubo Li3-11/+110
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown1-0/+1
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen1-0/+12
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown2-2/+128
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap/topic/mmio' and 'regmap/topic/rbtree' into regmap-nextMark Brown4-12/+86
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel1-3/+3
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-3/+6
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven1-1/+1
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-04-22regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON1-2/+102
2014-04-18regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON1-0/+26
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE1-4/+4
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li1-5/+24
2014-04-14regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li1-0/+52
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+2
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+0
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-31/+197
2014-04-01regmap: adds missing braces in regmap_init()Daeseok Youn1-1/+2
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-nextMark Brown5-68/+341
2014-03-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-8/+11