summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown
2014-09-29Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown
2014-09-29Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2014-09-29Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown
2014-09-29Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown
2014-09-29regmap: Fix debugfs-file 'registers' modeMarkus Pargmann
2014-09-28regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-09-28regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li
2014-09-27regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey
2014-09-18regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Mark Brown
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown
2014-08-27regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsMark Brown
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-08-19regmap: of_regmap_get_endian() cleanupStephen Warren
2014-08-18regmap: Fix DT endianess parsing logicJavier Martinez Canillas
2014-08-17regmap: Add explicit dependencies to catch "select" misuseGeert Uytterhoeven
2014-08-16regmap: add DT endianness binding support.Xiubo Li
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-04-22regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON
2014-04-18regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li
2014-04-14regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-04-01regmap: adds missing braces in regmap_init()Daeseok Youn
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown
2014-03-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2014-03-28regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li
2014-03-27regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li
2014-03-27regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid
2014-03-19regmap: cache: Step by stride in default syncDylan Reid
2014-03-18regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai
2014-03-18regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown
2014-03-13regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski