summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2021-08-261-5/+30
|\
| * regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2021-08-261-5/+30
* | regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng2021-08-021-2/+2
* | regmap: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-111-4/+4
* | regmap: fix the offset of register error logJeongtae Park2021-07-111-1/+1
* | regmap: add support for 7/17 register formatingAntoniu Miclaus2021-05-261-0/+13
* | regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2021-05-141-0/+2
|/
* regmap: Fix order of regmap write logLucas Tanure2020-11-121-4/+7
* Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-051-4/+141
|\
| * Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown2020-09-281-0/+100
| |\
| | * regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla2020-09-281-0/+100
| * | regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski2020-09-281-0/+2
| * | regmap: debugfs: Fix more error path regressionsCharles Keepax2020-09-221-0/+2
| * | regmap: Add support for 12/20 register formattingRicardo Ribalda2020-09-171-0/+22
| * | regmap: Add can_sleep configuration optionDmitry Osipenko2020-09-021-4/+15
| * | regmap: Use flexible sleepDmitry Osipenko2020-09-011-2/+2
| |/
* | regmap: fix page selection for noinc writesDmitry Baryshkov2020-09-211-10/+11
* | regmap: fix page selection for noinc readsDmitry Baryshkov2020-09-211-6/+6
* | regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax2020-09-181-1/+1
* | regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax2020-09-171-11/+33
|/
* Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown2020-07-171-19/+14
|\
| * regmap: Switch to use fwnode instead of OF oneAndy Shevchenko2020-07-101-18/+13
| * regmap: remove stray spaceBartosz Golaszewski2020-06-151-1/+1
* | regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-031-1/+1
* | regmap: Fix memory leak from regmap_register_patchCharles Keepax2020-06-171-0/+1
|/
* regmap: fix the kerneldoc for regmap_test_bits()Bartosz Golaszewski2020-06-081-2/+3
* regmap: fix alignment issueJens Thoms Toerring2020-06-011-54/+46
* Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown2020-05-291-0/+22
|\
| * regmap: provide helpers for simple bit operationsBartosz Golaszewski2020-05-291-0/+22
* | regmap: Add bus reg_update_bits() supportBaolin Wang2020-04-141-0/+1
|/
* regmap: fix writes to non incrementing registersBen Whitten2020-01-211-5/+12
* regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-06-121-0/+2
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7
* regmap: verify if register is writeable before writing operationsHan Nandor2019-04-031-5/+4
*-. Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-211-2/+79
|\ \
| | * regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-2/+2
| * | regmap: Add regmap_noinc_write APIBen Whitten2018-10-191-0/+77
| |/
* / regmap: use less #ifdef for LOG_DEVICEBen Dooks2018-10-191-6/+12
|/
* regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-091-1/+78
*-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown2018-03-121-0/+2
|\ \
| * | regmap: use debugfs even when no deviceDavid Lechner2018-02-201-0/+2
| |/
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2018-03-121-181/+119
|\ \
| * | regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax2018-02-261-36/+3
| * | regmap: Tidy up regmap_raw_write chunking codeCharles Keepax2018-02-261-21/+16
| * | regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax2018-02-261-63/+54
| * | regmap: Remove unnecessary printk for failed allocationCharles Keepax2018-02-261-3/+2
| * | regmap: Format data for raw write in regmap_bulk_writeCharles Keepax2018-02-261-2/+15
| * | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-02-261-1/+1
| |\ \
| * | | regmap: Use _regmap_read in regmap_bulk_readCharles Keepax2018-02-161-5/+13
| * | | regmap: Tidy up regmap_raw_read chunking codeCharles Keepax2018-02-161-25/+19