summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2026-04-11regmap: Synchronize cache for the page selectorAndy Shevchenko
2026-02-06regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee
2025-12-07regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov
2025-10-15regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven
2025-08-15regmap: fix potential memory leak of regmap_busAbdun Nihaal
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang
2025-02-01regmap: detach regmap from dev on regmap_exitCosmin Tanislav
2025-01-23Revert "regmap: detach regmap from dev on regmap_exit"Greg Kroah-Hartman
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav
2024-12-14regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko
2024-09-08regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko
2024-07-11regmap-i2c: Subtract reg size from max_writeJim Wylder
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2023-10-25regmap: fix NULL deref on lookupJohan Hovold
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-13regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-07-23regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight
2023-06-09regmap: Account for register length when chunkingJim Wylder
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-03-10regmap: apply reg_base and reg_downshift for single register opsDaniel Golle
2022-12-31regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2022-09-22regmap: mmio: replace return 0 with break in switch statementColin Ian King
2022-09-07regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko
2022-09-07regmap: mmio: Use swabXX_array() helpersAndy Shevchenko
2022-09-05regmap: trace: Remove unneeded blank linesAndy Shevchenko
2022-09-05regmap: trace: Remove explicit castingsAndy Shevchenko
2022-09-05regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko
2022-09-01regmap: mmio: Fix rebase errorLinus Walleij
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij
2022-08-15regmap: mmio: Extending to support IO portsMark Brown
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko
2022-08-15regmap: mmio: Fix MMIO accessors to avoid talking to IO portAndy Shevchenko
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald