summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2025-12-07regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov1-4/+2
2025-10-19regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven1-1/+1
2025-08-28regmap: fix potential memory leak of regmap_busAbdun Nihaal1-0/+2
2025-03-13regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-01regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2025-01-23Revert "regmap: detach regmap from dev on regmap_exit"Greg Kroah-Hartman1-12/+0
2025-01-09regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-14regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-07-18regmap-i2c: Subtract reg size from max_writeJim Wylder1-1/+2
2024-03-27regmap: Add missing map->bus checkMarek Vasut1-1/+1
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-10-25regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-19regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2022-06-29regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-03-02regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-01-27regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2021-10-12regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2-5/+34
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2-5/+34
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+2
2021-07-12regmap: Prefer unsigned int to bare use of unsignedJinchao Wang3-6/+6
2021-07-12regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule1-4/+16
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule1-1/+1
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule1-14/+56
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule1-3/+6
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+7
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus1-0/+13
2021-05-20regmap: mdio: Don't modify output if error happenedAndy Shevchenko1-2/+4
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown3-1/+63
2021-05-19regmap: Add MDIO bus supportSander Vanheule3-1/+63
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2-7/+40
2021-04-07regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King1-3/+5
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh1-0/+5
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh1-1/+37
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh1-28/+53
2021-03-10regmap: set debugfs_name to NULL after it is freedMeng Li1-0/+1