The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] x86/platform for v5.11
Date: Mon, 14 Dec 2020 13:23:40 +0100	[thread overview]
Message-ID: <20201214122340.GH26358@zn.tnic> (raw)

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

             reply	other threads:[~2020-12-14 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 12:23 Borislav Petkov [this message]
2020-12-14 22:02 ` [GIT PULL] x86/platform for v5.11 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214122340.GH26358@zn.tnic \
    --to=bp@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox