summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-07-271-1/+2
|\
| * regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann2024-07-221-1/+2
* | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-07-161-2/+1
|\ \ | |/ |/|
| * regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko2024-06-051-2/+1
* | regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck2024-07-111-0/+73
* | regmap: Implement regmap_multi_reg_read()Mark Brown2024-07-111-35/+68
|\ \
| * | regmap: Implement regmap_multi_reg_read()Guenter Roeck2024-07-101-35/+68
| |/
* | regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh2024-07-081-1/+1
* | regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-248-0/+8
* | regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-141-0/+1
* | regmap: Switch to use kmemdup_array()Mark Brown2024-06-073-11/+10
|\ \
| * | regmap: maple: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-7/+6
| * | regmap: cache: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-2/+2
| * | regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko2024-06-071-1/+1
| * | regmap: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-1/+1
* | | regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko2024-06-071-6/+6
|/ /
* | regmap: Merge up fixesMark Brown2024-06-031-1/+2
|\|
| * regmap-i2c: Subtract reg size from max_writeJim Wylder2024-05-271-1/+2
* | regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson2024-05-311-0/+1
* | regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald2024-05-271-27/+45
|/
* Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-231-1/+8
|\
| * regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald2024-05-171-1/+8
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-9/+9
|/
* regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter2024-04-151-3/+3
* regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-04-101-0/+1
* regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko2024-04-104-4/+4
* regmap: kunit: Add some test cases and a few smallMark Brown2024-04-106-254/+803
|\
| * regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+131
| * regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald2024-04-081-0/+103
| * regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald2024-04-081-3/+1
| * regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald2024-04-081-55/+7
| * regmap: kunit: Add more cache-sync testsRichard Fitzgerald2024-04-081-4/+122
| * regmap: kunit: Add more cache-drop testsRichard Fitzgerald2024-04-081-0/+135
| * regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-29/+57
| * regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-22/+45
| * regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald2024-04-081-116/+95
| * regmap: kunit: Create a struct device for the regmapRichard Fitzgerald2024-04-084-42/+87
| * regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald2024-04-081-7/+7
| * regmap: Add regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+37
| * regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald2024-03-291-2/+2
| * regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald2024-03-271-1/+1
* | regmap: maple: Remove second semicolonColin Ian King2024-03-251-1/+1
|/
* Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2024-03-135-6/+77
|\
| * regmap: kunit: Add a test for ranges in combination with windowsMark Brown2024-02-261-0/+66
| * regmap: rework ->max_register handlingJan Dakinevich2024-02-054-6/+11
* | regmap: kunit: Ensure that changed bytes are actually differentMark Brown2024-02-121-16/+38
* | regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer2024-02-071-1/+2
|/
* Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2024-01-095-13/+85
|\
| * regmap: fix kcalloc() arguments orderDmitry Antipov2023-12-202-4/+4
| * regmap: fix regmap_noinc_write() descriptionHugo Villeneuve2023-11-221-1/+1