Re: [PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-14 Thread Sean Anderson
On 10/14/21 2:24 PM, Simon Glass wrote: Hi Sean, On Thu, 14 Oct 2021 at 09:36, Sean Anderson wrote: On 10/14/21 11:09 AM, Simon Glass wrote: > Hi Michal, > > On Wed, 6 Oct 2021 at 08:19, Michal Simek wrote: >> >> When DT node has pwm-cells property it shouldn't be bind as timer driver

Re: [PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-14 Thread Simon Glass
Hi Sean, On Thu, 14 Oct 2021 at 09:36, Sean Anderson wrote: > > > > On 10/14/21 11:09 AM, Simon Glass wrote: > > Hi Michal, > > > > On Wed, 6 Oct 2021 at 08:19, Michal Simek wrote: > >> > >> When DT node has pwm-cells property it shouldn't be bind as timer driver > >> but as PWM driver. That's

Re: [PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-14 Thread Sean Anderson
On 10/14/21 11:09 AM, Simon Glass wrote: Hi Michal, On Wed, 6 Oct 2021 at 08:19, Michal Simek wrote: When DT node has pwm-cells property it shouldn't be bind as timer driver but as PWM driver. That's why make sure that this property is checked. Signed-off-by: Michal Simek --- Changes

Re: [PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-14 Thread Simon Glass
Hi Michal, On Wed, 6 Oct 2021 at 08:19, Michal Simek wrote: > > When DT node has pwm-cells property it shouldn't be bind as timer driver > but as PWM driver. That's why make sure that this property is checked. > > Signed-off-by: Michal Simek > --- > > Changes in v3: > - New patch in series > >

Re: [PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-07 Thread Sean Anderson
On 10/6/21 10:19 AM, Michal Simek wrote: When DT node has pwm-cells property it shouldn't be bind as timer driver but as PWM driver. That's why make sure that this property is checked. Signed-off-by: Michal Simek --- Changes in v3: - New patch in series drivers/timer/cadence-ttc.c | 12

[PATCH v3 2/3] timer: cadence: Add bind function to driver

2021-10-06 Thread Michal Simek
When DT node has pwm-cells property it shouldn't be bind as timer driver but as PWM driver. That's why make sure that this property is checked. Signed-off-by: Michal Simek --- Changes in v3: - New patch in series drivers/timer/cadence-ttc.c | 12 1 file changed, 12 insertions(+)