aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'regmap-5.2' into regmap-nextMark Brown14-177/+118
2019-04-25Merge branch 'regmap-5.1' into regmap-linusMark Brown1-3/+0
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman14-166/+90
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor1-5/+4
2019-04-01regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla1-3/+0
2019-03-20regmap: debugfs: Jump to the next readable registerLucas Tanure1-3/+24
2019-03-19regmap: debugfs: Replace code by already existing functionLucas Tanure1-4/+1
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-4/+95
2019-01-29Merge branch 'regmap-5.1' into regmap-nextMark Brown1-1/+1
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre1-1/+1
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen1-4/+95
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2018-12-31regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen1-1/+1
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-43/+99
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski1-0/+23
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen1-10/+25
2018-12-19regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen1-14/+8
2018-12-17regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-11/+1
2018-12-17regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-11/+1
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski1-20/+44
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-nextMark Brown2-3/+83
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks1-6/+12
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten2-0/+80
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-2/+2
2018-09-07regmap: fix comment for regmap.use_single_writeDavid Frey1-1/+1
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2-1/+81
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard2-1/+81
2018-07-23regmap: sccb: fix typo and sort headers alphabeticallyAkinobu Mita1-3/+3
2018-07-18Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-4.19Mark Brown3-0/+133
2018-07-18regmap: add SCCB supportAkinobu Mita3-0/+133
2018-07-11regmap: slimbus: add support to multi read/writeSrinivas Kandagatla1-16/+7
2018-06-04Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown1-1/+2
2018-05-25regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla1-1/+1
2018-05-17regmap: Skip clk_put for attached clocks when freeing contextJames Kelly1-1/+2
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-nextMark Brown3-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' into regmap-linusMark Brown2-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam1-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen1-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown1-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam1-0/+6
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard1-0/+24
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax1-36/+3
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax1-21/+16
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax1-63/+54
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax1-3/+2
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax1-2/+15
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-bulkMark Brown1-1/+1
2018-02-20regmap: use debugfs even when no deviceDavid Lechner1-0/+2