summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* 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/+63Star
|\ \ \
| | | * regmap: debugfs: Use seq_file for the access mapMark Brown2016-01-051-51/+18Star
| | * | regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal2015-11-161-2/+7
| | |/
| * | regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li2015-12-081-19/+30
| * | regmap: mmio: remove the useless codeXiubo Li2015-12-081-1/+0Star
| * | regmap-mmio: Use native endianness for read/writeSimon Arlott2015-11-161-8/+8
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-053-0/+223
|\ \ \
| | * | regmap: irq: add support for configuration of trigger typeLaxman Dewangan2016-01-051-0/+100
| | |/
| * | regmap: missing case statementDan Carpenter2015-12-121-0/+1
| * | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-121-3/+3
| * | regmap: cache: Add 64-bit mode supportXiubo Li2015-12-091-0/+15
| * | regmap: cache: To suppress the noise of checkpatchXiubo Li2015-12-091-0/+6
| * | regmap: fix the warning about unused variableXiubo Li2015-12-091-0/+2
| * | regmap: add 64-bit mode supportXiubo Li2015-12-081-0/+99
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2016-01-055-22/+24
|\ \
| * | regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-161-8/+8
| * | regmap: replace kmalloc with kmalloc_arraylixiubo2015-11-203-6/+7
| * | regmap: replace kzalloc with kcalloclixiubo2015-11-204-8/+9
| |/
* | regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li2015-12-121-2/+6
* | regmap: cache: Add warning info for the cache checkXiubo Li2015-12-121-4/+8
|/
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-053-17/+17
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-043-17/+17
| |
| \
| \
| \
*---. | Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-123-14/+22
|\ \ \|
| | * | regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes2015-09-301-5/+3Star
| | * | regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes2015-09-301-2/+1Star
| | * | regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes2015-09-301-5/+6
| | * | regmap: debugfs: Remove scratch buffer for register length calculationMark Brown2015-09-191-4/+3Star
| * | | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-142-1/+12
| | |/ | |/|
* | | Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown2015-10-122-11/+20
|\ \ \
| * | | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-062-11/+20
| |/ /
* | | Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown2015-10-121-5/+38
|\ \ \ | |_|/ |/| |
| * | regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng2015-09-171-2/+10
| * | regmap: irq: add support for chips who have separate unmask registersGuo Zeng2015-09-171-3/+28
| |/
* | regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-09-191-2/+1Star
* | regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-09-191-1/+1
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-047-219/+168Star
|\ \
| | * regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin2015-07-161-6/+48
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-162-12/+12
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-116-139/+0Star
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-076-61/+107
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-042-16/+134
|\ \ \
| | * | regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-101-0/+12
| | * | regmap: add regmap_write_bits()Kuninori Morimoto2015-07-101-0/+23
| | * | regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-101-8/+8
| | |/
| * | regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin2015-08-071-4/+5
| * | regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald2015-07-201-4/+86
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-09-045-26/+215
|\ \
| * \ Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-09-044-23/+176
| |\ \
| | * | regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY2015-08-311-2/+4