aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-25regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-nextMark Brown3-18/+67
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+5
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko1-1/+5
2016-09-16regmap: Add missing little endian functionsTony Lindgren1-0/+9
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren2-15/+21
2016-09-03Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown1-10/+28
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang1-0/+2
2016-08-09regmap: debugfs: Add support for dumping write only device registersCristian Birsan1-3/+13
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan2-0/+24
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen1-10/+28
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne1-2/+3
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-nextMark Brown3-8/+40
2016-06-29regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai1-3/+28
2016-06-22regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck1-1/+1
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan1-4/+11
2016-05-13Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' into regmap-nextMark Brown2-2/+2
2016-05-13Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linusMark Brown3-2/+5
2016-04-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham1-1/+1
2016-03-31regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown1-0/+1
2016-03-30regmap: mmio: Parse endianness definitions from DTMark Brown1-1/+3
2016-03-30regmap: Fix implicit inclusion of device.hMark Brown1-0/+1
2016-03-29regcache: flat: Require max_registers to be setAlexander Stein1-1/+1
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis1-1/+1
2016-03-23regmap: mmio: Fix value endianness selectionMark Brown1-1/+1
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown1-178/+39
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', 'regmap/topic/irq' and 'regmap/topic/stride' into regmap-nextMark Brown4-11/+148
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown3-131/+174
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-2/+2
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto1-23/+0
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko1-0/+1
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto1-12/+0
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto1-26/+0
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto1-22/+0
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto1-0/+32
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto1-20/+0
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto1-16/+0
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto1-0/+27
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto1-37/+0
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto1-25/+0
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto1-34/+0
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto1-23/+0
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto1-0/+40
2016-02-20regcache: flat: Introduce register strider orderXiubo Li1-5/+15
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li1-0/+6
2016-02-20regmap: core: Introduce register stride orderXiubo Li2-6/+23
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown1-8/+8