summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds8-59/+175
2025-12-02regmap: i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li1-4/+4
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax1-1/+2
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown1-4/+2
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko1-2/+3
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko1-26/+21
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko1-9/+18
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko1-9/+1
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko1-14/+17
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko2-0/+17
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule1-12/+6
2025-10-29regmap: add flat cache with sparse validitySander Vanheule4-11/+115
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax1-11/+12
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