This series brings support for the X1E80100/X1P64100-based Microsoft Surface Pro 11.
Patches 7 to 9 are included as RFC as we are unsure of how best to achieve the required functionality, however the implementation is functional. Dale Whinham (6): dt-bindings: display: panel: samsung,atna30dw01: document ATNA30DW01 firmware: qcom: scm: allow QSEECOM on Surface Pro 11 platform/surface: aggregator_registry: Add Surface Pro 11 arm64: dts: qcom: Add support for Surface Pro 11 wifi: ath12k: Add support for disabling rfkill via devicetree arm64: dts: qcom: x1e80100-denali: Disable rfkill for wifi0 Jérôme de Bretagne (3): dt-bindings: arm: qcom: Document Microsoft Surface Pro 11 drm/msm/dp: Work around bogus maximum link rate dt-bindings: wireless: ath12k: Add disable-rfkill property .../devicetree/bindings/arm/qcom.yaml | 1 + .../display/panel/samsung,atna33xc20.yaml | 2 + .../bindings/net/wireless/qcom,ath12k.yaml | 3 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../dts/qcom/x1e80100-microsoft-denali.dts | 1341 +++++++++++++++++ drivers/firmware/qcom/qcom_scm.c | 1 + drivers/gpu/drm/msm/dp/dp_panel.c | 13 + drivers/net/wireless/ath/ath12k/core.c | 3 + .../surface/surface_aggregator_registry.c | 18 + 9 files changed, 1383 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-microsoft-denali.dts -- 2.50.1