Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Pull regmap updates from Mark Brown: "After several quiet kernel releases we've got a couple of new features in regmap, support for using hwspinlocks as the lock for the internal data structures and a helper for polling on regmap_fields. The Kconfig dependencies on hwspinlocks were annoyingly difficult to squash between things behaving surprisingly and randconfig, I could've squashed those commits down but might've have caused hassle with other trees trying to use the new support. - support for using a hwspinlock to protect the regmap - an iopoll style helper for regmap_field" * tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap: regmap: Fix unused warning regmap: Try to work around Kconfig exploding on HWSPINLOCK regmap: Clean up hwspinlock on regmap exit regmap: Also protect hwspinlock in error handling path regmap: Add a config option for hwspinlock regmap: Add hardware spinlock support regmap: avoid -Wint-in-bool-context warning regmap: add iopoll-like polling macro for regmap_field regmap: constify regmap_bus structures regmap: Avoid namespace collision within macro & tidy up
No related branches found
No related tags found
Showing
- drivers/base/regmap/Kconfig 4 additions, 0 deletionsdrivers/base/regmap/Kconfig
- drivers/base/regmap/internal.h 2 additions, 0 deletionsdrivers/base/regmap/internal.h
- drivers/base/regmap/regmap-spi.c 1 addition, 1 deletiondrivers/base/regmap/regmap-spi.c
- drivers/base/regmap/regmap-spmi.c 2 additions, 2 deletionsdrivers/base/regmap/regmap-spmi.c
- drivers/base/regmap/regmap.c 95 additions, 16 deletionsdrivers/base/regmap/regmap.c
- include/linux/regmap.h 57 additions, 7 deletionsinclude/linux/regmap.h
Loading
Please register or sign in to comment