lkml.org 
[lkml]   [2022]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/5] Add PWM for MStar SoCs
    Date
    This patches series adds a new driver for the PWM found in the Mstar
    MSC313e SoCs and newer. It adds a basic pwm driver, the corresponding
    devicetree bindings and its documentation.

    Daniel Palmer (1):
    pwm: Add support for the MSTAR MSC313 PWM

    Romain Perier (4):
    dt-bindings: pwm: Add Mstar MSC313e PWM devicetree bindings
    documentation
    ARM: dts: mstar: Add pwm device node to infinity
    ARM: dts: mstar: Add pwm device node to infinity3
    ARM: dts: mstar: Add pwm device node to infinity2m

    .../bindings/pwm/mstar,msc313e-pwm.yaml | 47 ++++
    MAINTAINERS | 1 +
    arch/arm/boot/dts/mstar-infinity.dtsi | 10 +
    arch/arm/boot/dts/mstar-infinity2m.dtsi | 8 +
    arch/arm/boot/dts/mstar-infinity3.dtsi | 10 +
    drivers/pwm/Kconfig | 10 +
    drivers/pwm/Makefile | 1 +
    drivers/pwm/pwm-msc313e.c | 242 ++++++++++++++++++
    8 files changed, 329 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/pwm/mstar,msc313e-pwm.yaml
    create mode 100644 drivers/pwm/pwm-msc313e.c

    --
    2.35.1

    \
     
     \ /
      Last update: 2022-06-15 09:10    [W:7.600 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site