summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
Commit message (Expand)AuthorAge
* Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2017-11-13
|\
| *-. Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown2017-11-06
| |\ \
| | | * regmap: Fix unused warningBaolin Wang2017-11-06
| | | * regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown2017-11-06
| | | * regmap: Clean up hwspinlock on regmap exitMark Brown2017-11-03
| | | * regmap: Also protect hwspinlock in error handling pathMark Brown2017-11-03
| | | * regmap: Add a config option for hwspinlockMark Brown2017-11-03
| | | * regmap: Add hardware spinlock supportBaolin Wang2017-11-01
| | |/ | |/|
| | * regmap: constify regmap_bus structuresJulia Lawall2017-08-14
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/ /
* | regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru2017-07-17
|/
*---. Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown2017-07-03
|\ \ \
| | | * regmap: Fix typo in IS_ENABLED() checkMark Brown2017-06-08
| | * | regmap: irq: add chip option mask_writeonlyMichael Grzeschik2017-06-28
| | * | regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy2017-06-09
| |/ / |/| |
| * | Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-06-06
| |\ \ | | |/
| | * regmap: make LZO cache optionalJonas Gorski2017-06-06
| |/ |/|
| * regmap: Add 1-Wire bus supportAlex A. Mihaylov2017-06-06
|/
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown2017-02-03
|\ \
| | * regmap: use rb_entry()Geliang Tang2016-12-19
| |/ |/|
| * regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-12
|/
* regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani2016-11-25
*-. Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown2016-10-04
|\ \
| | * regmap: debugfs: Add support for dumping write only device registersCristian Birsan2016-08-09
| | * regmap: Add a function to check if a regmap register is cachedCristian Birsan2016-08-09
| * | regmap: Add missing little endian functionsTony Lindgren2016-09-16
| * | regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-16
| |/
* | Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-23
|\ \
| * | regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-22
* | | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown2016-09-03
|\ \ \ | |/ / |/| |
| * | regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-04
| |/
* | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-18
* | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-29
|/
*---. Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown2016-07-15
|\ \ \
| | | * regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-03
| |_|/ |/| |
| | * regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck2016-06-22
| |/ |/|
| * regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-29
|/
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' int...Mark Brown2016-05-13
|\ \
| | * regcache: flat: Require max_registers to be setAlexander Stein2016-03-29
| * | regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis2016-03-23
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...Mark Brown2016-05-13
|\ \ \ \ | | | |/ | | |/|
| | | * regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-04-15
| | |/
| * | regmap: mmio: Parse endianness definitions from DTMark Brown2016-03-30
| * | regmap: Fix implicit inclusion of device.hMark Brown2016-03-30
| * | regmap: mmio: Fix value endianness selectionMark Brown2016-03-23
| |/
* | regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown2016-03-31
|/
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-05
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-05
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-26
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-20