[linux-yocto] [PATCH 00/16] Thermal backport on linux-yocto-4.4 bxt-rebase branch

Bruce Ashfield bruce.ashfield at windriver.com
Thu Jun 30 09:56:47 PDT 2016


On 2016-06-29 09:38 PM, Nilesh Bacchewar wrote:
> This patchset backports thermal patches (pmic thermal/rapl/intel_powerclamp)
> to support on linux-yocto-4.4 from 4.7-rcX. These patches have been submitted
> upstream and the approval is in progress, hence may not be final. The patches
> have been rebased on bxt-rebase branch.

There's overlap with another pull request I just merged:

[PATCH 0/7] USB Type C backport on linux-yocto-4.4 bxt-rebase branch

So I've skipped:

acpi/pmic: modify the pen function signature to take bit field
acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC
include/linux/mfd/intel_soc_pmic.h: add new data structures
mfd/intel_soc_pmic_bxtwc: add Intel BXT WhiskeyCove PMIC ADC thermal 
channel-zone
acpi: pmic: intel: add REGS operation region support

The rest are on the bxt-rebase branch. Anything that is still required
can be re-submitted on that base.

Bruce

>
> Bin Gao (2):
>    acpi/pmic: modify the pen function signature to take bit field
>    acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC
>
> Jacob Pan (5):
>    powercap/rapl: reduce ipi calls
>    powercap/rapl: add package reference per domain
>    powercap/rapl: track lead cpu per package
>    powercap/intel_rapl: Add support for Kabylake
>    thermal/powerclamp: remove cpu whitelist
>
> Julia Lawall (1):
>    powercap: constify powercap_zone_ops and powercap_zone_constraint_ops
>      structures
>
> Nilesh Bacchewar (7):
>    gpio: add Intel WhiskeyCove GPIO driver
>    gpio: change member .parent to .dev
>    include/linux/mfd/intel_soc_pmic.h: add new data structures
>    thermal: add Intel BXT WhiskeyCove PMIC thermal driver
>    mfd/intel_soc_pmic_bxtwc: add Intel BXT WhiskeyCove PMIC ADC thermal
>      channel-zone
>    acpi: pmic: intel: add REGS operation region support
>    powercap/rapl: handle missing msrs
>
> Srinivas Pandruvada (1):
>    powercap: intel_rapl: Add missing Haswell model
>
>   drivers/acpi/Kconfig                 |   6 +
>   drivers/acpi/Makefile                |   1 +
>   drivers/acpi/pmic/intel_pmic.c       |  80 ++++++-
>   drivers/acpi/pmic/intel_pmic.h       |   4 +-
>   drivers/acpi/pmic/intel_pmic_bxtwc.c | 424 +++++++++++++++++++++++++++++++++++
>   drivers/acpi/pmic/intel_pmic_crc.c   |   5 +-
>   drivers/gpio/Kconfig                 |  13 ++
>   drivers/gpio/Makefile                |   1 +
>   drivers/gpio/gpio-wcove.c            | 402 +++++++++++++++++++++++++++++++++
>   drivers/mfd/intel_soc_pmic_bxtwc.c   | 109 +++++++++
>   drivers/powercap/intel_rapl.c        | 330 ++++++++++++++++-----------
>   drivers/powercap/powercap_sys.c      |  18 +-
>   drivers/thermal/Kconfig              |  10 +
>   drivers/thermal/Makefile             |   1 +
>   drivers/thermal/intel_pmic_thermal.c | 155 +++++++++++++
>   drivers/thermal/intel_powerclamp.c   |  47 +---
>   include/linux/mfd/intel_soc_pmic.h   |  21 ++
>   include/linux/powercap.h             |   4 +-
>   18 files changed, 1439 insertions(+), 192 deletions(-)
>   create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c
>   create mode 100644 drivers/gpio/gpio-wcove.c
>   create mode 100644 drivers/thermal/intel_pmic_thermal.c
>



More information about the linux-yocto mailing list