[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211028211753.573480-1-jaschultzMS@gmail.com>
Date: Thu, 28 Oct 2021 14:17:50 -0700
From: Jarrett Schultz <jaschultzms@...il.com>
To: Rob Herring <robh+dt@...nel.org>, Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Hans de Goede <hdegoede@...hat.com>,
Mark Gross <mgross@...ux.intel.com>,
Maximilian Luz <luzmaximilian@...il.com>
Cc: linux-arm-msm@...r.kernel.org, platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org, Felipe Balbi <balbi@...nel.org>,
Jarrett Schultz <jaschultzMS@...il.com>
Subject: [PATCH 0/3] platform: surface: Introduce Surface XBL Driver
Introduce the Surface Extensible Boot Loader driver for the Surface Duo.
Exposes information about the driver to user space via sysfs.
Jarrett Schultz (3):
dt-bindings: platform: microsoft: Document surface xbl
platform: surface: Add surface xbl
arm64: dts: qcom: surface-duo: Add surface xbl
.../ABI/testing/sysfs-platform-surface-xbl | 78 ++++++
.../platform/microsoft/surface-xbl.yaml | 37 +++
MAINTAINERS | 9 +
.../dts/qcom/sm8150-microsoft-surface-duo.dts | 6 +
drivers/platform/surface/Kconfig | 10 +
drivers/platform/surface/Makefile | 1 +
drivers/platform/surface/surface-xbl.c | 223 ++++++++++++++++++
7 files changed, 364 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-platform-surface-xbl
create mode 100644 Documentation/devicetree/bindings/platform/microsoft/surface-xbl.yaml
create mode 100644 drivers/platform/surface/surface-xbl.c
--
2.25.1
Powered by blists - more mailing lists