mbox series

[GIT,PULL] Immutable branch containing TPS6594 core (MFD) support due for the v6.5 merge window

Message ID 20230523074416.GA2174496@google.com
State Not Applicable, archived
Headers show
Series [GIT,PULL] Immutable branch containing TPS6594 core (MFD) support due for the v6.5 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-tps6594-core-v6.5

Checks

Context Check Description
robh/checkpatch warning total: 2 errors, 1 warnings, 0 lines checked
robh/patch-applied success

Message

Lee Jones May 23, 2023, 7:44 a.m. UTC
As promised.

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-tps6594-core-v6.5

for you to fetch changes up to 325bec7157b3859b45b9471447f5d130ab8a8723:

  mfd: tps6594: Add driver for TI TPS6594 PMIC (2023-05-18 16:06:14 +0100)

----------------------------------------------------------------
Immutable branch containing TPS6594 core (MFD) support due for the v6.5 merge window

----------------------------------------------------------------
Julien Panis (1):
      mfd: tps6594: Add driver for TI TPS6594 PMIC

 drivers/mfd/Kconfig         |   32 ++
 drivers/mfd/Makefile        |    3 +
 drivers/mfd/tps6594-core.c  |  462 ++++++++++++++++++++
 drivers/mfd/tps6594-i2c.c   |  244 +++++++++++
 drivers/mfd/tps6594-spi.c   |  129 ++++++
 include/linux/mfd/tps6594.h | 1020 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1890 insertions(+)
 create mode 100644 drivers/mfd/tps6594-core.c
 create mode 100644 drivers/mfd/tps6594-i2c.c
 create mode 100644 drivers/mfd/tps6594-spi.c
 create mode 100644 include/linux/mfd/tps6594.h

Comments

gregkh@linuxfoundation.org June 15, 2023, 11:40 a.m. UTC | #1
On Tue, May 23, 2023 at 08:44:16AM +0100, Lee Jones wrote:
> As promised.
> 
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-tps6594-core-v6.5
> 
> for you to fetch changes up to 325bec7157b3859b45b9471447f5d130ab8a8723:
> 
>   mfd: tps6594: Add driver for TI TPS6594 PMIC (2023-05-18 16:06:14 +0100)

Thanks, I've pulled this into my char-misc tree so that I can take the
other patches here.

greg k-h