summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
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-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-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang1-4/+4
2021-07-11regmap: 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
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski1-0/+2
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax1-0/+2
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov1-10/+11
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax1-11/+33
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda1-0/+22
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko1-4/+15
2020-09-01regmap: Use flexible sleepDmitry Osipenko1-2/+2
2020-07-17Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown1-19/+14
2020-07-10regmap: Switch to use fwnode instead of OF oneAndy Shevchenko1-18/+13
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-15regmap: remove stray spaceBartosz Golaszewski1-1/+1
2020-06-08regmap: fix the kerneldoc for regmap_test_bits()Bartosz Golaszewski1-2/+3
2020-06-01regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown1-0/+22
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+22
2020-04-14regmap: Add bus reg_update_bits() supportBaolin Wang1-0/+1
2020-01-21regmap: fix writes to non incrementing registersBen Whitten1-5/+12
2019-06-12regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor1-5/+4
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown1-2/+79
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks1-6/+12
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten1-0/+77
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-2/+2
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard1-1/+78
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown1-0/+2
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-181/+119