All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] MFD for v5.6
@ 2020-02-03 13:05 Lee Jones
  2020-02-03 15:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2020-02-03 13:05 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Good afternoon Linus,

Please be aware that this is likely to conflict with Mark Brown's
Regulator tree:

  https://lkml.org/lkml/2020/1/27/791

However the fix-up should be trivial.

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5312f321a67cfee1fe4de245bc558fa857dce33b:

  mfd: syscon: Fix syscon_regmap_lookup_by_phandle_args() dummy (2020-02-03 08:39:49 +0000)

----------------------------------------------------------------
 - New Drivers
   - Add support for ROHM BD71828 PMICs and GPIOs
   - Add support for Qualcomm Aqstic Audio Codecs WCD9340 and WCD9341

- New Device Support
   - Add support for BD71828 to BD70528 RTC driver
   - Add support for Intel's Jasper Lake to LPSS PCI

 - New Functionality
   - Add support for Power Key to ROHM BD71828
   - Add support for Clocks to ROHM BD71828
   - Add support for GPIOs to Dialog DA9062
   - Add support for USB PD Notify to ChromiumOS EC
   - Allow callers to specify args when requesting regmap lookup; syscon

 - Fix-ups
   - Improve error handling and sanity checking; atmel-hlcdc, dln2
   - Device Tree support/documentation; bd71828, da9062, xylon,logicvc,
                                        ab8500, max14577, atmel-usart
   - Match devices using platform IDs; bd7xxxx
   - Refactor BD718x7 regulator component; bd718x7-regulator
   - Use standard interfaces/helpers; syscon, sm501
   - Trivial (whitespace, spelling, etc); ab8500-core, Kconfig
   - Remove unused code; db8500-prcmu, tqmx86
   - Wait until boot has finished before accessing registers; madera-core
   - Provide missing register value defaults; cs47l15-tables
   - Allow more time for hardware to reset; madera-core

 - Bug Fixes
   - Fix erroneous register values; rohm-bd70528
   - Fix register volatility; axp20x, rn5t618
   - Fix Kconfig dependencies; MFD_MAX77650
   - Fix incorrect compatible string; da9062-core
   - Fix syscon_regmap_lookup_by_phandle_args() stub; syscon

----------------------------------------------------------------
Andreas Kemnade (1):
      mfd: rn5t618: Mark ADC control register volatile

Andy Shevchenko (2):
      mfd: syscon: Re-use resource_size() to count max_register
      mfd: intel-lpss: Add Intel Jasper Lake PCI IDs

Bartosz Golaszewski (1):
      mfd: max77650: Select REGMAP_IRQ in Kconfig

Charles Keepax (3):
      mfd: madera: Wait for boot done before accessing any other registers
      mfd: cs47l15: Add missing register default
      mfd: madera: Allow more time for hardware reset

Chuhong Yuan (1):
      mfd: sm501: Fix mismatches of request_mem_region

Claudiu Beznea (4):
      mfd: atmel-hlcdc: Add struct device member to struct atmel_hlcdc_regmap
      mfd: atmel-hlcdc: Return in case of error
      dt-bindings: atmel-usart: Remove wildcard
      dt-bindings: atmel-usart: Add microchip,sam9x60-{usart, dbgu}

Geert Uytterhoeven (1):
      mfd: syscon: Fix syscon_regmap_lookup_by_phandle_args() dummy

Krzysztof Kozlowski (1):
      mfd: Kconfig: Rename Samsung to lowercase

Lee Jones (1):
      Merge branches 'ib-mfd-drm-5.6' and 'ib-mfd-clk-gpio-regulator-rtc-5.6' into ibs-for-mfd-merged

Linus Walleij (3):
      mfd: ab8500: Fix ab8500-clk typo
      mfd: dbx500-prcmu: Drop set_display_clocks()
      mfd: dbx500-prcmu: Drop DSI pll clock functions

Marco Felsch (3):
      mfd: da9062: add support for the DA9062 GPIOs in the core
      dt-bindings: mfd: da9062: add gpio bindings
      mfd: da9062: Fix watchdog compatible string

Matheus Castello (1):
      dt-bindings: mfd: max14577: Add reference to max14040_battery.txt descriptions

Matti Vaittinen (11):
      dt-bindings: leds: ROHM BD71282 PMIC LED driver
      dt-bindings: mfd: Document ROHM BD71828 bindings
      mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devices
      mfd: bd718x7: Add compatible for BD71850
      mfd: bd71828: Support ROHM BD71828 PMIC - core
      mfd: bd71828: Add power-key support
      clk: bd718x7: Support ROHM BD71828 clk block
      regulator: bd718x7: Split driver to common and bd718x7 specific parts
      mfd: bd70528: Fix hour register mask
      rtc: bd70528: add BD71828 support
      gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs

Oliver Neukum (1):
      mfd: dln2: More sanity checking for endpoints

Orson Zhai (1):
      mfd: syscon: Add arguments support for syscon reference

Paul Kocialkowski (1):
      dt-bindings: mfd: Document the Xylon LogiCVC multi-function device

Prashant Malani (1):
      mfd: cros_ec: Add cros-usbpd-notify subdevice

Samuel Holland (1):
      mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile

Srinivas Kandagatla (1):
      mfd: wcd934x: Add support to wcd9340/wcd9341 codec

Stephan Gerhold (2):
      dt-bindings: mfd: ab8500: Document AB8505 bindings
      mfd: ab8500-core: Add device tree support for AB8505

yu kuai (1):
      mfd: tqmx86: remove set but not used variable 'i2c_ien'

 .../bindings/leds/rohm,bd71828-leds.yaml           |  52 ++
 Documentation/devicetree/bindings/mfd/ab8500.txt   |   8 +-
 .../devicetree/bindings/mfd/atmel-usart.txt        |  11 +-
 Documentation/devicetree/bindings/mfd/da9062.txt   |  10 +
 Documentation/devicetree/bindings/mfd/max14577.txt |   2 +
 .../devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 193 ++++++++
 .../devicetree/bindings/mfd/xylon,logicvc.yaml     |  50 ++
 drivers/clk/Kconfig                                |   6 +-
 drivers/clk/clk-bd718x7.c                          |  50 +-
 drivers/gpio/Kconfig                               |  12 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-bd71828.c                        | 159 ++++++
 drivers/mfd/Kconfig                                |  30 +-
 drivers/mfd/Makefile                               |   2 +
 drivers/mfd/ab8500-core.c                          |  18 +-
 drivers/mfd/atmel-hlcdc.c                          |  18 +-
 drivers/mfd/axp20x.c                               |   2 +-
 drivers/mfd/cros_ec_dev.c                          |  22 +
 drivers/mfd/cs47l15-tables.c                       |   1 +
 drivers/mfd/da9062-core.c                          |  18 +-
 drivers/mfd/db8500-prcmu.c                         | 122 +----
 drivers/mfd/dln2.c                                 |  13 +-
 drivers/mfd/intel-lpss-pci.c                       |  13 +
 drivers/mfd/madera-core.c                          |  33 +-
 drivers/mfd/rn5t618.c                              |   1 +
 drivers/mfd/rohm-bd70528.c                         |   3 +-
 drivers/mfd/rohm-bd71828.c                         | 344 +++++++++++++
 drivers/mfd/rohm-bd718x7.c                         |  43 +-
 drivers/mfd/sm501.c                                |  19 +-
 drivers/mfd/syscon.c                               |  31 +-
 drivers/mfd/tqmx86.c                               |   3 +-
 drivers/mfd/wcd934x.c                              | 306 ++++++++++++
 drivers/regulator/Kconfig                          |   4 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/bd718x7-regulator.c              | 200 +++-----
 drivers/regulator/rohm-regulator.c                 |  95 ++++
 drivers/rtc/Kconfig                                |   3 +-
 drivers/rtc/rtc-bd70528.c                          | 220 +++++++--
 include/linux/mfd/db8500-prcmu.h                   |  18 -
 include/linux/mfd/dbx500-prcmu.h                   |  30 --
 include/linux/mfd/rohm-bd70528.h                   |  19 +-
 include/linux/mfd/rohm-bd71828.h                   | 423 ++++++++++++++++
 include/linux/mfd/rohm-bd718x7.h                   |   6 -
 include/linux/mfd/rohm-generic.h                   |  70 ++-
 include/linux/mfd/rohm-shared.h                    |  21 +
 include/linux/mfd/syscon.h                         |  14 +
 include/linux/mfd/wcd934x/registers.h              | 531 +++++++++++++++++++++
 include/linux/mfd/wcd934x/wcd934x.h                |  31 ++
 48 files changed, 2863 insertions(+), 419 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml
 create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml
 create mode 100644 Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
 create mode 100644 drivers/gpio/gpio-bd71828.c
 create mode 100644 drivers/mfd/rohm-bd71828.c
 create mode 100644 drivers/mfd/wcd934x.c
 create mode 100644 drivers/regulator/rohm-regulator.c
 create mode 100644 include/linux/mfd/rohm-bd71828.h
 create mode 100644 include/linux/mfd/rohm-shared.h
 create mode 100644 include/linux/mfd/wcd934x/registers.h
 create mode 100644 include/linux/mfd/wcd934x/wcd934x.h

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] MFD for v5.6
  2020-02-03 13:05 [GIT PULL] MFD for v5.6 Lee Jones
@ 2020-02-03 15:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-03 15:15 UTC (permalink / raw)
  To: Lee Jones; +Cc: torvalds, linux-kernel

The pull request you sent on Mon, 3 Feb 2020 13:05:16 +0000:

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

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

Thank you!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-03 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 13:05 [GIT PULL] MFD for v5.6 Lee Jones
2020-02-03 15:15 ` pr-tracker-bot

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.