summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2025-02-05regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-01-08Expand SoundWire MBQ register map supportMark Brown1-22/+197
2025-01-07regmap: sdw-mbq: Add support for SDCA deferred controlsCharles Keepax1-14/+115
2025-01-07regmap: sdw-mbq: Add support for further MBQ register sizesCharles Keepax1-20/+94
2024-12-11regmap: regmap_multi_reg_read(): make register list constRichard Fitzgerald1-2/+2
2024-12-09regmap: Merge up v6.12-rc2Mark Brown1-2/+14
2024-12-02regmap: Cleanup and microoptimizationMark Brown2-6/+5
2024-12-02regmap: cache: rbtree: use krealloc_array() to replace krealloc()Andy Shevchenko1-6/+4
2024-12-02regmap: cache: mapple: use kmalloc_array() to replace kmalloc()Andy Shevchenko1-4/+3
2024-12-02regmap: place foo / 8 and foo % 8 closer to each otherAndy Shevchenko1-2/+2
2024-12-02regmap: Use BITS_TO_BYTES()Andy Shevchenko1-4/+3
2024-12-02regmap: cache: Use BITS_TO_BYTES()Andy Shevchenko1-1/+1
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-11-01regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea3-0/+5
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo1-1/+1
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown1-0/+43
2024-09-30regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko1-4/+1
2024-09-02regmap: kunit: Add coverage of spinlocked regmapsMark Brown1-1/+16
2024-08-28regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski3-3/+3
2024-08-23regmap: Use locking during kunit testsMark Brown1-2/+0
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown2-0/+5
2024-08-13regmap: Allow setting IRQ domain name suffixMatti Vaittinen1-11/+26
2024-07-27Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+1
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck1-0/+73
2024-07-11regmap: Implement regmap_multi_reg_read()Mark Brown1-35/+68
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck1-35/+68
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh1-1/+1
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-14regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07regmap: Switch to use kmemdup_array()Mark Brown3-11/+10
2024-06-07regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko1-6/+6
2024-06-07regmap: maple: Switch to use kmemdup_array()Andy Shevchenko1-7/+6
2024-06-07regmap: cache: Switch to use kmemdup_array()Andy Shevchenko1-2/+2
2024-06-07regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko1-1/+1
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-06-06regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko1-2/+1
2024-06-03regmap: Merge up fixesMark Brown1-1/+2
2024-05-31regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-27regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald1-27/+45
2024-05-27regmap-i2c: Subtract reg size from max_writeJim Wylder1-1/+2
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+8
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-9/+9
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald1-1/+8
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter1-3/+3