summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2024-12-11regmap: regmap_multi_reg_read(): make register list constRichard Fitzgerald
2024-12-09regmap: Merge up v6.12-rc2Mark Brown
2024-12-02regmap: place foo / 8 and foo % 8 closer to each otherAndy Shevchenko
2024-12-02regmap: Use BITS_TO_BYTES()Andy Shevchenko
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-02-05regmap: rework ->max_register handlingJan Dakinevich
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-10-09regmap: fix NULL deref on lookupJohan Hovold
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko
2023-06-16regmap: Drop early readability checkMark Brown
2023-06-14regmap: Check for register readability before checking cache during readMark Brown
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed
2023-06-12regmap: Merge up v6.4-rc6Mark Brown
2023-06-01regmap: Add missing cache_only checksCharles Keepax
2023-05-18regmap: Account for register length when chunkingJim Wylder
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle
2022-11-22regmap: add regmap_might_sleep()Michael Walle
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy 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-06-29regmap: Merge up fixesMark Brown
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen
2022-05-09regmap: Add missing map->bus checkMarek Vasut
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster
2022-03-18regmap: add configurable downshift for addressesColin Foster
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam