summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
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
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-07-11regmap: fix the offset of register error logJeongtae Park
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure
2020-11-12regmap: Fix order of regmap write logLucas Tanure
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax