summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
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
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko
2020-09-01regmap: Use flexible sleepDmitry Osipenko
2020-07-17Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown
2020-07-10regmap: Switch to use fwnode instead of OF oneAndy Shevchenko
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-06-15regmap: remove stray spaceBartosz Golaszewski
2020-06-08regmap: fix the kerneldoc for regmap_test_bits()Bartosz Golaszewski
2020-06-01regmap: fix alignment issueJens Thoms Toerring
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski
2020-04-14regmap: Add bus reg_update_bits() supportBaolin Wang
2020-01-21regmap: fix writes to non incrementing registersBen Whitten
2019-06-12regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax