[GIT PULL] mfd: Immutable branch between MFD, Base, ACPI and DMA

From: Lee Jones
Date: Tue Jul 28 2015 - 05:00:51 EST


With more explicit $SUBJECT line this time.

Sorry for the noise.

> Enjoy,
>
> The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:
>
> Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-base-acpi-dma-v4.3
>
> for you to fetch changes up to 4b45efe8526359a11ca60a299bef3aebf413fd77:
>
> mfd: Add support for Intel Sunrisepoint LPSS devices (2015-07-28 09:56:47 +0100)
>
> ----------------------------------------------------------------
> Immutable branch between MFD, Base, ACPI and DMA due for v4.3
>
> ----------------------------------------------------------------
> Andy Shevchenko (5):
> klist: implement klist_prev()
> driver core: implement device_for_each_child_reverse()
> mfd: make mfd_remove_devices() iterate in reverse order
> dmaengine: add a driver for Intel integrated DMA 64-bit
> mfd: Add support for Intel Sunrisepoint LPSS devices
>
> Mika Westerberg (2):
> PM / QoS: Make it possible to expose device latency tolerance to userspace
> ACPI / PM: Attach ACPI power domain only once
>
> Rafael J. Wysocki (1):
> Driver core: wakeup the parent device before trying probe
>
> drivers/acpi/device_pm.c | 8 +
> drivers/acpi/internal.h | 2 +
> drivers/acpi/scan.c | 46 ++-
> drivers/base/core.c | 43 +++
> drivers/base/dd.c | 20 ++
> drivers/base/power/power.h | 2 +
> drivers/base/power/qos.c | 37 +++
> drivers/base/power/sysfs.c | 11 +
> drivers/dma/Kconfig | 8 +
> drivers/dma/Makefile | 1 +
> drivers/dma/idma64.c | 710 ++++++++++++++++++++++++++++++++++++++++++
> drivers/dma/idma64.h | 233 ++++++++++++++
> drivers/mfd/Kconfig | 23 ++
> drivers/mfd/Makefile | 3 +
> drivers/mfd/intel-lpss-acpi.c | 84 +++++
> drivers/mfd/intel-lpss-pci.c | 113 +++++++
> drivers/mfd/intel-lpss.c | 524 +++++++++++++++++++++++++++++++
> drivers/mfd/intel-lpss.h | 62 ++++
> drivers/mfd/mfd-core.c | 2 +-
> include/linux/device.h | 2 +
> include/linux/klist.h | 1 +
> include/linux/pm_qos.h | 5 +
> lib/klist.c | 41 +++
> 23 files changed, 1964 insertions(+), 17 deletions(-)
> create mode 100644 drivers/dma/idma64.c
> create mode 100644 drivers/dma/idma64.h
> 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
>

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/