summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-058-8/+902
|\
| * regmap: irq: Add support to clear ack registersLaxminath Kasam2020-10-051-1/+32
| * 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
| * | Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown2020-09-281-1/+1
| |\ \
| | * | regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-09-281-1/+1
| * | | 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-022-4/+18
| * | Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry...Mark Brown2020-09-011-2/+2
| |\ \
| | * | regmap: Use flexible sleepDmitry Osipenko2020-09-011-2/+2
| * | | regmap: soundwire: remove unused header mod_devicetable.hVinod Koul2020-09-011-1/+0
| |/ /
| * / regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun2020-08-263-1/+725
| |/
* | regmap: fix page selection for noinc writesDmitry Baryshkov2020-09-213-12/+13
* | 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-173-17/+38
|/
* Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown2020-07-172-43/+43
|\
| * regmap: Switch to use fwnode instead of OF oneAndy Shevchenko2020-07-101-18/+13
| * Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2020-07-081-24/+29
| |\
| | * regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle2020-07-081-24/+29
| * | regmap: remove stray spaceBartosz Golaszewski2020-06-151-1/+1
| * | Merge existing fixes from regmap/for-5.8Mark Brown2020-06-151-56/+49
| |\ \ | | |/ | |/|
* | | Merge remote-tracking branch 'regmap/for-5.8' into regmap-linusMark Brown2020-07-173-25/+31
|\ \ \
| * | | regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-161-23/+29
| * | | regmap: add missing dependency on SoundWirePierre-Louis Bossart2020-07-081-1/+1
| * | | regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-031-1/+1
* | | | Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-221-56/+50
|\| | | | |/ / |/| |
| * | 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 remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown2020-05-293-16/+152
|\|
| * 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-i2c: add 16-bit width registers supportAceLan Kao2020-04-241-0/+61
| * | Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@w...Mark Brown2020-04-141-16/+68
| |\ \
| | * | regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle2020-04-141-16/+68
| | |/
| * / regmap: Add bus reg_update_bits() supportBaolin Wang2020-04-141-0/+1
| |/
* / regmap: debugfs: check count when read regmap filePeng Fan2020-03-131-0/+6
|/
* regmap: fix writes to non incrementing registersBen Whitten2020-01-211-5/+12
* regmap-i2c: constify regmap_bus structuresMichał Mirosław2020-01-061-5/+5
* regmap: regmap-w1: Drop unreachable codeMika Westerberg2019-11-191-4/+0
* Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2019-09-162-18/+1
|\
| * Merge branch 'regmap-5.4' into regmap-nextMark Brown2019-08-121-12/+0
| |\
| | * regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-12/+0
| * | regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax2019-08-121-6/+1
| |/
* / soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-08-091-1/+1
|/
* Merge branch 'regmap-5.3' into regmap-nextMark Brown2019-07-044-6/+69
|\
| * regmap: select CONFIG_REGMAP while REGMAP_SCCB is setYueHaibing2019-07-041-1/+1