mbox series

[GIT,PULL] Immutable branch with spi in i2c-multi-instantiate changes

Message ID 2062f567-9756-1e13-bb50-89c7211955fd@redhat.com
State New
Headers show
Series [GIT,PULL] Immutable branch with spi in i2c-multi-instantiate changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-serial-multi-instantiate-1

Message

Hans de Goede Feb. 2, 2022, 6:07 p.m. UTC
Hi Takashi, Rafael,

As discussed here is a pull-req for an immutable branch with all the changes
from the "[PATCH v6 0/9] Support Spi in i2c-multi-instantiate driver"
series, including one ALSA change, in case you want to merge this to
avoid conflicts.

Regards,

Hans


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-serial-multi-instantiate-1

for you to fetch changes up to d9c01c530cc5e3b6d5bdfeae12c3d0f33fae7498:

  ACPI / scan: Create platform device for CS35L41 (2022-02-02 18:12:41 +0100)

----------------------------------------------------------------
This branch contains 5.17-rc1 + the SPI tree's spi-acpi-helpers tag +
the other patches from the "[PATCH v6 0/9] Support Spi in
i2c-multi-instantiate driver" series.

----------------------------------------------------------------
Lucas Tanure (4):
      platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver name
      platform/x86: serial-multi-instantiate: Reorganize I2C functions
      ALSA: hda/realtek: Add support for HP Laptops
      ACPI / scan: Create platform device for CS35L41

Stefan Binding (5):
      spi: Make spi_alloc_device and spi_add_device public again
      spi: Create helper API to lookup ACPI info for spi device
      spi: Support selection of the index of the ACPI Spi Resource before alloc
      spi: Add API to count spi acpi resources
      platform/x86: serial-multi-instantiate: Add SPI support

 MAINTAINERS                                     |   4 +-
 drivers/acpi/scan.c                             |  16 +-
 drivers/platform/x86/Kconfig                    |  12 +-
 drivers/platform/x86/Makefile                   |   2 +-
 drivers/platform/x86/i2c-multi-instantiate.c    | 174 ------------
 drivers/platform/x86/serial-multi-instantiate.c | 348 ++++++++++++++++++++++++
 drivers/spi/spi.c                               | 137 ++++++++--
 include/linux/spi/spi.h                         |  20 ++
 sound/pci/hda/patch_realtek.c                   |  43 ++-
 9 files changed, 550 insertions(+), 206 deletions(-)
 delete mode 100644 drivers/platform/x86/i2c-multi-instantiate.c
 create mode 100644 drivers/platform/x86/serial-multi-instantiate.c