summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto
2016-02-20regcache: flat: Introduce register strider orderXiubo Li
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li
2016-02-20regmap: core: Introduce register stride orderXiubo Li
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown
2016-01-15regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li
2015-12-12regmap: missing case statementDan Carpenter
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li
2015-12-09regmap: fix the warning about unused variableXiubo Li
2015-12-08regmap: add 64-bit mode supportXiubo Li
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li
2015-12-08regmap: mmio: remove the useless codeXiubo Li
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo
2015-11-20regmap: replace kzalloc with kcalloclixiubo
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown
2015-10-12Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown
2015-10-12Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown