From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] MFD for v4.10
Date: Mon, 19 Dec 2016 11:47:56 +0000 [thread overview]
Message-ID: <20161219114756.GA23486@dell> (raw)
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
next reply other threads:[~2016-12-19 11:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-19 11:47 Lee Jones [this message]
2016-12-19 16:15 ` [GIT PULL] MFD for v4.10 Linus Torvalds
2016-12-20 7:54 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161219114756.GA23486@dell \
--to=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.