mbox series

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

Message ID 20220503105405.54832-1-angelogioacchino.delregno@collabora.com (mailing list archive)
Headers show
Series MediaTek Helio X10 MT6795 - PWM driver | expand

Message

AngeloGioacchino Del Regno May 3, 2022, 10:54 a.m. UTC
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(+)

Comments

Thierry Reding May 20, 2022, 2:22 p.m. UTC | #1
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