[linux-yocto] [PATCH 00/12] MFD : Backport MFD patches to 4.1
Bruce Ashfield
bruce.ashfield at gmail.com
Tue Mar 22 20:33:16 PDT 2016
On Tue, Mar 22, 2016 at 10:25 PM, <weifeng.voon at intel.com> wrote:
> From: "Voon, Weifeng" <weifeng.voon at 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.
>
I've staged the patches. I'll send all the sets of updates out for merging
tomorrow.
Bruce
>
>
> 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20160322/056873fe/attachment.html>
More information about the linux-yocto
mailing list