summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey2014-09-271-2/+2
* 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
* | regmap: Add missing initialization of this_pageGeert Uytterhoeven2014-05-011-1/+1
* | regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-05-011-0/+3
|/
* Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-111-1/+2
|\
| * regmap: adds missing braces in regmap_init()Daeseok Youn2014-04-011-1/+2
* | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-023-3/+0Star
|\ \
| * | drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-143-3/+0Star
* | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-31/+197
|\ \ \
| * | | regmap: spmi: support base and extended register spacesJosh Cartwright2014-02-151-31/+197
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----------. \ \ Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-285-68/+341
|\ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | | | | * | regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]2014-03-102-16/+174
| | | | | | | * | regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax2014-02-261-14/+4Star
| | | | | | | * | regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax2014-02-261-13/+62
| | | | | | | * | regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax2014-02-261-2/+2
| | | | | | | * | regmap: Check stride of register patch as we register itCharles Keepax2014-02-222-4/+4
| | | | | | | |/
| | | | | | * / regmap: add regmap_parse_val apiNenghua Cao2014-03-061-0/+12
| | | | | | |/
| | | | | * / regmap: Separate regmap dev initializationMichal Simek2014-02-161-13/+28
| | | | | |/
| | | | * | regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li2014-03-281-2/+18
| | | | * | regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li2014-03-271-3/+21
| | | | * | regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li2014-03-271-3/+13
| | | | |/
| | | * | regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai2014-03-181-5/+6
| | | * | regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown2014-03-181-11/+14
| | | |/
| | * | regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski2014-03-131-2/+2
| | * | regmap: irq: Remove domain on exitMark Brown2014-02-031-1/+1
| | |/
| * | regmap: cache: Don't attempt to sync non-writeable registersDylan Reid2014-03-191-1/+2
| * | regmap: cache: Step by stride in default syncDylan Reid2014-03-191-1/+1
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2014-03-282-8/+11
|\ \
| * | regmap: fix coccinelle warningsNenghua Cao2014-02-221-1/+1
| * | regmap: Clean up _regmap_update_bits()Xiubo Li2014-02-201-6/+6
| * | regmap: Check readable regs in _regmap_readMichal Simek2014-02-111-0/+3
| * | regmap: debugfs: "registers" & "access" for single register mapsPawel Moll2014-02-031-1/+1
| |/
* / regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid2014-01-271-2/+2
|/
* Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown2014-01-091-3/+3
|\
| * regmap: irq: Allow using zero value for ack_baseAlexander Shiyan2013-12-161-3/+3
* | regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd2013-12-301-25/+37
* | Merge tag 'v3.13-rc4' into regmap-coreMark Brown2013-12-302-9/+10
|\|
| *-. Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown2013-11-262-8/+9
| |\ \
| | | * regmap: use IS_ERR() to check clk_get() resultsStephen Warren2013-11-261-5/+6
| | * | regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig2013-11-121-3/+3
| | |/