[PATCH 0/2] MediaTek Helio X10 MT6795 - PWM driver

AngeloGioacchino Del Regno posted 2 patches 2 years, 4 months ago
Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 +
drivers/pwm/pwm-mediatek.c                             | 7 +++++++
2 files changed, 8 insertions(+)
[PATCH 0/2] MediaTek Helio X10 MT6795 - PWM driver
Posted by AngeloGioacchino Del Regno 2 years, 4 months ago
In an effort to give some love to the apparently forgotten MT6795 SoC,
I am upstreaming more components that are necessary to support platforms
powered by this one apart from a simple boot to serial console.

This series introduces support for the PWMs found in Helio X10.

Tested on a Sony Xperia M5 (codename "Holly") smartphone.

AngeloGioacchino Del Regno (2):
  pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795
  dt-bindings: pwm: pwm-mediatek: Add documentation for MT6795 SoC

 Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 +
 drivers/pwm/pwm-mediatek.c                             | 7 +++++++
 2 files changed, 8 insertions(+)

-- 
2.35.1
Re: [PATCH 0/2] MediaTek Helio X10 MT6795 - PWM driver
Posted by Thierry Reding 2 years, 4 months ago
On Tue, May 03, 2022 at 12:54:03PM +0200, AngeloGioacchino Del Regno wrote:
> In an effort to give some love to the apparently forgotten MT6795 SoC,
> I am upstreaming more components that are necessary to support platforms
> powered by this one apart from a simple boot to serial console.
> 
> This series introduces support for the PWMs found in Helio X10.
> 
> Tested on a Sony Xperia M5 (codename "Holly") smartphone.
> 
> AngeloGioacchino Del Regno (2):
>   pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795
>   dt-bindings: pwm: pwm-mediatek: Add documentation for MT6795 SoC
> 
>  Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 +
>  drivers/pwm/pwm-mediatek.c                             | 7 +++++++
>  2 files changed, 8 insertions(+)

Applied, thanks.

Thierry