summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-02regmap: kunit: Add coverage of spinlocked regmapsMark Brown
2024-08-28regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski
2024-08-23regmap: Use locking during kunit testsMark Brown
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown
2024-08-13regmap: Allow setting IRQ domain name suffixMatti Vaittinen
2024-07-27Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-14regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07regmap: Switch to use kmemdup_array()Mark Brown
2024-06-07regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko
2024-06-07regmap: maple: Switch to use kmemdup_array()Andy Shevchenko
2024-06-07regmap: cache: Switch to use kmemdup_array()Andy Shevchenko
2024-06-07regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko
2024-06-05regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko
2024-06-03regmap: Merge up fixesMark Brown
2024-05-31regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-05-27regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald
2024-05-27regmap-i2c: Subtract reg size from max_writeJim Wylder
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter
2024-04-10regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko
2024-04-10regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald
2024-03-25regmap: maple: Remove second semicolonColin Ian King
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown