Hi Linus,

Few small fixes for v5.4-rc4. The bunch was in linux-next for few days.
No conflicts with current master.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

  git://git.infradead.org/linux-platform-drivers-x86.git 
tags/platform-drivers-x86-v5.4-3

for you to fetch changes up to 832392db9747b9c95724d37fc6a5dadd3d4ec514:

  platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ provided 
(2019-10-14 15:31:50 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v5.4-3

Users of Intel P-Unit IPC driver might be surprised by harmless warning.
Thus, switch to API which doesn't issue a warning at all.

I²C multi-instantiate driver continues to add slave devices even when IRQ
resource is not found. For devices in the market IRQ resource is mandatory,
so, fail the ->probe() of the parent driver to avoid slaves being probed.

Avoid compiler warning due to unused variable in Classmate laptop driver.

The following is an automated git shortlog grouped by driver:

classmate-laptop:
 -  remove unused variable

i2c-multi-instantiate:
 -  Fail the probe if no IRQ provided

intel_punit_ipc:
 -  Avoid error message when retrieving IRQ

----------------------------------------------------------------
Andy Shevchenko (2):
      platform/x86: intel_punit_ipc: Avoid error message when retrieving IRQ
      platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ provided

yu kuai (1):
      platform/x86: classmate-laptop: remove unused variable

 drivers/platform/x86/classmate-laptop.c      | 12 ------------
 drivers/platform/x86/i2c-multi-instantiate.c |  1 +
 drivers/platform/x86/intel_punit_ipc.c       |  3 +--
 3 files changed, 2 insertions(+), 14 deletions(-)

-- 
With Best Regards,
Andy Shevchenko


Reply via email to