Gentle ping...

> -----Original Message-----
> From: Anson Huang
> Sent: Wednesday, April 10, 2019 9:47 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; Leonard Crestez <[email protected]>;
> Robin Gong <[email protected]>; [email protected]; linux-
> [email protected]; [email protected]; linux-arm-
> [email protected]; [email protected]
> Cc: dl-linux-imx <[email protected]>
> Subject: [PATCH V11 0/5] Add i.MX7ULP EVK PWM backlight support
> 
> i.MX7ULP EVK board has MIPI-DSI display, its backlight is supplied by TPM
> PWM module, this patch set enables i.MX7ULP TPM PWM driver support and
> also add backlight support for MIPI-DSI display.
> 
> Changes since V10:
>       - ONLY change the pwm driver patch.
> 
> Anson Huang (5):
>   dt-bindings: pwm: Add i.MX TPM PWM binding
>   pwm: Add i.MX TPM PWM driver support
>   ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
>   ARM: dts: imx7ulp: Add tpm pwm support
>   ARM: dts: imx7ulp-evk: Add backlight support
> 
>  .../devicetree/bindings/pwm/imx-tpm-pwm.txt        |  22 +
>  arch/arm/boot/dts/imx7ulp-evk.dts                  |  21 +
>  arch/arm/boot/dts/imx7ulp.dtsi                     |  10 +
>  arch/arm/configs/imx_v6_v7_defconfig               |   1 +
>  drivers/pwm/Kconfig                                |  11 +
>  drivers/pwm/Makefile                               |   1 +
>  drivers/pwm/pwm-imx-tpm.c                          | 442 
> +++++++++++++++++++++
>  7 files changed, 508 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pwm/imx-tpm-
> pwm.txt
>  create mode 100644 drivers/pwm/pwm-imx-tpm.c
> 
> --
> 2.7.4

Reply via email to