summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster1-0/+6
2022-03-18regmap: add configurable downshift for addressesColin Foster1-0/+5
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown1-5/+30
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean1-5/+30
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+2
2021-07-12regmap: Prefer unsigned int to bare use of unsignedJinchao Wang1-4/+4
2021-07-12regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus1-0/+13
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure1-0/+2
2020-11-12regmap: Fix order of regmap write logLucas Tanure1-4/+7
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown1-4/+141
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown1-0/+100
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla1-0/+100