summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
| * 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/+118Star
|\|
| * regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-2514-166/+90Star
| * regmap: verify if register is writeable before writing operationsHan Nandor2019-04-031-5/+4Star
| * 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/+1Star
* | Merge branch 'regmap-5.1' into regmap-linusMark Brown2019-04-251-3/+0Star
|\ \ | |/ |/|
| * regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla2019-04-011-3/+0Star
* | 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/+8Star
| * 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/+1Star
* | regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-11/+1Star
|/
*-. Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-212-3/+83
|\ \
| | * regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-2/+2
| | * regmap: fix comment for regmap.use_single_writeDavid Frey2018-09-071-1/+1
| * | regmap: Add regmap_noinc_write APIBen Whitten2018-10-192-0/+80
| |/
* / regmap: use less #ifdef for LOG_DEVICEBen Dooks2018-10-191-6/+12
|/
* Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2018-08-092-1/+81
|\
| * regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-092-1/+81
* | regmap: sccb: fix typo and sort headers alphabeticallyAkinobu Mita2018-07-231-3/+3
* | Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-07-183-0/+133
|\ \
| * | regmap: add SCCB supportAkinobu Mita2018-07-183-0/+133
| |/
* / regmap: slimbus: add support to multi read/writeSrinivas Kandagatla2018-07-111-16/+7Star
|/
* Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
|\
| * regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
* | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
|/
*-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown2018-03-123-2/+44
|\ \
| | * regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+24
| * | regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-061-1/+2
| * | regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-061-0/+3
| * | regmap: debugfs: Don't leak dummy namesMark Brown2018-03-051-1/+3
| * | regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-051-0/+6
| * | regmap: use debugfs even when no deviceDavid Lechner2018-02-201-0/+2
| * | regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-201-1/+5
| |/
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2018-03-121-181/+119Star
|\ \