Re: [GIT PULL] MFD for v5.1

2019-03-08 Thread pr-tracker-bot
The pull request you sent on Thu, 7 Mar 2019 09:38:28 +:

> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git mfd-next-5.1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cf2e8c544cd3b33e9e403b7b72404c221bf888d1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] MFD for v5.1

2019-03-07 Thread Lee Jones
Good morning Linus,

Enjoy!

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

  Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git mfd-next-5.1

for you to fetch changes up to d2d833e0bf2bad221a955626b942b38312630894:

  mfd: mxs-lradc: Mark expected switch fall-through (2019-02-18 09:07:22 +)


 - New Drivers
   - Add STMPE ADC Input driver
   - Add STMicroelectronics STPMIC1 Parent driver
   - Add STMicroelectronics STPMIC1 OnKey Misc driver
   - Add STMicroelectronics STPMIC1 Watchdog driver
   - Add Cirrus Logic Lochnagar Parent driver
   - Add TQ-Systems TQMX86 Parent driver

 - New Device Support
   - Add support for ADC to STMPE

 - New (or moved) Functionality
   - Move Lightbar functionality to its own driver; cros_ec_lightbar
   - Move VBC functionality to its own driver; cros_ec_vbc
   - Move VBC functionality to its own driver; cros_ec_vbc
   - Move DebugFS functionality to its own driver; cros_ec_debugfs
   - Move SYSFS functionality to its own driver; cros_ec_sysfs
   - Add support for input voltage options; tps65218

 - Fix-ups
   - Use devm_* managed resources; cros_ec
   - Device Tree documentation; stmpe, aspeed-lpc, lochnagar
   - Trivial Clean-ups; stmpe
   - Rip out broken modular code; aat2870-core, adp5520, as3711,
 db8500-prcmu, htc-i2cpld, max8925-core, rc5t583, sta2x11-mfd,
 syscon, tps65090, tps65910, tps68470 tps80031, wm831x-spi,
 wm831x-i2c, wm831x-core, wm8350-i2c, wm8350-core, wm8400-core
   - Kconfig fixups; INTEL_SOC_PMIC
   - Improve error path; sm501, sec-core
   - Use struct_size() helper; sm501
   - Constify; at91-usart
   - Use pointers instead of copying data; at91-usart
   - Deliver proper return value; cros_ec_dev
   - Trivial formatting/whitespace; sec-core


Andrew Lunn (1):
  mfd: tqmx86: IO controller with I2C, Wachdog and GPIO

Andy Shevchenko (1):
  mfd: intel-lpss: Move linux/pm.h to the local header

Axel Lin (2):
  mfd: at91-usart: Constify at91_usart_spi_subdev and 
at91_usart_serial_subdev
  mfd: at91-usart: No need to copy mfd_cell in probe

Charles Keepax (2):
  mfd: lochnagar: Add initial binding documentation
  mfd: lochnagar: Add support for the Cirrus Logic Lochnagar

Christian Hohnstaedt (1):
  mfd: tps65218.c: Add input voltage options

Enric Balletbo i Serra (7):
  mfd / platform: cros_ec: Use devm_mfd_add_devices
  mfd / platform: cros_ec: Move lightbar attributes to its own driver
  mfd / platform: cros_ec: Move vbc attributes to its own driver
  mfd / platform: cros_ec: Move debugfs attributes to its own driver
  mfd / platform: cros_ec: Move device sysfs attributes to its own driver
  mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAM
  platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a 
lightbar

Guenter Roeck (1):
  mfd: cros_ec_dev: Return number of bytes read with CROS_EC_DEV_IOCRDMEM

Gustavo A. R. Silva (3):
  mfd: sm501: Fix potential NULL pointer dereference
  mfd: sm501: Use struct_size() in devm_kzalloc()
  mfd: mxs-lradc: Mark expected switch fall-through

Jarkko Nikula (1):
  mfd: Kconfig: Fix I2C_DESIGNWARE_PLATFORM dependencies

Krzysztof Kozlowski (2):
  mfd: sec-core: Return gracefully instead of BUG() if device cannot match
  mfd: sec-core: Cleanup formatting to a consistent style

Lee Jones (1):
  Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 
'ib-mfd-platform-5.1' into ibs-for-mfd-merged

Pascal PAILLET-LME (6):
  dt-bindings: mfd: Document STPMIC1
  mfd: stpmic1: Add STPMIC1 driver
  dt-bindings: input: Document STPMIC1 PMIC onkey
  input: stpmic1: Add STPMIC1 onkey driver
  dt-bindings: watchdog: document STPMIC1 PMIC watchdog
  watchdog: stpmic1: Add STPMIC1 watchdog driver

Paul Gortmaker (19):
  mfd: aat2870-core: Make it explicitly non-modular
  mfd: adp5520: Make it explicitly non-modular
  mfd: as3711: Make it explicitly non-modular
  mfd: db8500-prcmu: Drop unused MODULE_ tags from non-modular code
  mfd: htc-i2cpld: Make it explicitly non-modular
  mfd: max8925-core: Drop unused MODULE_ tags from non-modular code
  mfd: rc5t583: Make it explicitly non-modular
  mfd: sta2x11: Drop unused MODULE_ tags from non-modular code
  mfd: syscon: Make it explicitly non-modular
  mfd: tps65090: Make it explicitly non-modular
  mfd: tps65910: Make it explicitly non-modular
  mfd: tps80031: Make it explicitly non-modular
  mfd: wm831x-spi: Make it explicitly non-modular
  mfd: wm831x-i2c: Make it explicitly non-modular
  mfd: wm831x-core: Drop unused module infrastructure from non-modular code
  mfd: wm8350-i2c: Make 

Re: [GIT PULL] MFD for v5.1

2019-01-14 Thread pr-tracker-bot
The pull request you sent on Wed, 9 Jan 2019 07:20:18 +:

> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-next-4.21

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9deb9e1637761cc4e6df5104a34197ef0bae1358

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


Re: [GIT PULL] MFD for v5.1

2019-01-13 Thread Pavel Machek
On Wed 2019-01-09 07:20:18, Lee Jones wrote:
> Good morning Linus,
> 
> Please accept my apologies for the lateness.

I'd say that for 5.1, you are pretty early :-).

Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


signature.asc
Description: Digital signature


[GIT PULL] MFD for v5.1

2019-01-08 Thread Lee Jones
Good morning Linus,

Please accept my apologies for the lateness.

Christmas holidays, yada yada yada! :)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-next-4.21

for you to fetch changes up to 3f2d347e851ef4464dea49504cde85e5eef67b2d:

  mfd: exynos-lpass: Enable UART module support (2019-01-03 08:32:42 +)


 - New Device Support
   - Add support for Power Supply to AXP813
   - Add support for GPIO, ADC, AC and Battery Power Supply to AXP803
   - Add support for UART to Exynos LPASS

 - Fix-ups
   - Use supplied MACROS; ti_am335x_tscadc
   - Trivial spelling/whitespace/alignment; tmio, axp20x, rave-sp
   - Regmap changes; bd9571mwv, wm5110-tables
   - Kconfig dependencies; MFD_AT91_USART
   - Supply shared data for child-devices; madera-core
   - Use new of_node_name_eq() API call; max77620, stmpe
   - Use managed resources (devm_*); tps65218
   - Comment descriptions; ingenic-tcu
   - Coding style; madera-core

 - Bug Fixes
   - Fix section mismatches; twl-core, db8500-prcmu
   - Correct error path related issues; mt6397-core, ab8500-core, mc13xxx-core
   - IRQ related fixes; tps6586x
   - Ensure proper initialisation sequence; qcom_rpm
   - Repair potential memory leak; cros_ec_dev


Beomho Seo (1):
  mfd: exynos-lpass: Enable UART module support

Charles Keepax (1):
  mfd: wm5110: Add missing ASRC rate register

Chen-Yu Tsai (1):
  mfd: axp20x: Re-align MFD cell entries

Cheng-Yi Chiang (1):
  mfd: cros_ec: Add commands to control codec

Dan Carpenter (1):
  mfd: ab8500-core: Return zero in get_register_interruptible()

Dien Pham (1):
  mfd: bd9571mwv: Add volatile register to make DVFS work

Enric Balletbo i Serra (1):
  mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove

Geert Uytterhoeven (1):
  mfd: tmio: Typo s/use use/use/

Jean Delvare (1):
  mfd: at91-usart: Add platform dependency

Jonathan Hunter (1):
  mfd: tps6586x: Handle interrupts on suspend

Jonathan Marek (1):
  mfd: qcom_rpm: write fw_version to CTRL_REG

Kangjie Lu (1):
  mfd: mc13xxx: Fix a missing check of a register-read failure

Keerthy (1):
  mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in 
probe()

Nathan Chancellor (2):
  mfd: twl-core: Fix section annotations on {,un}protect_pm_master
  mfd: db8500-prcmu: Fix some section annotations

Nicolas Boichat (1):
  mfd: mt6397: Do not call irq_domain_remove if PMIC unsupported

Oskari Lemmela (2):
  mfd: axp20x: Add AC power supply cell for AXP813
  mfd: axp20x: Add supported cells for AXP803

Paul Cercueil (1):
  mfd: ingenic-tcu: Fix bit field description in header

Richard Fitzgerald (2):
  mfd: madera: Add shared data for accessory detection
  mfd: madera: Remove spurious semicolon in while loop

Rob Herring (1):
  mfd: Use of_node_name_eq() for node name comparisons

Vignesh R (2):
  mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cells
  iio: adc: ti_am335x_tscadc: Improve accuracy of measurement

Yangtao Li (1):
  mfd: rave-sp: Fix typo in rave_sp_checksum comment

 drivers/iio/adc/ti_am335x_adc.c  |   5 +-
 drivers/mfd/Kconfig  |   1 +
 drivers/mfd/ab8500-core.c|   2 +-
 drivers/mfd/axp20x.c | 126 +++
 drivers/mfd/bd9571mwv.c  |   1 +
 drivers/mfd/cros_ec_dev.c|   1 +
 drivers/mfd/db8500-prcmu.c   |   4 +-
 drivers/mfd/exynos-lpass.c   |   4 +-
 drivers/mfd/madera-core.c|   5 +-
 drivers/mfd/max77620.c   |   2 +-
 drivers/mfd/mc13xxx-core.c   |   4 +-
 drivers/mfd/mt6397-core.c|   3 +-
 drivers/mfd/qcom_rpm.c   |   4 ++
 drivers/mfd/rave-sp.c|   2 +-
 drivers/mfd/stmpe.c  |  12 ++--
 drivers/mfd/ti_am335x_tscadc.c   |   5 +-
 drivers/mfd/tps65218.c   |  24 +--
 drivers/mfd/tps6586x.c   |  24 +++
 drivers/mfd/twl-core.c   |   4 +-
 drivers/mfd/wm5110-tables.c  |   2 +
 include/linux/mfd/cros_ec_commands.h |  94 ++
 include/linux/mfd/ingenic-tcu.h  |   2 +-
 include/linux/mfd/madera/core.h  |   7 ++
 include/linux/mfd/ti_am335x_tscadc.h |   4 ++
 include/linux/mfd/tmio.h |   2 +-
 25 files changed, 244 insertions(+), 100 deletions(-)

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog