summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov1-4/+2
2025-08-28regmap: use int type to store negative error codesQianfeng Rong1-4/+7
2025-08-13regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven1-1/+1
2025-08-10regmap: mmio: Add missing MODULE_DESCRIPTION()Luis Henriques1-0/+1
2025-08-09Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-9/+21
2025-08-01regmap: irq: Avoid lockdep warnings with nested regmap-irq chipsMark Brown1-1/+10
2025-08-01regmap: irq: Free the regmap-irq mutexMark Brown1-8/+11
2025-07-29Merge tag 'regmap-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-11/+1
2025-07-04regmap: get rid of redundant debugfs_file_{get,put}()Al Viro1-10/+0
2025-06-30regmap: fix potential memory leak of regmap_busAbdun Nihaal1-0/+2
2025-06-09regmap: kunit: Constify regmap_range_cfg arrayKrzysztof Kozlowski1-1/+1
2025-05-22regmap: irq: Add support for chips without separate IRQ statusMathieu Dubois-Briand1-31/+68
2025-05-21regmap-irq: Use dedicated interrupt wake settersAndy Shevchenko1-2/+2
2025-05-20regmap: Move selecting for REGMAP_MDIO and REGMAP_IRQAndrew Davis1-2/+2
2025-04-30regcache: Use sort()'s default swap() implementationThorsten Blum1-12/+1
2025-03-30Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-7/+7
2025-02-27regcache: Add support for sorting defaults arraysCharles Keepax1-0/+31
2025-02-06regmap: irq: Use one way of setting all bits in the registerAndy Shevchenko1-1/+1
2025-02-05regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-03regmap: Reorder 'struct regmap'Christophe JAILLET1-6/+6
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