From: "Voon, Weifeng" <weifeng.v...@intel.com>

This "MFD" patches needed to backport for Apollo Lake/Broxton

This patches are from mainline and will have dependencies on the previous
2 patches title: 
"device property : Backport device property patches to 4.1"
"device property : More backport device property patches to 4.1"

The patches are targeted for linux-yocto-4.1 on standard/base branch.


Andy Shevchenko (7):
  mfd: Add support for Intel Sunrisepoint LPSS devices
  mfd: intel-lpss: Use writeq() helper
  mfd: lpss: Add Intel Broxton PCI IDs
  mfd: intel-lpss: Pass HSUART configuration via properties
  driver core: implement device_for_each_child_reverse()
  klist: implement klist_prev()
  mfd: core: propagate device properties to sub devices drivers

Mika Westerberg (5):
  mfd: lpss: Add Broxton ACPI IDs
  mfd: intel-lpss: Add support for passing device properties
  mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
  PM / QoS: Make it possible to expose device latency tolerance to
    userspace
  driver core: platform: Add support for built-in device properties

 drivers/base/core.c             |  43 ++++
 drivers/base/platform.c         |  25 ++
 drivers/base/power/power.h      |   2 +
 drivers/base/power/qos.c        |  37 +++
 drivers/base/power/sysfs.c      |  11 +
 drivers/mfd/Kconfig             |  23 ++
 drivers/mfd/Makefile            |   3 +
 drivers/mfd/intel-lpss-acpi.c   | 115 +++++++++
 drivers/mfd/intel-lpss-pci.c    | 186 ++++++++++++++
 drivers/mfd/intel-lpss.c        | 528 ++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/intel-lpss.h        |  64 +++++
 drivers/mfd/mfd-core.c          |   7 +
 include/linux/device.h          |   2 +
 include/linux/klist.h           |   1 +
 include/linux/mfd/core.h        |   5 +
 include/linux/platform_device.h |   5 +
 include/linux/pm_qos.h          |   5 +
 lib/klist.c                     |  41 ++++
 18 files changed, 1103 insertions(+)
 create mode 100644 drivers/mfd/intel-lpss-acpi.c
 create mode 100644 drivers/mfd/intel-lpss-pci.c
 create mode 100644 drivers/mfd/intel-lpss.c
 create mode 100644 drivers/mfd/intel-lpss.h

-- 
1.9.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to