summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax2018-02-261-36/+3Star
| * | regmap: Tidy up regmap_raw_write chunking codeCharles Keepax2018-02-261-21/+16Star
| * | regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax2018-02-261-63/+54Star
| * | regmap: Remove unnecessary printk for failed allocationCharles Keepax2018-02-261-3/+2Star
| * | regmap: Format data for raw write in regmap_bulk_writeCharles Keepax2018-02-261-2/+15
| * | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-02-261-1/+1
| |\ \
| * | | regmap: Use _regmap_read in regmap_bulk_readCharles Keepax2018-02-161-5/+13
| * | | regmap: Tidy up regmap_raw_read chunking codeCharles Keepax2018-02-161-25/+19Star
| * | | regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax2018-02-161-55/+35Star
| * | | regmap: Use helper function for register offsetCharles Keepax2018-02-131-1/+1
| * | | regmap: Don't use format_val in regmap_bulk_readCharles Keepax2018-02-131-32/+23Star
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown2018-03-122-5/+1Star
|\ \ \ \
| | * | | regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax2018-02-131-1/+1
| | |/ /
| * | | regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter2018-02-081-4/+0Star