mbox series

[GIT,PULL] Immutable branch between MFD and x86 due for the v5.11 merge window

Message ID 20201104111723.GC4488@dell
State New
Headers show
Series [GIT,PULL] Immutable branch between MFD and x86 due for the v5.11 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-x86-v5.11

Message

Lee Jones Nov. 4, 2020, 11:17 a.m. UTC
Enjoy!

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-x86-v5.11

for you to fetch changes up to 5ef9998c96b0c99c49c202054586967e609286d2:

  platform/x86: Intel PMT Crashlog capability driver (2020-11-04 11:14:38 +0000)

----------------------------------------------------------------
Immutable branch between MFD and x86 due for the v5.11 merge window

----------------------------------------------------------------
Alexander Duyck (3):
      platform/x86: Intel PMT class driver
      platform/x86: Intel PMT Telemetry capability driver
      platform/x86: Intel PMT Crashlog capability driver

David E. Box (2):
      PCI: Add defines for Designated Vendor-Specific Extended Capability
      mfd: Intel Platform Monitoring Technology support

 Documentation/ABI/testing/sysfs-class-intel_pmt | 119 +++++++++
 MAINTAINERS                                     |   6 +
 drivers/mfd/Kconfig                             |  10 +
 drivers/mfd/Makefile                            |   1 +
 drivers/mfd/intel_pmt.c                         | 223 ++++++++++++++++
 drivers/platform/x86/Kconfig                    |  34 +++
 drivers/platform/x86/Makefile                   |   3 +
 drivers/platform/x86/intel_pmt_class.c          | 297 +++++++++++++++++++++
 drivers/platform/x86/intel_pmt_class.h          |  52 ++++
 drivers/platform/x86/intel_pmt_crashlog.c       | 328 ++++++++++++++++++++++++
 drivers/platform/x86/intel_pmt_telemetry.c      | 160 ++++++++++++
 include/uapi/linux/pci_regs.h                   |   5 +
 12 files changed, 1238 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-class-intel_pmt
 create mode 100644 drivers/mfd/intel_pmt.c
 create mode 100644 drivers/platform/x86/intel_pmt_class.c
 create mode 100644 drivers/platform/x86/intel_pmt_class.h
 create mode 100644 drivers/platform/x86/intel_pmt_crashlog.c
 create mode 100644 drivers/platform/x86/intel_pmt_telemetry.c

Comments

Hans de Goede Nov. 9, 2020, 10:39 a.m. UTC | #1
Hi,

On 11/4/20 12:17 PM, Lee Jones wrote:
> Enjoy!
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-x86-v5.11
> 
> for you to fetch changes up to 5ef9998c96b0c99c49c202054586967e609286d2:
> 
>   platform/x86: Intel PMT Crashlog capability driver (2020-11-04 11:14:38 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and x86 due for the v5.11 merge window

Thank you I've merged this into my review-hans (future for-next) branch of:
git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

Regards,

Hans



> 
> ----------------------------------------------------------------
> Alexander Duyck (3):
>       platform/x86: Intel PMT class driver
>       platform/x86: Intel PMT Telemetry capability driver
>       platform/x86: Intel PMT Crashlog capability driver
> 
> David E. Box (2):
>       PCI: Add defines for Designated Vendor-Specific Extended Capability
>       mfd: Intel Platform Monitoring Technology support
> 
>  Documentation/ABI/testing/sysfs-class-intel_pmt | 119 +++++++++
>  MAINTAINERS                                     |   6 +
>  drivers/mfd/Kconfig                             |  10 +
>  drivers/mfd/Makefile                            |   1 +
>  drivers/mfd/intel_pmt.c                         | 223 ++++++++++++++++
>  drivers/platform/x86/Kconfig                    |  34 +++
>  drivers/platform/x86/Makefile                   |   3 +
>  drivers/platform/x86/intel_pmt_class.c          | 297 +++++++++++++++++++++
>  drivers/platform/x86/intel_pmt_class.h          |  52 ++++
>  drivers/platform/x86/intel_pmt_crashlog.c       | 328 ++++++++++++++++++++++++
>  drivers/platform/x86/intel_pmt_telemetry.c      | 160 ++++++++++++
>  include/uapi/linux/pci_regs.h                   |   5 +
>  12 files changed, 1238 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-class-intel_pmt
>  create mode 100644 drivers/mfd/intel_pmt.c
>  create mode 100644 drivers/platform/x86/intel_pmt_class.c
>  create mode 100644 drivers/platform/x86/intel_pmt_class.h
>  create mode 100644 drivers/platform/x86/intel_pmt_crashlog.c
>  create mode 100644 drivers/platform/x86/intel_pmt_telemetry.c
>