lkml.org 
[lkml]   [2016]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] MFD for v4.10
Hi Linus,

Apologies for not sending super early, I was on vacation last week.

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git HEAD

for you to fetch changes up to 93559191e71bc0f862638b0a9644d4592452a5db:

mfd: tps65217: Support an interrupt pin as the system wakeup (2016-11-29 08:21:40 +0000)

----------------------------------------------------------------
Andy Shevchenko (1):
mfd: intel-lpss: Try to enable Memory-Write-Invalidate

Arnd Bergmann (2):
mfd: tps65912: Move regmap config into core driver
mfd: sun4i-gpadc: Select regmap-irq

Charles Keepax (2):
mfd: arizona: Use irq_find_mapping when appropriate
mfd: arizona: Disable IRQs during driver remove

Chen-Yu Tsai (1):
mfd: axp20x: Add address extension registers for AXP806 regmap

Christophe JAILLET (1):
mfd: bcm590xx: Simplify a test

Colin Ian King (1):
mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"

Dan Gora (1):
mfd: lpc_ich: Use gpio-ich driver for 8-series and 9-series Intel PCH devices

Hans de Goede (1):
mfd: axp20x-i2c: Add i2c-ids to fix module auto-loading

Icenowy Zheng (1):
mfd: axp20x: Add adc volatile ranges for axp22x

Javier Martinez Canillas (3):
mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabled
mfd: hi655x-pmic: Fix module autoload when registered via OF
mfd: fsl-imx25-tsadc: Fix module autoload when registered via OF

Jean Delvare (1):
mfd: exynos-lpass: Add hardware dependency

Jianhong Chen (1):
mfd: rk808: RK818 uses DEV_OFF to power off supplies

Johan Hovold (1):
mfd: core: Fix device reference leak in mfd_clone_cell

Julia Lawall (1):
mfd: tc3589x: Improve function-level documentation

Keerthy (6):
mfd: tps65218: Remove redundant read wrapper
Documentation: regulator: tps65218: Update examples
input: tps65218-pwrbutton: Add platform_device_id table
mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
regulator: tps65218: Remove all the compatibles
mfd: palmas: Remove redundant check in palmas_power_off

Krzysztof Kozlowski (1):
mfd: Enable compile testing for max77620 and max77686

Kuninori Morimoto (1):
mfd: davinci_voicecodec: Tidyup header difinitions

Lee Jones (2):
Merge branches 'ib-mfd-arm-leds-4.10' and 'ib-mfd-gpio-input-regulator-4.10' into ibs-for-mfd-merged
mfd: sun4i-gpadc: Fix 'cast from pointer to integer of different size' warning

Linus Walleij (1):
mfd: qcom-pm8xxx: Clean up PM8XXX namespace

Milo Kim (5):
mfd: tps65217: Fix page fault on unloading modules
mfd: tps65217: Specify the IRQ name
mfd: tps65217: Update register interrupt mask bits instead of writing operation
mfd: tps65217: Make an interrupt handler simpler
mfd: tps65217: Support an interrupt pin as the system wakeup

Paul Burton (1):
mfd: syscon: Support native-endian regmaps

Paul Gortmaker (6):
mfd: ab3100-core: Make it explicitly non-modular
mfd: ab8500-core: Make it explicitly non-modular
mfd: ab8500-debugfs: Make it explicitly non-modular
mfd: ab8500-gpadc: Make it explicitly non-modular
mfd: ab8500: make sysctrl explicitly non-modular
mfd: abx500-core: drop unused MODULE_ tags from non-modular code

Pierre-Hugues Husson (1):
mfd: rn5t618: Add Ricoh RC5T619 PMIC support

Praveen Kumar Vegivada (1):
mfd: arizona: Mark AIFx_TX_BCLK_RATE as readable for cs47l24

Quentin Schulz (1):
mfd: Add support for Allwinner SoCs ADC

Richard Fitzgerald (1):
mfd: wm5102: Remove spurious trailing spaces

Srinivas Kandagatla (1):
mfd: pm8xxx: add support to pm8821

Thor Thayer (1):
dt-bindings: mfd: Add Altera Arria10 System Resource Chip bindings

Viresh Kumar (3):
mfd: wm8994-core: Don't split lines unnecessarily
mfd: wm8994-core: Disable regulators before removing them
mfd: wm8994-core: Don't use managed regulator bulk get API

Wei Yongjun (1):
mfd: intel_soc_pmic_bxtwc: Fix a typo in MODULE_DEVICE_TABLE()

.../devicetree/bindings/mfd/altera-a10sr.txt | 46 +
.../devicetree/bindings/mfd/qcom-pm8xxx.txt | 1 +
Documentation/devicetree/bindings/mfd/rn5t618.txt | 16 +-
.../devicetree/bindings/regulator/tps65218.txt | 87 +-
arch/arm/configs/multi_v7_defconfig | 2 +-
arch/arm/configs/pxa_defconfig | 1 -
arch/arm/configs/qcom_defconfig | 1 -
drivers/gpio/gpio-tps65218.c | 3 +-
drivers/input/misc/tps65218-pwrbutton.c | 8 +
drivers/leds/Kconfig | 2 +-
drivers/mfd/Kconfig | 40 +-
drivers/mfd/Makefile | 3 +-
drivers/mfd/ab3100-core.c | 39 +-
drivers/mfd/ab8500-core.c | 37 +-
drivers/mfd/ab8500-debugfs.c | 21 +-
drivers/mfd/ab8500-gpadc.c | 19 +-
drivers/mfd/ab8500-sysctrl.c | 9 +-
drivers/mfd/abx500-core.c | 7 +-
drivers/mfd/arizona-core.c | 1 +
drivers/mfd/arizona-irq.c | 8 +-
drivers/mfd/axp20x-i2c.c | 7 +-
drivers/mfd/axp20x.c | 4 +-
drivers/mfd/bcm590xx.c | 2 +-
drivers/mfd/cs47l24-tables.c | 6 +
drivers/mfd/davinci_voicecodec.c | 1 +
drivers/mfd/fsl-imx25-tsadc.c | 1 +
drivers/mfd/hi655x-pmic.c | 1 +
drivers/mfd/intel-lpss-pci.c | 1 +
drivers/mfd/intel_soc_pmic_bxtwc.c | 2 +-
drivers/mfd/lpc_ich.c | 2 +
drivers/mfd/mfd-core.c | 2 +
drivers/mfd/palmas.c | 3 -
drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} | 271 +++-
drivers/mfd/rk808.c | 23 +-
drivers/mfd/rn5t618.c | 1 +
drivers/mfd/si476x-i2c.c | 2 +-
drivers/mfd/sun4i-gpadc.c | 181 +++
drivers/mfd/syscon.c | 4 +-
drivers/mfd/tc3589x.c | 4 +-
drivers/mfd/tps65217.c | 71 +-
drivers/mfd/tps65218.c | 34 +-
drivers/mfd/tps65912-core.c | 17 +
drivers/mfd/wm5102-tables.c | 1412 ++++++++++----------
drivers/mfd/wm8994-core.c | 22 +-
drivers/regulator/tps65218-regulator.c | 153 +--
include/linux/mfd/axp20x.h | 6 +
include/linux/mfd/davinci_voicecodec.h | 4 -
include/linux/mfd/rk808.h | 1 +
include/linux/mfd/rn5t618.h | 9 +
include/linux/mfd/sun4i-gpadc.h | 94 ++
include/linux/mfd/tps65217.h | 4 +-
include/linux/mfd/tps65218.h | 3 +-
include/linux/mfd/tps65912.h | 16 +-
53 files changed, 1627 insertions(+), 1088 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/altera-a10sr.txt
rename drivers/mfd/{pm8921-core.c => qcom-pm8xxx.c} (58%)
create mode 100644 drivers/mfd/sun4i-gpadc.c
create mode 100644 include/linux/mfd/sun4i-gpadc.h

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

\
 
 \ /
  Last update: 2016-12-19 12:45    [W:0.080 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site