aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown8-8/+902
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam1-1/+32
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-28Merge series "use semicolons rather than commas to separate statements" from Julia Lawall <Julia.Lawall@inria.fr>:Mark Brown1-1/+1
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski1-0/+2
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax1-0/+2
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
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 Keepax3-17/+38
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda1-0/+22
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko2-4/+18
2020-09-01Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry Osipenko <digetx@gmail.com>:Mark Brown1-2/+2
2020-09-01regmap: soundwire: remove unused header mod_devicetable.hVinod Koul1-1/+0
2020-09-01regmap: Use flexible sleepDmitry Osipenko1-2/+2
2020-08-26regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun3-1/+725
2020-07-17Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown2-43/+43
2020-07-17Merge remote-tracking branch 'regmap/for-5.8' into regmap-linusMark Brown3-25/+31
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-10regmap: Switch to use fwnode instead of OF oneAndy Shevchenko1-18/+13
2020-07-08regmap: add missing dependency on SoundWirePierre-Louis Bossart1-1/+1
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-5.9Mark Brown1-24/+29
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle1-24/+29
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-56/+50
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-15regmap: remove stray spaceBartosz Golaszewski1-1/+1
2020-06-15Merge existing fixes from regmap/for-5.8Mark Brown1-56/+49
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 remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown3-16/+152
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl>Mark Brown1-0/+22
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+22
2020-04-24regmap-i2c: add 16-bit width registers supportAceLan Kao1-0/+61
2020-04-14Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@walle.cc>:Mark Brown1-16/+68
2020-04-14regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle1-16/+68
2020-04-14regmap: Add bus reg_update_bits() supportBaolin Wang1-0/+1
2020-03-13regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2020-01-21regmap: fix writes to non incrementing registersBen Whitten1-5/+12
2020-01-06regmap-i2c: constify regmap_bus structuresMichał Mirosław1-5/+5
2019-11-19regmap: regmap-w1: Drop unreachable codeMika Westerberg1-4/+0
2019-09-16Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-18/+1
2019-08-12Merge branch 'regmap-5.4' into regmap-nextMark Brown1-12/+0
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax1-6/+1
2019-08-09soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart1-1/+1
2019-08-01regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+0
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown4-6/+69
2019-07-04Merge branch 'regmap-5.2' into regmap-linusMark Brown2-0/+4