summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-231-1/+5
|\
| * regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-221-1/+5
* | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown2016-09-031-10/+28
|\ \ | |/ |/|
| * regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-041-10/+28
* | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
* | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-291-2/+3
|/
*---. Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown2016-07-153-8/+40
|\ \ \
| | | * regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-031-4/+11
| |_|/ |/| |
| | * regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck2016-06-221-1/+1
| |/ |/|
| * regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-291-3/+28
|/
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' int...Mark Brown2016-05-132-2/+2
|\ \
| | * regcache: flat: Require max_registers to be setAlexander Stein2016-03-291-1/+1
| * | regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis2016-03-231-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...Mark Brown2016-05-133-2/+5
|\ \ \ \ | | | |/ | | |/|
| | | * regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-04-151-1/+1
| | |/
| * | regmap: mmio: Parse endianness definitions from DTMark Brown2016-03-301-1/+3
| * | regmap: Fix implicit inclusion of device.hMark Brown2016-03-301-0/+1
| * | regmap: mmio: Fix value endianness selectionMark Brown2016-03-231-1/+1
| |/
* / regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown2016-03-311-0/+1
|/
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-178/+39
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-23/+0
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-12/+0
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-201-26/+0
| * regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-201-22/+0
| * regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-201-0/+32
| * regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-201-20/+0
| * regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-201-16/+0
| * regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-201-0/+27
| * regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-201-37/+0
| * regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-201-25/+0
| * regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-201-34/+0
| * regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-201-23/+0
| * regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-201-0/+40
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-054-11/+148
|\ \ \ \ \ | | | |_|/ | | |/| |
| | | | * regcache: flat: Introduce register strider orderXiubo Li2016-02-201-5/+15
| | | | * regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-201-0/+6
| | | | * regmap: core: Introduce register stride orderXiubo Li2016-02-202-6/+23
| | | |/ | | |/|
| | | * regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko2016-02-291-0/+1
| | | * regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+82
| | | * regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan2016-02-091-0/+21
| | |/
| * / regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-03-051-0/+82
| |/
* | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2016-03-053-131/+174
|\ \
| * | regmap: cache: Fall back to register by register read for cache defaultsMark Brown2016-02-021-11/+30
| * | regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown2016-02-011-0/+3
| * | regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown2016-01-271-120/+139
| * | regmap: Add explict native endian flag to DT bindingsMark Brown2016-01-271-0/+2
| |/
* | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2016-03-051-2/+2
|\ \
| * | regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero2016-01-151-2/+2
* | | regmap: mmio: Revert to v4.4 endianness handlingMark Brown2016-02-051-8/+8
| |/ |/|
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown2016-01-053-81/+63
|\ \ \ \