Re: [PATCH 0/3] Add support for eCAP PWM and LCD pin mux

2025-05-21 Thread Sukrut Bellary
On Fri, May 02, 2025 at 03:32:18PM -0600, Tom Rini wrote: > On Wed, Apr 23, 2025 at 01:42:46AM -0700, Sukrut Bellary wrote: > > > This patch series adds the support for > > > > 1. In am33xx SoC[1], enhanced capture (eCAP) supports auxiliary PWM (APWM). > > This series adds the PWM driver support

Re: [PATCH 0/3] Add support for eCAP PWM and LCD pin mux

2025-05-02 Thread Tom Rini
On Wed, Apr 23, 2025 at 01:42:46AM -0700, Sukrut Bellary wrote: > This patch series adds the support for > > 1. In am33xx SoC[1], enhanced capture (eCAP) supports auxiliary PWM (APWM). > This series adds the PWM driver support for the APWM feature for eCAP on > AM33xx. AM335X_ECAP0_IN_PWM0_OUT is

[PATCH 0/3] Add support for eCAP PWM and LCD pin mux

2025-04-23 Thread Sukrut Bellary
This patch series adds the support for 1. In am33xx SoC[1], enhanced capture (eCAP) supports auxiliary PWM (APWM). This series adds the PWM driver support for the APWM feature for eCAP on AM33xx. AM335X_ECAP0_IN_PWM0_OUT is used to enable the backlight. 2. Fix build warning in ti-ehrpwm driver in

[PATCH 0/3] Add support for eCAP PWM and LCD

2025-04-04 Thread Sukrut Bellary
This patch series adds the support for 1. In am33xx SoC[1], enhanced capture (eCAP) supports auxiliary PWM (APWM). This series adds the PWM driver support for the APWM feature for eCAP on AM33xx. AM335X_ECAP0_IN_PWM0_OUT is used to enable the backlight. 2. Enable eCAP0 PWM and LCD pin muxing to s