On Thu, Feb 25, 2021 at 02:13:01PM -0800, Douglas Anderson wrote:
> Let's avoid a bit of duplication by pushing this up to the trogdor.dtsi
> file.
>
> Signed-off-by: Douglas Anderson
Reviewed-by: Matthias Kaehlcke
-off-by: Stephen Boyd
> Signed-off-by: Douglas Anderson
Reviewed-by: Matthias Kaehlcke
bled for all trogdor.
>
> Cc: Tomasz Figa
> Signed-off-by: Stephen Boyd
> [dianders:adjusted since no coachz upstream yet]
> Signed-off-by: Douglas Anderson
Reviewed-by: Matthias Kaehlcke
M Stan
> [dianders: adjusted since coachz isn't upstream yet]
> Signed-off-by: Douglas Anderson
We have essentially the same patch downstream, so I suppose the AP FW
indeed takes care of configuring the FP pins as needed :)
Reviewed-by; Matthias Kaehlcke
On Thu, Feb 25, 2021 at 02:13:05PM -0800, Douglas Anderson wrote:
> From: Venkata Lakshmi Narayana Gubba
>
> Removed voting for RPMH_RF_CLK2 which is not required as it is
> getting managed by BT SoC through SW_CTRL line.
>
> Cc: Matthias Kaehlcke
> Signed-off-by: Ven
7;GO_LAZOR' BDF variant, so this must be awesome!
Reviewed-by: Matthias Kaehlcke
istributed, but since a few
> people have them we might as well. If it ever causes problems we
> can delete it.
>
> Cc: Stephen Boyd
> Signed-off-by: Douglas Anderson
Reviewed-by: Matthias Kaehlcke
ut upstream.
> - I remove sound node since sound hasn't landed upstream yet.
> - In incorporate the pending <https://crrev.com/c/2719075> for the
> keyboard.
>
> Cc: Philip Chen
> Cc: Matthias Kaehlcke
> Cc: Stephen Boyd
> Cc: Tzung-Bi Shih
> Cc: Judy Hsia
ove sound node since sound hasn't landed upstream yet.
>
> Cc: Gwendal Grignou
> Cc: Matthias Kaehlcke
> Cc: Stephen Boyd
> Cc: Tzung-Bi Shih
> Cc: Judy Hsiao
> Signed-off-by: Douglas Anderson
> ---
Matches downstream except for the sound node and -rev0, whic
For disabled paths the 'interconnect_summary' in debugfs currently shows
the orginally requested bandwidths. This is confusing, since the bandwidth
requests aren't active. Instead show the bandwidths for disabled
paths/requests as zero.
Signed-off-by: Matthias Kaehlcke
---
drive
On Tue, Jul 28, 2020 at 04:49:05PM +0530, sbh...@codeaurora.org wrote:
> On 2020-07-28 00:40, Matthias Kaehlcke wrote:
> > Hi,
> >
> > On Mon, Jul 27, 2020 at 12:20:38PM +0530, sbh...@codeaurora.org wrote:
> > > On 2020-07-24 22:40, Matthias Kaehlcke wrote:
> &
ndle freq = 0 to drop
> performance votes")
> Reported-by: Sajida Bhanu
> Signed-off-by: Rajendra Nayak
Tested-by: Matthias Kaehlcke
Originally-reported-by: Matthias Kaehlcke
https://patchwork.kernel.org/patch/11675369/#23514895 :P
On Wed, Aug 12, 2020 at 04:26:08PM +0530, sbh...@codeaurora.org wrote:
> On 2020-08-11 22:38, Matthias Kaehlcke wrote:
> > On Tue, Jul 28, 2020 at 04:49:05PM +0530, sbh...@codeaurora.org wrote:
> > > On 2020-07-28 00:40, Matthias Kaehlcke wrote:
> > > > Hi,
> >
On Wed, Aug 19, 2020 at 07:19:25PM +0530, ska...@codeaurora.org wrote:
> On 2020-08-17 23:31, Matthias Kaehlcke wrote:
> > On Fri, Jul 24, 2020 at 09:28:01AM +0530, satya priya wrote:
> > > Add sleep pin ctrl for BT uart, and also change the bias
> > > configuratio
On Sat, Nov 28, 2020 at 08:01:31AM +0530, mgau...@codeaurora.org wrote:
> Hi,
>
>
> On 2020-10-28 02:07, Sandeep Maheswaram wrote:
> > Avoiding phy powerdown in host mode so that it can be woken up by
> > devices.
> > Added hs_phy_mode flag to check connection status and set phy mode
> > and conf
> + dwc->hs_phy_mode |= PHY_MODE_USB_HOST_LS;
> +
> + if (DEV_SUPERSPEED(reg))
> + ss_phy_mode |= PHY_MODE_USB_HOST_SS;
> + }
> + }
> + phy_set_mode(dwc->usb2_generic_phy, dwc->hs_phy_mode);
> + phy_set_mode(dwc->usb3_generic_phy, ss_phy_mode);
> +}
> +
> +int xhci_dwc3_suspend_quirk(struct usb_hcd *hcd)
> +{
> + dwc3_set_phy_mode(hcd);
> + return 0;
> +}
> +
> void dwc3_host_exit(struct dwc3 *dwc)
> {
> platform_device_unregister(dwc->xhci);
Other than the nit:
Reviewed-by: Matthias Kaehlcke
On Wed, Oct 28, 2020 at 02:08:01AM +0530, Sandeep Maheswaram wrote:
> Configure interrupts based on hs_phy_mode to avoid triggering of
> interrupts during system suspend and suspends successfully.
> Set genpd active wakeup flag for usb gdsc if wakeup capable devices
> are connected so that wake up
labels for CPU zones are added for now.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64/boot/dts/qcom/sc7180.dtsi | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi
b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 22
On Wed, Mar 24, 2021 at 03:48:35PM +0530, Roja Rani Yarubandi wrote:
> This reverts commit 048eb908a1f2 ("soc: qcom-geni-se: Add interconnect
> support to fix earlycon crash")
>
> ICC core and platforms drivers supports sync_state feature, which
> ensures that the default ICC BW votes from the boo
ot;) in the intro.
I tried to test by first reproducing the original issue without
'sync_state' in the ICC, but wasn't successful, probably something
changed in the boot/ICC timing in the meantime ¯\_(ツ)_/¯.
Reviewed-by: Matthias Kaehlcke
gt;
> Signed-off-by: Roja Rani Yarubandi
> Signed-off-by: Akash Asthana
Reviewed-by: Matthias Kaehlcke
On Wed, Mar 17, 2021 at 04:31:41PM +0530, Sandeep Maheswaram wrote:
> Add nodes for DWC3 USB controller, QMP and HS USB PHYs.
>
> Signed-off-by: Sandeep Maheswaram
> ---
> arch/arm64/boot/dts/qcom/sc7280-idp.dts | 39 +
> arch/arm64/boot/dts/qcom/sc7280.dtsi| 149
>
35] gcc_disp_hf_axi_clk already unprepared
Tested-by: Matthias Kaehlcke
On Mon, Mar 22, 2021 at 11:01:17PM +0530, Sandeep Maheswaram wrote:
> Avoiding phy powerdown when wakeup capable devices are connected.
>
> Signed-off-by: Sandeep Maheswaram
> ---
> drivers/usb/dwc3/core.c | 8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/
On Mon, Mar 22, 2021 at 11:01:18PM +0530, Sandeep Maheswaram wrote:
> Adding suspend quirk function for dwc3 host which will be called
> during xhci suspend.
> Setting hs_phy_mode, ss_phy_mode , phy_power_off flags and phy mode
> during host suspend.
>
> Signed-off-by: Sandeep Maheswaram
> ---
>
On Tue, Mar 23, 2021 at 01:11:18PM +0100, Greg Kroah-Hartman wrote:
> On Mon, Mar 22, 2021 at 11:01:19PM +0530, Sandeep Maheswaram wrote:
> > Configure interrupts based on hs_phy_mode to avoid triggering of
> > interrupts during system suspend and suspends successfully.
> > Set genpd active wakeup
On Tue, Mar 23, 2021 at 05:49:14PM -0700, Matthias Kaehlcke wrote:
> On Tue, Mar 23, 2021 at 01:11:18PM +0100, Greg Kroah-Hartman wrote:
> > On Mon, Mar 22, 2021 at 11:01:19PM +0530, Sandeep Maheswaram wrote:
> > > Configure interrupts based on hs_phy_mode to avoid triggering o
em. Disable the charger thermal zone for
them too.
This series is based on v2 of the 'arm64: dts: qcom: Update
sc7180-trogdor variants from downstream' series
(https://patchwork.kernel.org/project/linux-arm-msm/list/?series=440315)
Matthias Kaehlcke (4):
arm64: dts: qcom: sc7180: laz
CoachZ rev1 and rev2 are stuffed with a 47k NTC as thermistor for the
charger temperature which currently isn't supported by the PM6150 ADC
driver. Disable the charger thermal zone to avoid the use of bogus
temperature values.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64/boot/dts
Pompom rev1 and rev2 are stuffed with a 47k NTC as thermistor for the
charger temperature which currently isn't supported by the PM6150 ADC
driver. Disable the charger thermal zone to avoid the use of bogus
temperature values.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64/boot/dts
newer ones that use a
supported thermistor. Finally the thermistor won't be changed
on newer revisions, hence the thermal zone should be disabled
for all lazor (and limozeen) revisions. Instead of disabling
it per revision do it once in the shared .dtsi for lazor.
Signed-off-by: Matthias Kaehl
The only kernel visible change with respect to rev2 is that pompom
rev3 changed the charger thermistor from a 47k to a 100k NTC to use
a thermistor which is supported by the PM6150 ADC driver.
Signed-off-by: Matthias Kaehlcke
---
.../dts/qcom/sc7180-trogdor-pompom-r2-lte.dts | 4 +-
.../dts
device
is connected when suspending, and power it off otherwise.
Changes in v6:
- updated summary
Changes in v5:
- cover letter added
Matthias Kaehlcke (5):
dt-bindings: usb: Add binding for Realtek RTS5411 hub controller
USB: misc: Add onboard_usb_hub driver
of/platform: Add
2.0 and another for USB 3.x).
Note: the driver currently only works with hubs connected directly
to a root hub, but it could be extended to support other
configurations if needed.
Co-developed-by: Ravi Chandra Sadineni
Signed-off-by: Ravi Chandra Sadineni
Signed-off-by: Matthias Kaehlcke
---
Ope
Code for platform_device_create() and of_platform_device_create() is
only generated if CONFIG_OF_ADDRESS=y. Add stubs to avoid unresolved
symbols when CONFIG_OF_ADDRESS is not set.
Signed-off-by: Matthias Kaehlcke
---
Changes in v6:
- patch added to the series
include/linux/of_platform.h | 22
The Realtek RTS5411 is a USB 3.0 hub controller with 4 ports.
This initial version of the binding only describes USB related
aspects of the RTS5411, it does not cover the option of
connecting the controller as an i2c slave.
Signed-off-by: Matthias Kaehlcke
---
Changes in v6:
- Realtek binding
). Further the
platform device is only created when CONFIG_USB_ONBOARD_HUB=y/m.
Signed-off-by: Matthias Kaehlcke
---
Changes in v6:
- none
Changes in v5:
- patch added to the series
drivers/usb/host/xhci-plat.c | 16
include/linux/usb/hcd.h | 2 ++
2 files changed, 18
Add nodes for the onboard USB hub on trogdor devices. Remove the
'always-on' and 'boot-on' properties from the hub regulator, since
the regulator is now managed by the onboard_usb_hub driver.
Signed-off-by: Matthias Kaehlcke
---
Changes in v6:
- added 'companion-hub
On Fri, Mar 05, 2021 at 10:36:49AM -0800, Doug Anderson wrote:
> Hi,
>
> On Thu, Mar 4, 2021 at 10:04 AM Matthias Kaehlcke wrote:
> >
> > Commit f73558cc83d1 ("arm64: dts: qcom: sc7180: Disable charger
> > thermal zone for lazor") disables the charge
On Fri, Mar 05, 2021 at 10:48:16AM -0800, Doug Anderson wrote:
> Hi,
>
> On Thu, Mar 4, 2021 at 10:04 AM Matthias Kaehlcke wrote:
> >
> > The only kernel visible change with respect to rev2 is that pompom
> > rev3 changed the charger thermistor from a 47k to a 100k
On Fri, Mar 05, 2021 at 10:50:12AM -0800, Doug Anderson wrote:
> Hi,
>
> On Thu, Mar 4, 2021 at 10:04 AM Matthias Kaehlcke wrote:
> >
> > CoachZ rev1 and rev2 are stuffed with a 47k NTC as thermistor for the
> > charger temperature which currently isn't suppor
On Thu, Mar 25, 2021 at 10:50:57AM +0530, ska...@codeaurora.org wrote:
> Hi Matthias,
>
> On 2021-03-22 23:04, Matthias Kaehlcke wrote:
> > Hi Satya,
> >
> > On Mon, Mar 22, 2021 at 06:50:47PM +0530, ska...@codeaurora.org wrote:
> > > Hi Matthias,
> &
On Wed, Mar 31, 2021 at 05:35:36PM +0530, satya priya wrote:
> Add support for PM7325/PMR735A regulators. This ensures
> that consumers are able to modify the physical state of PMIC
> regulators.
>
> Signed-off-by: satya priya
Reviewed-by: Matthias Kaehlcke
On Wed, Mar 31, 2021 at 05:35:37PM +0530, satya priya wrote:
> Add regulator devices for SC7280 as RPMh regulators. This ensures
> that consumers are able to modify the physical state of PMIC
> regulators.
>
> Signed-off-by: satya priya
Reviewed-by: Matthias Kaehlcke
I did
On Fri, Mar 19, 2021 at 08:12:40AM -0700, Doug Anderson wrote:
> Hi,
>
> On Mon, Mar 15, 2021 at 6:15 PM Matthias Kaehlcke wrote:
> >
> > The only kernel visible change with respect to rev2 is that pompom
> > rev3 changed the charger thermistor from a 47k to a 100k
newer ones that use a
supported thermistor. Finally the thermistor won't be changed
on newer revisions, hence the thermal zone should be disabled
for all lazor (and limozeen) revisions. Instead of disabling
it per revision do it once in the shared .dtsi for lazor.
Signed-off-by: Matthias Kaehlc
em. Disable the charger thermal zone for
them too.
This series is based on v2 of the 'arm64: dts: qcom: Update
sc7180-trogdor variants from downstream' series
(https://patchwork.kernel.org/project/linux-arm-msm/list/?series=440315)
(no changes since v1)
Matthias Kaehlcke (3):
arm64:
from the unsupported thermistor.
Signed-off-by: Matthias Kaehlcke
Reviewed-by: Douglas Anderson
---
Changes in v4:
- added missing '&' to phandle in rev1
- added Reviewed-by tag from Doug
Changes in v3:
- don't add LOCK key
Changes in v2:
- moved keyboard definitio
bogus temperature values.
This also gets rid of the explicit DT files for rev2 and handles
rev2 in the rev1 .dts instead. There was some back and forth
downstream involving the 'dmic_clk_en' pin, after that was sorted
out the DT for rev1 and rev2 is the same.
Signed-off-by: Matthias Kaehlc
Hi Satya,
On Mon, Mar 22, 2021 at 06:50:47PM +0530, ska...@codeaurora.org wrote:
> Hi Matthias,
>
> On 2021-03-13 02:10, Matthias Kaehlcke wrote:
> > Hi Satya,
> >
> > On Thu, Mar 11, 2021 at 04:10:29PM +0530, satya priya wrote:
> > > Add PM7325/PM8350C/PMK
> in the dtsi.
>
> Cc: Srinivasa Rao Mandadapu
> Cc: Ajit Pandey
> Cc: Judy Hsiao
> Cc: Cheng-Yi Chiang
> Cc: Stephen Boyd
> Cc: Matthias Kaehlcke
> Signed-off-by: Douglas Anderson
Reviewed-by: Matthias Kaehlcke
On Mon, Mar 15, 2021 at 01:39:31PM -0700, Douglas Anderson wrote:
> Match what's downstream for this board.
>
> Cc: Srinivasa Rao Mandadapu
> Cc: Ajit Pandey
> Cc: Judy Hsiao
> Cc: Cheng-Yi Chiang
> Cc: Stephen Boyd
> Cc: Matthias Kaehlcke
> Signed-off-by
On Mon, Mar 15, 2021 at 02:48:46PM -0700, Doug Anderson wrote:
> Hi,
>
> On Fri, Mar 12, 2021 at 10:32 AM Matthias Kaehlcke wrote:
> >
> > Commit f73558cc83d1 ("arm64: dts: qcom: sc7180: Disable charger
> > thermal zone for lazor") disables the charge
On Mon, Mar 15, 2021 at 02:48:55PM -0700, Doug Anderson wrote:
> Hi,
>
> On Fri, Mar 12, 2021 at 10:32 AM Matthias Kaehlcke wrote:
> >
> > + linux,keymap = <
> > + MATRIX_KEY(0x00, 0x02, KEY_BACK)
> > +
On Mon, Mar 15, 2021 at 02:49:04PM -0700, Doug Anderson wrote:
> Hi,
>
> On Fri, Mar 12, 2021 at 10:32 AM Matthias Kaehlcke wrote:
> >
> > CoachZ rev3 uses a 100k NTC thermistor for the charger temperatures,
> > instead of the 47k NTC that is stuffed in earlier revisi
bogus temperature values.
This also gets rid of the explicit DT files for rev2 and handles
rev2 in the rev1 .dts instead. There was some back and forth
downstream involving the 'dmic_clk_en' pin, after that was sorted
out the DT for rev1 and rev2 is the same.
Signed-off-by: Ma
newer ones that use a
supported thermistor. Finally the thermistor won't be changed
on newer revisions, hence the thermal zone should be disabled
for all lazor (and limozeen) revisions. Instead of disabling
it per revision do it once in the shared .dtsi for lazor.
Signed-off-by: Matthias Kaehlc
em. Disable the charger thermal zone for
them too.
This series is based on v2 of the 'arm64: dts: qcom: Update
sc7180-trogdor variants from downstream' series
(https://patchwork.kernel.org/project/linux-arm-msm/list/?series=440315)
(no changes since v1)
Matthias Kaehlcke (3):
arm64:
from the unsupported thermistor.
Signed-off-by: Matthias Kaehlcke
---
Changes in v3:
- don't add LOCK key
Changes in v2:
- moved keyboard definition to sc7180-trogdor-pompom.dtsi instead
of duplicating it, use cros-ec keyboard for rev1
- squashed with 'arm64: dts: qcom: sc7180: pompo
Subject: dt-bindings: regulator: Convert regulator bindings to YAML format
Make sure to mention that this is about the RPMh regulators, not the
general regulator binding which was already converted.
On Mon, Mar 15, 2021 at 07:24:13PM +0530, satya priya wrote:
> Convert regulator bindings from .tx
On Mon, Mar 15, 2021 at 07:24:10PM +0530, satya priya wrote:
> Add pmic5_ftsmps520 buck as this is required for PM7325
> and PMR735A PMICs.
>
> Signed-off-by: satya priya
Reviewed-by: Matthias Kaehlcke
On Mon, Mar 15, 2021 at 07:24:11PM +0530, satya priya wrote:
> Add support for PM7325/PMR735A regulators. This ensures
> that consumers are able to modify the physical state of PMIC
> regulators.
>
> Signed-off-by: satya priya
> ---
> Changes in V2:
> - No change.
>
> drivers/regulator/qcom-rp
On Mon, Mar 15, 2021 at 07:24:12PM +0530, satya priya wrote:
> Add regulator devices for SC7280 as RPMh regulators. This ensures
> that consumers are able to modify the physical state of PMIC
> regulators.
>
> Signed-off-by: satya priya
> ---
> Changes in V2:
> - Corrected the indentation for "c
On Mon, Mar 15, 2021 at 07:24:14PM +0530, satya priya wrote:
> Add PM7325/PMR735A compatibles for Qualcomm SC7280 platform.
>
> Signed-off-by: satya priya
> Acked-by: Rob Herring
Reviewed-by: Matthias Kaehlcke
bogus temperature values.
Signed-off-by: Matthias Kaehlcke
---
.../dts/qcom/sc7180-trogdor-coachz-r1.dts | 9 +++
.../boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 63 +++
2 files changed, 72 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts
b
On Fri, Apr 16, 2021 at 03:31:51PM +0530, Sandeep Maheswaram wrote:
> Adding helper functions to enable,disable wake irqs to make
> the code simple and readable.
>
> Signed-off-by: Sandeep Maheswaram
Reviewed-by: Matthias Kaehlcke
On Fri, Apr 16, 2021 at 03:31:49PM +0530, Sandeep Maheswaram wrote:
> Subject: usb: dwc3: host: Add suspend_quirk for dwc3 host
>
> Adding suspend quirk function for dwc3 host which will be called
> during xhci suspend.
> Setting hs_phy_mode, ss_phy_mode , phy_power_off flags and phy mode
> during
;
> Signed-off-by: Sandeep Maheswaram
Reviewed-by: Matthias Kaehlcke
eup_irq(qcom->dm_hs_phy_irq);
> + else {
> + dwc3_qcom_enable_wakeup_irq(qcom->dp_hs_phy_irq);
> + dwc3_qcom_enable_wakeup_irq(qcom->dm_hs_phy_irq);
> + }
ditto
> dwc3_qcom_enable_wakeup_irq(qcom->ss_phy_irq);
> }
Other than the nits:
Reviewed-by: Matthias Kaehlcke
On Fri, Apr 16, 2021 at 03:31:53PM +0530, Sandeep Maheswaram wrote:
> Subject: usb: dwc3: qcom: Set genpd active wakeup flag for usb gdsc
>
> Set genpd active wakeup flag for usb gdsc if wakeup capable devices
> are connected so that wake up happens without reenumeration.
Better describe things a
.yaml
> @@ -16,6 +16,7 @@ properties:
>- qcom,msm8996-dwc3
>- qcom,msm8998-dwc3
>- qcom,sc7180-dwc3
> + - qcom,sc7280-dwc3
>- qcom,sdm845-dwc3
>- qcom,sdx55-dwc3
> - qcom,sm8150-dwc3
Reviewed-by: Matthias Kaehlcke
tation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> @@ -16,6 +16,7 @@ properties:
>compatible:
> enum:
>- qcom,usb-snps-hs-7nm-phy
> + - qcom,sc7280-usb-hs-phy
>- qcom,sm8150-usb-hs-phy
>- qcom,sm8250-usb-hs-phy
> - qcom,sm8350-usb-hs-phy
Reviewed-by: Matthias Kaehlcke
GPM940B0 3.0" QVGA TFT LCD panel
>- giantplus,gpm940b0
> +# A panel connected to a google,pompom board. Panel is guaranteed to
> +# confirm to google,pompom-panel power sequencing requirements and
> then
s/confirm/conform/ ?
> +# the specific panel will be probed via EDID.
> + - google,pompom-panel
> # HannStar Display Corp. HSD070PWW1 7.0" WXGA TFT LCD panel
>- hannstar,hsd070pww1
> # HannStar Display Corp. HSD100PXN1 10.1" XGA LVDS panel
FWIW:
Reviewed-by: Matthias Kaehlcke
On Thu, Apr 01, 2021 at 02:43:12PM +0530, satya priya wrote:
> subject: arm64: dts: qcom: pm7325: Add PMIC peripherals for pm7325
nit: maybe just 'arm64: dts: qcom: Add pm7325 support/.dtsi' or similar?
> Add temp-alarm and GPIO support for pm7325.
nit: it's more than that, you are adding the .
On Thu, Apr 01, 2021 at 02:43:14PM +0530, satya priya wrote:
> subject: arm64: dts: qcom: pmk8350: Add PMIC peripherals for pmk8350
same nit as for 1/5: maybe just 'arm64: dts: qcom: Add pml7350 support/.dtsi'
or similar since this adds the initial .dtsi for the pmk8350?
> Add PON, GPIO, RTC and
Same comments as '[1/5] arm64: dts: qcom: pm7325: Add PMIC peripherals
for pm7325', plus another nit:
'[3/5] arm64: dts: qcom: pmk8350: Add PMIC peripherals for pmk8350' has
an ADC config for the die temperature of the pmr735a, hence it seems this
patch should be before the 'pmk8350' one in this s
On Fri, Apr 02, 2021 at 10:35:54AM -0700, Matthias Kaehlcke wrote:
> On Thu, Apr 01, 2021 at 02:43:12PM +0530, satya priya wrote:
>
> > subject: arm64: dts: qcom: pm7325: Add PMIC peripherals for pm7325
>
> nit: maybe just 'arm64: dts: qcom: Add pm7325 support/.dtsi'
device
is connected when suspending, and power it off otherwise.
Changes in v7:
- series rebased on qcom/arm64-for-5.13
Changes in v6:
- updated summary
Changes in v5:
- cover letter added
Matthias Kaehlcke (5):
dt-bindings: usb: Add binding for Realtek RTS5411 hub controller
USB:
The Realtek RTS5411 is a USB 3.0 hub controller with 4 ports.
This initial version of the binding only describes USB related
aspects of the RTS5411, it does not cover the option of
connecting the controller as an i2c slave.
Signed-off-by: Matthias Kaehlcke
---
Changes in v7:
- added type ref
2.0 and another for USB 3.x).
Note: the driver currently only works with hubs connected directly
to a root hub, but it could be extended to support other
configurations if needed.
Co-developed-by: Ravi Chandra Sadineni
Signed-off-by: Ravi Chandra Sadineni
Signed-off-by: Matthias Kaehlcke
---
Code for platform_device_create() and of_platform_device_create() is
only generated if CONFIG_OF_ADDRESS=y. Add stubs to avoid unresolved
symbols when CONFIG_OF_ADDRESS is not set.
Signed-off-by: Matthias Kaehlcke
---
Changes in v7:
- none
Changes in v6:
- patch added to the series
include
). Further the
platform device is only created when CONFIG_USB_ONBOARD_HUB=y/m.
Signed-off-by: Matthias Kaehlcke
---
Changes in v7:
- none
Changes in v6:
- none
Changes in v5:
- patch added to the series
drivers/usb/host/xhci-plat.c | 16
include/linux/usb/hcd.h | 2 ++
2
Add nodes for the onboard USB hub on trogdor devices. Remove the
'always-on' and 'boot-on' properties from the hub regulator, since
the regulator is now managed by the onboard_usb_hub driver.
Signed-off-by: Matthias Kaehlcke
---
Changes in v7:
- rebased on qcom/arm64-for-5.
> Subject: [PATCH v6 0/5] USB: misc: Add onboard_usb_hub driver
Argh, that should have been v7 :/ Not sure if it's worth/required to
resend.
On Mon, Apr 05, 2021 at 01:18:12PM -0700, Matthias Kaehlcke wrote:
> This series adds:
> - the onboard_usb_hub_driver
> - glue in the xh
Lazor rev3 and older are stuffed with a 47k NTC thermistor for the
charger temperature which currently isn't supported by the PM6150 ADC
driver. A supported thermistor is used in rev4 and later revisions.
Add rev4 .dts files to be able to account for this.
Signed-off-by: Matthias Kae
Lazor rev3 and older are stuffed with a 47k NTC as thermistor for
the charger temperature which currently isn't supported by the
PM6150 ADC driver. Delete the charger thermal zone and ADC channel
to avoid the use of bogus temperature values.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64
alues.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
index 07c8b2c926c0..fa996387715b 100644
On Fri, Feb 19, 2021 at 09:05:32AM -0600, Rob Herring wrote:
> On Wed, Feb 17, 2021 at 7:33 PM Matthias Kaehlcke wrote:
> >
> > Hi Rob,
> >
> > thanks for your review!
> >
> > On Wed, Feb 17, 2021 at 03:04:41PM -0600, Rob Herring wrote:
> > > On
e earlier revisions also allocated the GPIO to the
purpose of controlling the power switch, so there is no need to limit
the pinctrl config to newer revisions. Remove the platform-wide
'always/boot-on' properties from 'pp3300_l7c' and add them to the
boards that use this supply. A
em. Disable the charger thermal zone for
them too.
This series is based on v2 of the 'arm64: dts: qcom: Update
sc7180-trogdor variants from downstream' series
(https://patchwork.kernel.org/project/linux-arm-msm/list/?series=440315)
(no changes since v1)
Matthias Kaehlcke (3):
arm64:
newer ones that use a
supported thermistor. Finally the thermistor won't be changed
on newer revisions, hence the thermal zone should be disabled
for all lazor (and limozeen) revisions. Instead of disabling
it per revision do it once in the shared .dtsi for lazor.
Signed-off-by: Matthias Kaehlck
bogus temperature values.
Signed-off-by: Matthias Kaehlcke
---
Changes in v2:
- added CoachZ rev3
- updated subject and commit message
arch/arm64/boot/dts/qcom/Makefile | 2 ++
.../boot/dts/qcom/sc7180-trogdor-coachz-r1.dts | 9 +
.../dts/qcom/sc7180-trogdor-coachz-r2-lt
from the unsupported thermistor.
Signed-off-by: Matthias Kaehlcke
---
Changes in v2:
- moved keyboard definition to sc7180-trogdor-pompom.dtsi instead
of duplicating it, use cros-ec keyboard for rev1
- squashed with 'arm64: dts: qcom: sc7180: pompom: Disable charger
thermal zone for rev
Hi Satya,
On Thu, Mar 11, 2021 at 04:10:29PM +0530, satya priya wrote:
> Add PM7325/PM8350C/PMK8350/PMR735A peripherals such as PON,
> GPIOs, RTC and other PMIC infra modules for SC7280.
>
> Signed-off-by: satya priya
> ---
> This patch depends on base DT and board files for SC7280 to merge firs
On Thu, Mar 11, 2021 at 04:10:29PM +0530, satya priya wrote:
> Add PM7325/PM8350C/PMK8350/PMR735A peripherals such as PON,
> GPIOs, RTC and other PMIC infra modules for SC7280.
>
> Signed-off-by: satya priya
> ---
> This patch depends on base DT and board files for SC7280 to merge first
> https:/
: Add Qualcomm DWC3 glue driver")
Signed-off-by: Matthias Kaehlcke
Reviewed-by: Bjorn Andersson
---
Changes in v2:
- rebased on top of v5.12-rc1
drivers/usb/dwc3/dwc3-qcom.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb
On Mon, Mar 08, 2021 at 03:32:51PM -0700, Rob Herring wrote:
> On Fri, Mar 05, 2021 at 11:38:51AM -0800, Matthias Kaehlcke wrote:
> > Code for platform_device_create() and of_platform_device_create() is
>
> You mean of_platform_device_create and of_platform_device_des
Add dynamic power coefficients for the Silver and Gold CPU cores of
the Qualcomm SDM845.
Signed-off-by: Matthias Kaehlcke
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845
Hi Lukasz,
On Mon, Feb 11, 2019 at 11:05:27AM +0100, Lukasz Luba wrote:
> Hi Matthias,
>
> My apologize for late response, I did not have access to mailbox.
> Thank you for review, please check the comments below.
>
> On 2/5/19 1:39 AM, Matthias Kaehlcke wrote:
> > Hi
esn't really depend on it. If -stable wants to integrate the
fix, they also need to pick the improvement (or resolve a conflict),
which might not be desired.
Otherwise this looks sane to me:
Reviewed-by: Matthias Kaehlcke
701 - 800 of 1855 matches
Mail list logo