[linux-yocto] [PATCH 0/9] Backport SMBus/iTCO patches from mainline kernel into linux-yocto-4.1
Tan Jui Nee
jui.nee.tan at intel.com
Tue Mar 22 20:44:11 PDT 2016
Hi Bruce,
The patches are to backport Intel Broxton and Denverton
patches that are available in the mainline Linux kernel.
The following patches are to enable SMBus and iTCO watchdog
drivers support for Intel Broxton and Denverton.
i2c: i801: Create iTCO device on newer Intel PCHs
mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
i2c: i801: Add support for Intel Broxton
The rest of the patches are dependency patches, to ensure
the above patches applied cleanly to the branch.
The patches are targeted to merge into linux-yocto-4.1 on
standard/base branch.
Please review and provide feedback if any.
Thanks and best regards,
Juinee
Jarkko Nikula (1):
i2c: i801: Add support for Intel Broxton
Matt Fleming (2):
mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform
data
watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
Mika Westerberg (3):
i2c: i801: Create iTCO device on newer Intel PCHs
mfd: lpc_ich: Assign subdevice ids automatically
i2c: i801: Add support for Intel DNV
qipeng.zha (3):
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
intel_pmc_ipc: Fix compiler casting warnings
intel_pmc_ipc: Update kerneldoc formatting
MAINTAINERS | 7 +
arch/x86/include/asm/intel_pmc_ipc.h | 55 +++
drivers/i2c/busses/i2c-i801.c | 127 +++++-
drivers/mfd/lpc_ich.c | 40 +-
drivers/platform/x86/Kconfig | 7 +
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/intel_pmc_ipc.c | 779 +++++++++++++++++++++++++++++++++
drivers/watchdog/Kconfig | 3 +-
drivers/watchdog/iTCO_wdt.c | 82 ++--
include/linux/mfd/lpc_ich.h | 6 -
include/linux/platform_data/itco_wdt.h | 19 +
11 files changed, 1078 insertions(+), 48 deletions(-)
create mode 100644 arch/x86/include/asm/intel_pmc_ipc.h
create mode 100644 drivers/platform/x86/intel_pmc_ipc.c
create mode 100644 include/linux/platform_data/itco_wdt.h
--
1.9.1
More information about the linux-yocto
mailing list