Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193917
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] mfd: Immutable branch between MFD, Base, ACPI and DMA |
| Date | 2015-07-28 11:10 +0200 |
| Message-ID | <pR93B-4Fp-33@gated-at.bofh.it> (permalink) |
| References | <pQScq-5tI-15@gated-at.bofh.it> <pR8TU-4eR-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-07-27 17:10 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Lee Jones <lee.jones@linaro.org> - 2015-07-27 23:30 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-07-27 23:40 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Lee Jones <lee.jones@linaro.org> - 2015-07-28 09:50 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Lee Jones <lee.jones@linaro.org> - 2015-07-27 23:30 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-07-27 23:30 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Lee Jones <lee.jones@linaro.org> - 2015-07-28 11:00 +0200
Re: [PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT Mika Westerberg <mika.westerberg@linux.intel.com> - 2015-07-28 11:10 +0200
[GIT PULL] mfd: Immutable branch between MFD, Base, ACPI and DMA Lee Jones <lee.jones@linaro.org> - 2015-07-28 11:10 +0200
csiph-web