summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown-0/+1
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen-0/+12
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown-2/+128
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown-12/+86
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel-3/+3
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li-3/+6
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven-1/+1
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li-0/+3
2014-04-22regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON-2/+102
2014-04-18regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON-0/+26
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE-4/+4
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li-5/+24
2014-04-14regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li-0/+52
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+197
2014-04-01regmap: adds missing braces in regmap_init()Daeseok Youn-1/+2
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown-68/+341
2014-03-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-8/+11
2014-03-28regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li-2/+18
2014-03-27regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li-3/+21
2014-03-27regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li-3/+13
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid-1/+2
2014-03-19regmap: cache: Step by stride in default syncDylan Reid-1/+1
2014-03-18regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai-5/+6
2014-03-18regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown-11/+14
2014-03-13regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski-2/+2
2014-03-10regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]-16/+174
2014-03-06regmap: add regmap_parse_val apiNenghua Cao-0/+12
2014-02-26regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax-14/+4
2014-02-26regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax-13/+62
2014-02-26regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax-2/+2
2014-02-22regmap: fix coccinelle warningsNenghua Cao-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax-4/+4
2014-02-20regmap: Clean up _regmap_update_bits()Xiubo Li-6/+6
2014-02-16regmap: Separate regmap dev initializationMichal Simek-13/+28
2014-02-15regmap: spmi: support base and extended register spacesJosh Cartwright-31/+197
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker-3/+0
2014-02-11regmap: Check readable regs in _regmap_readMichal Simek-0/+3
2014-02-03regmap: irq: Remove domain on exitMark Brown-1/+1
2014-02-03regmap: debugfs: "registers" & "access" for single register mapsPawel Moll-1/+1
2014-01-27regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid-2/+2
2014-01-09Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown-3/+3
2013-12-30regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd-25/+37
2013-12-30Merge tag 'v3.13-rc4' into regmap-coreMark Brown-9/+10
2013-12-16regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd-5/+1
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan-3/+3
2013-11-26Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown-8/+9
2013-11-26regmap: use IS_ERR() to check clk_get() resultsStephen Warren-5/+6
2013-11-24regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong-0/+4