summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
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-06-30regmap: fix potential memory leak of regmap_busAbdun Nihaal1-0/+2
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: 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: 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-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown1-0/+1
2024-07-11regmap: Implement regmap_multi_reg_read()Mark Brown1-35/+68
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck1-35/+68
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+37
2024-02-05regmap: rework ->max_register handlingJan Dakinevich1-4/+6
2023-11-22regmap: fix regmap_noinc_write() descriptionHugo Villeneuve1-1/+1
2023-11-08Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-07-24regmap: Merge up fixes from mainlineMark Brown1-4/+2
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown1-9/+0
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck1-0/+9
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown1-4/+2
2023-07-10regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko1-122/+0
2023-06-16regmap: Drop early readability checkMark Brown1-3/+3
2023-06-14regmap: Check for register readability before checking cache during readMark Brown1-3/+3
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed1-1/+1
2023-06-12regmap: Merge up v6.4-rc6Mark Brown1-2/+4
2023-06-01regmap: Add missing cache_only checksCharles Keepax1-10/+16
2023-05-18regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier1-2/+8
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown1-0/+18
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier1-14/+13
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle1-0/+6
2022-11-22regmap: add regmap_might_sleep()Michael Walle1-0/+13
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij1-2/+2
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov1-0/+7
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij1-3/+120
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko1-20/+17
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi1-0/+2
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay1-0/+3
2022-06-29regmap: Merge up fixesMark Brown1-7/+8
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas1-6/+4
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas1-0/+3
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas1-1/+1
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen1-0/+22
2022-05-09regmap: Add missing map->bus checkMarek Vasut1-1/+1
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut1-36/+40