summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* regmap: add missing prototype for devm_init_slimbusSrinivas Kandagatla2018-05-251-1/+17
* regmap: include <linux/ktime.h> from include/linux/regmap.hSean Wang2018-04-241-0/+1
* regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+3
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-0/+18
|\
| * regmap: add SLIMbus supportSrinivas Kandagatla2017-12-191-0/+18
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown2018-01-121-1/+42
|\ \ \
| | * | regmap: Allow empty read/write_flag_maskAndrew F. Davis2018-01-081-1/+5
| | |/
| * | regmap: Add SoundWire bus supportVinod Koul2018-01-081-0/+37
| | |
| \ \
*-. | | Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown2018-01-121-0/+7
|\ \| | | |_|/ |/| |
| | * regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang2017-12-271-0/+2
| |/ |/|
| * regmap: allow to disable all locking mechanismsBartosz Golaszewski2017-12-061-0/+5
|/
*-. Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown2017-11-061-0/+6
|\ \
| | * regmap: Add hardware spinlock supportBaolin Wang2017-11-011-0/+6
| |/
* | regmap: avoid -Wint-in-bool-context warningArnd Bergmann2017-10-131-10/+14
* | Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2017-10-131-0/+39
|\ \
| * | regmap: add iopoll-like polling macro for regmap_fieldChen-Yu Tsai2017-10-041-0/+39
| |/
* | Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-10-131-8/+9
|\ \ | |/ |/|
| * regmap: Avoid namespace collision within macro & tidy upRamesh Shanmugasundaram2017-07-101-8/+9
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown2017-07-031-0/+36
|\ \ \ | |_|/ |/| |
| | * regmap: irq: add chip option mask_writeonlyMichael Grzeschik2017-06-281-0/+2
| |/ |/|
| * regmap: Add 1-Wire bus supportAlex A. Mihaylov2017-06-061-0/+34
|/
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown2017-02-031-48/+67
|\ \
| * | regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-121-48/+67
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown2016-10-291-5/+6
|\ \ \ | |_|/ |/| |
| | * regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax2016-10-281-5/+5
| |/ |/|
| * regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada2016-10-131-0/+1
|/
* regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-161-4/+4
*-. Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown2016-07-151-0/+49
|\ \
| | * regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-031-0/+10
| |/ |/|
| * regmap: add iopoll-like polling macroPhilipp Zabel2016-07-151-0/+39
|/
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-48/+49
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-9/+3
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-2/+4
| * regmap: add regmap_field_force_xxx() macrosKuninori Morimoto2016-02-261-0/+4
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-201-2/+2
| * regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-201-2/+3
| * regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-201-0/+12
| * regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-201-2/+2
| * regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-201-1/+3
| * regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-201-1/+11
| * regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-201-13/+2
| * regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-201-12/+2
| * regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-201-10/+2
| * regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-201-9/+3
| * regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-201-0/+11
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-051-1/+9
|\ \ \ \ | |_|_|/ |/| | |
| | | * regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+8
| |_|/ |/| |
| | * regmap: clairify meaning of max_registerStefan Agner2016-01-221-1/+1
| |/ |/|
| * regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-03-051-0/+8
|/
*-. Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-051-0/+16
|\ \