[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201214122340.GH26358@zn.tnic>
Date:   Mon, 14 Dec 2020 13:23:40 +0100
From:   Borislav Petkov <bp@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/platform for v5.11
Hi Linus,
please pull the x86/platform drivers pile for v5.11.
Thx.
---
The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:
  Linux 5.10-rc5 (2020-11-22 15:36:08 -0800)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_v5.11
for you to fetch changes up to c9624cb7db1c418cbdc8fd2cde6835f83cd0f8a2:
  x86/platform/uv: Update sysfs documentation (2020-12-07 21:19:20 +0100)
----------------------------------------------------------------
- Add a new uv_sysfs driver and expose read-only information from UV BIOS
(Justin Ernst and Mike Travis)
- The usual set of small fixes.
----------------------------------------------------------------
Dan Carpenter (1):
      x86/platform/uv: Fix an error code in uv_hubs_init()
Justin Ernst (5):
      x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interface
      x86/platform/uv: Add and export uv_bios_* functions
      x86/platform/uv: Add new uv_sysfs platform driver
      x86/platform/uv: Update ABI documentation of /sys/firmware/sgi_uv/
      x86/platform/uv: Update MAINTAINERS for uv_sysfs driver
Mike Travis (5):
      x86/platform/uv: Add kernel interfaces for obtaining system info
      x86/platform/uv: Add sysfs leaves to replace those in procfs
      x86/platform/uv: Add sysfs hubless leaves
      x86/platform/uv: Add deprecated messages to /proc info leaves
      x86/platform/uv: Update sysfs documentation
Zou Wei (1):
      x86/platform/uv: Make uv_pcibus_kset and uv_hubs_kset static
 Documentation/ABI/testing/sysfs-firmware-sgi_uv | 160 +++-
 MAINTAINERS                                     |   6 +
 arch/x86/include/asm/uv/bios.h                  |  51 ++
 arch/x86/include/asm/uv/uv_geo.h                | 103 +++
 arch/x86/kernel/apic/x2apic_uv_x.c              |  23 +-
 arch/x86/platform/uv/Makefile                   |   2 +-
 arch/x86/platform/uv/bios_uv.c                  |  55 ++
 arch/x86/platform/uv/uv_sysfs.c                 |  63 --
 drivers/platform/x86/Kconfig                    |  11 +
 drivers/platform/x86/Makefile                   |   3 +
 drivers/platform/x86/uv_sysfs.c                 | 929 ++++++++++++++++++++++++
 11 files changed, 1327 insertions(+), 79 deletions(-)
 create mode 100644 arch/x86/include/asm/uv/uv_geo.h
 delete mode 100644 arch/x86/platform/uv/uv_sysfs.c
 create mode 100644 drivers/platform/x86/uv_sysfs.c
-- 
Regards/Gruss,
    Boris.
SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg
Powered by blists - more mailing lists
 
