summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2017-03-16regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2016-08-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis1-1/+1
2016-06-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham1-1/+1
2015-10-30regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-10-30regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-08-31regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-07-15regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin1-2/+1
2015-07-15regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-04-10regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel3-26/+30
2015-03-30regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2014-10-30regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-10-30regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey1-2/+2
2014-10-30regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-2/+6
2014-10-06regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-10-06regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-10-06regmap: Fix regcache debugfs initializationLars-Peter Clausen3-6/+9
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...Mark 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-05-01regmap: Add missing initialization of this_pageGeert Uytterhoeven1-1/+1
2014-05-01regmap: 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-12Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-04-02Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+0
2014-04-02Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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', 'reg...Mark Brown5-68/+341
2014-03-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-8/+11
2014-03-28regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li1-2/+18
2014-03-27regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li1-3/+21
2014-03-27regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li1-3/+13
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid1-1/+2
2014-03-19regmap: cache: Step by stride in default syncDylan Reid1-1/+1
2014-03-18regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai1-5/+6
2014-03-18regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown1-11/+14
2014-03-14regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski1-2/+2
2014-03-10regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]2-16/+174
2014-03-06regmap: add regmap_parse_val apiNenghua Cao1-0/+12
2014-02-26regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax1-14/+4
2014-02-26regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax1-13/+62
2014-02-26regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax1-2/+2
2014-02-22regmap: fix coccinelle warningsNenghua Cao1-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax2-4/+4
2014-02-20regmap: Clean up _regmap_update_bits()Xiubo Li1-6/+6
2014-02-16regmap: Separate regmap dev initializationMichal Simek1-13/+28