All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] MFD for v5.15
Date: Tue, 7 Sep 2021 14:52:23 +0100	[thread overview]
Message-ID: <YTdulwzbBvdA9kPi@google.com> (raw)

Good afternoon Linus,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cdff1eda69326fb46de10c5454212b3efcf4bb41:

  mfd: lpc_sch: Rename GPIOBASE to prevent build error (2021-09-07 08:44:07 +0100)

----------------------------------------------------------------
 - Core Frameworks
   - Add support for registering devices via MFD cells to Simple MFD (I2C)

 - New Drivers
   - Add support for Renesas Synchronization Management Unit (SMU)

 - New Device Support
   - Add support for N5010 to Intel M10 BMC
   - Add support for Cannon Lake to Intel LPSS ACPI
   - Add support for Samsung SSG{1,2} to ST-Ericsson's U8500 family
   - Add support for TQMx110EB and TQMxE40x to TQ-Systems PLD TQMx86

 - New Functionality
   - Add support for GPIO to Intel LPC ICH
   - Add support for Reset to Texas Instruments TPS65086

 - Fix-ups
   - Trivial, sorting, whitespace, renaming, etc; mt6360-core, db8500-prcmu-regs, tqmx86
   - Device Tree fiddling; syscon, axp20x, qcom,pm8008, ti,tps65086, brcm,cru
   - Use proper APIs for IRQ map resolution; ab8500-core, stmpe, tc3589x, wm8994-irq
   - Pass 'supplied-from' property through axp288_fuel_gauge via swnode
   - Remove unused file entry; MAINTAINERS
   - Make interrupt line optional; tps65086
   - Rename db8500-cpuidle driver symbol; db8500-prcmu
   - Remove support for unused hardware; tqmx86
   - Provide a standard LPC clock frequency for unknown boards; tqmx86
   - Remove unused code; ti_am335x_tscadc
   - Use of_iomap() instead of ioremap(); syscon

 - Bug Fixes
   - Clear GPIO IRQ resource flags when no IRQ is set; tqmx86
   - Fix incorrect/misleading frequencies; db8500-prcmu
   - Mitigate namespace clash with other GPIOBASE users

----------------------------------------------------------------
Alex Bee (1):
      dt-bindings: mfd: syscon: add Rockchip RK3036/RK3228 qos compatibles

Andre Przywara (1):
      dt-bindings: mfd: axp20x: Add AXP305 compatible (plus optional IRQ)

Andy Shevchenko (1):
      mfd: intel-lpss: Add Intel Cannon Lake ACPI IDs

Chris Blake (1):
      mfd: lpc_ich: Enable GPIO driver for DH89xxCC

Emil Renner Berthing (3):
      dt-bindings: mfd: Convert tps65086.txt to YAML
      mfd: tps65086: Make interrupt line optional
      mfd: tps65086: Add cell entry for reset driver

Fei Shao (1):
      mfd: mt6360: Sort regulator resources

Hans de Goede (2):
      mfd: axp20x: Update AXP288 volatile ranges
      mfd: axp20x: Add supplied-from property to axp288_fuel_gauge cell

Hector Martin (1):
      mfd: syscon: Use of_iomap() instead of ioremap()

Lee Jones (1):
      mfd: simple-mfd-i2c: Add support for registering devices via MFD cells

Liang Chen (1):
      dt-bindings: mfd: syscon: Add rk3568 QoS register compatible

Linus Walleij (4):
      mfd: db8500-prcmu: Adjust map to reality
      mfd: db8500-prcmu: Rename register header
      mfd: db8500-prcmu: Handle missing FW variant
      mfd/cpuidle: ux500: Rename driver symbol

Lukas Bulwahn (1):
      MAINTAINERS: Adjust ARM/NOMADIK/Ux500 ARCHITECTURES to file renaming

Marc Zyngier (1):
      mfd: Don't use irq_create_mapping() to resolve a mapping

Martin Hundebøll (1):
      mfd: intel-m10-bmc: Add N5010 variant

Matthias Schiffer (6):
      mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is set
      mfd: tqmx86: Remove incorrect TQMx90UC board ID
      mfd: tqmx86: Fix typo in "platform"
      mfd: tqmx86: Add support for TQMx110EB and TQMxE40x
      mfd: tqmx86: Add support for TQ-Systems DMI IDs
      mfd: tqmx86: Assume 24MHz LPC clock for unknown boards

Min Li (1):
      mfd: Add Renesas Synchronization Management Unit (SMU) support

Rafał Miłecki (1):
      dt-bindings: mfd: Add Broadcom CRU

Randy Dunlap (1):
      mfd: lpc_sch: Rename GPIOBASE to prevent build error

Tang Bin (1):
      mfd: ti_am335x_tscadc: Delete superfluous error message

satya priya (1):
      dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible

 Documentation/devicetree/bindings/mfd/axp20x.txt         |   3 +-
 Documentation/devicetree/bindings/mfd/brcm,cru.yaml      |  86 ++++++++
 Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml   |  13 +-
 Documentation/devicetree/bindings/mfd/syscon.yaml        |   3 +
 Documentation/devicetree/bindings/mfd/ti,tps65086.yaml   | 124 +++++++++++
 Documentation/devicetree/bindings/mfd/tps65086.txt       |  54 -----
 MAINTAINERS                                              |   1 -
 drivers/clk/ux500/u8500_of_clk.c                         |   3 +-
 drivers/cpuidle/cpuidle-ux500.c                          |   2 +-
 drivers/mfd/Kconfig                                      |  28 +++
 drivers/mfd/Makefile                                     |   5 +
 drivers/mfd/ab8500-core.c                                |   2 +-
 drivers/mfd/axp20x.c                                     |  16 +-
 drivers/mfd/{dbx500-prcmu-regs.h => db8500-prcmu-regs.h} |   0
 drivers/mfd/db8500-prcmu.c                               |  25 +--
 drivers/mfd/intel-lpss-acpi.c                            |  18 ++
 drivers/mfd/intel-m10-bmc.c                              |  12 +-
 drivers/mfd/lpc_ich.c                                    |   1 +
 drivers/mfd/lpc_sch.c                                    |   4 +-
 drivers/mfd/mt6360-core.c                                |   8 +-
 drivers/mfd/rsmu.h                                       |  16 ++
 drivers/mfd/rsmu_core.c                                  |  88 ++++++++
 drivers/mfd/rsmu_i2c.c                                   | 203 +++++++++++++++++
 drivers/mfd/rsmu_spi.c                                   | 273 +++++++++++++++++++++++
 drivers/mfd/simple-mfd-i2c.c                             |  41 +++-
 drivers/mfd/simple-mfd-i2c.h                             |  32 +++
 drivers/mfd/stmpe.c                                      |   4 +-
 drivers/mfd/syscon.c                                     |   2 +-
 drivers/mfd/tc3589x.c                                    |   2 +-
 drivers/mfd/ti_am335x_tscadc.c                           |   5 +-
 drivers/mfd/tps65086.c                                   |  22 +-
 drivers/mfd/tqmx86.c                                     |  48 +++-
 drivers/mfd/wm8994-irq.c                                 |   2 +-
 include/linux/mfd/dbx500-prcmu.h                         |   3 +-
 include/linux/mfd/idt82p33_reg.h                         | 112 ++++++++++
 include/linux/mfd/idt8a340_reg.h                         | 729 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/rsmu.h                                 |  36 +++
 37 files changed, 1906 insertions(+), 120 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/brcm,cru.yaml
 create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
 delete mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt
 rename drivers/mfd/{dbx500-prcmu-regs.h => db8500-prcmu-regs.h} (100%)
 create mode 100644 drivers/mfd/rsmu.h
 create mode 100644 drivers/mfd/rsmu_core.c
 create mode 100644 drivers/mfd/rsmu_i2c.c
 create mode 100644 drivers/mfd/rsmu_spi.c
 create mode 100644 drivers/mfd/simple-mfd-i2c.h
 create mode 100644 include/linux/mfd/idt82p33_reg.h
 create mode 100644 include/linux/mfd/idt8a340_reg.h
 create mode 100644 include/linux/mfd/rsmu.h
 
-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

             reply	other threads:[~2021-09-07 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07 13:52 Lee Jones [this message]
2021-09-07 20:14 ` [GIT PULL] MFD for v5.15 pr-tracker-bot

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=YTdulwzbBvdA9kPi@google.com \
    --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.