summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-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
| * regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko2019-06-171-5/+3
| * regmap: add i3c bus supportVitor Soares2019-06-073-1/+66
* | Merge branch 'regmap-5.2' into regmap-linusMark Brown2019-07-042-0/+4
|\ \ | |/ |/|
| * regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-06-121-0/+2
| * regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta2019-05-201-0/+2
* | Merge branch 'regmap-5.2' into regmap-nextMark Brown2019-04-2514-177/+118
|\|
| * regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-2514-166/+90
| * regmap: verify if register is writeable before writing operationsHan Nandor2019-04-031-5/+4
| * regmap: debugfs: Jump to the next readable registerLucas Tanure2019-03-201-3/+24
| * regmap: debugfs: Replace code by already existing functionLucas Tanure2019-03-191-4/+1
* | Merge branch 'regmap-5.1' into regmap-linusMark Brown2019-04-251-3/+0
|\ \ | |/ |/|
| * regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla2019-04-011-3/+0
* | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2019-01-291-4/+95
|\ \
| * | regmap: regmap-irq: Add main status register supportMatti Vaittinen2019-01-231-4/+95
* | | Merge branch 'regmap-5.1' into regmap-nextMark Brown2019-01-291-1/+1
|\ \ \ | | |/ | |/|
| * | regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre2019-01-291-1/+1
| |/
* | regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-01-141-0/+6
* | regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen2018-12-311-1/+1
|/
* Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2018-12-191-43/+99
|\
| * regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski2018-12-191-0/+23
| * regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen2018-12-191-10/+25
| * regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen2018-12-191-14/+8
| * regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski2018-12-131-20/+44
* | regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-11/+1