summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko-4/+26
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal-0/+2
2026-01-12regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee-1/+3
2025-08-28regmap: use int type to store negative error codesQianfeng Rong-4/+7
2025-08-13regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven-1/+1
2025-06-29regmap: fix potential memory leak of regmap_busAbdun Nihaal-0/+2
2024-12-11regmap: regmap_multi_reg_read(): make register list constRichard Fitzgerald-2/+2
2024-12-09regmap: Merge up v6.12-rc2Mark Brown-2/+14
2024-12-02regmap: place foo / 8 and foo % 8 closer to each otherAndy Shevchenko-2/+2
2024-12-02regmap: Use BITS_TO_BYTES()Andy Shevchenko-4/+3
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav-0/+12
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown-2/+2
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown-0/+1
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown-35/+68
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck-35/+68
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko-1/+1
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald-0/+37
2024-02-05regmap: rework ->max_register handlingJan Dakinevich-4/+6
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve-1/+1
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer-7/+9
2023-10-09regmap: fix NULL deref on lookupJohan Hovold-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown-4/+2
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown-9/+0
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck-0/+9
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown-4/+2
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko-122/+0
2023-06-16regmap: Drop early readability checkMark Brown-3/+3
2023-06-14regmap: Check for register readability before checking cache during readMark Brown-3/+3
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed-1/+1
2023-06-12regmap: Merge up v6.4-rc6Mark Brown-2/+4
2023-06-01regmap: Add missing cache_only checksCharles Keepax-10/+16
2023-05-18regmap: Account for register length when chunkingJim Wylder-2/+4
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier-2/+8
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown-0/+18
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier-14/+13
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle-0/+6
2022-11-22regmap: add regmap_might_sleep()Michael Walle-0/+13
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij-2/+2
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov-0/+7
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij-3/+120
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko-20/+17
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi-0/+2
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay-0/+3
2022-06-29regmap: Merge up fixesMark Brown-7/+8
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas-6/+4