[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200726111215.22361-1-konradybcio@gmail.com>
Date: Sun, 26 Jul 2020 13:11:57 +0200
From: Konrad Dybcio <konradybcio@...il.com>
To: konradybcio@...il.com
Cc: martin.botka1@...il.com, Rob Clark <robdclark@...il.com>,
Sean Paul <sean@...rly.run>, David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Kishon Vijay Abraham I <kishon@...com>,
Vinod Koul <vkoul@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Felipe Balbi <balbi@...nel.org>,
Jordan Crouse <jcrouse@...eaurora.org>,
zhengbin <zhengbin13@...wei.com>,
Jeffrey Hugo <jeffrey.l.hugo@...il.com>,
AngeloGioacchino Del Regno <kholk11@...il.com>,
Ben Dooks <ben.dooks@...ethink.co.uk>,
Krzysztof Wilczynski <kw@...ux.com>,
Harigovindan P <harigovi@...eaurora.org>,
Brian Masney <masneyb@...tation.org>,
Sam Ravnborg <sam@...nborg.org>,
Xiaozhe Shi <xiaozhes@...eaurora.org>,
Manu Gautam <mgautam@...eaurora.org>,
linux-arm-msm@...r.kernel.org, dri-devel@...ts.freedesktop.org,
freedreno@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
linux-clk@...r.kernel.org
Subject: [PATCH 0/9] SDM630/36/60 driver enablement
Hi!
This series brings most of the changes that have been
brought to sdm630/636/660 SoCs apart from device tree
part (I cannot add anything unless some [1] smmu quirks
are merged.. blame qcom!)
So far, the platform is shaping up nicely, though some
peripherals seem to be living their own lives (I'm looking
at you, modem!)
The QPNP-REVID driver is taken from downstream but seems to
work fine upstream. I understand it may need some cleaning-up
before it's merged.
Current out-of-tree progress can be seen at [2].
[1] https://patchwork.kernel.org/patch/11643603/
[2] https://github.com/konradybcio/linux/commits/ninges_labs
Konrad Dybcio (8):
clk: qcom: gcc-sdm660: Add missing modem reset
phy: qcom-qusb2: Add support for SDM630/660
drivers: usb: dwc3-qcom: Add sdm660 compatible
drm/msm/dsi: Add phy configuration for SDM630/636/660
drm/msm/mdp5: Add MDP5 configuration for SDM630
drm/msm/dsi: Add DSI configuration for SDM660
drm/msm/mdp5: Add MDP5 configuration for SDM636/660
clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clk
Xiaozhe Shi (1):
soc/qcom: Add REVID driver
.../devicetree/bindings/display/msm/dsi.txt | 1 +
.../bindings/phy/qcom,qusb2-phy.yaml | 1 +
.../bindings/soc/qcom/qcom,qpnp-revid.yaml | 38 ++
.../devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
drivers/clk/qcom/gcc-sdm660.c | 4 +
drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c | 198 ++++++++++
drivers/gpu/drm/msm/dsi/dsi_cfg.c | 21 +
drivers/gpu/drm/msm/dsi/dsi_cfg.h | 1 +
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 +
drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 1 +
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 18 +
drivers/phy/qualcomm/phy-qcom-qusb2.c | 7 +-
drivers/soc/qcom/Kconfig | 9 +
drivers/soc/qcom/Makefile | 1 +
drivers/soc/qcom/qpnp-revid.c | 288 ++++++++++++++
drivers/usb/dwc3/dwc3-qcom.c | 1 +
include/dt-bindings/clock/qcom,gcc-sdm660.h | 1 +
include/linux/qpnp/qpnp-revid.h | 369 ++++++++++++++++++
18 files changed, 961 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,qpnp-revid.yaml
create mode 100644 drivers/soc/qcom/qpnp-revid.c
create mode 100644 include/linux/qpnp/qpnp-revid.h
--
2.27.0
Powered by blists - more mailing lists