Re: [PATCH] zynq: Convert arm twd timer to DM driver

2022-08-09 Thread Michal Simek
On 8/5/22 08:16, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Move arm twd timer driver from zynq to generic location. DM timer drivers are designed differently to original driver. Timer is counting up and not down. Information about clock rates are find out in timer_pre_probe

[PATCH] zynq: Convert arm twd timer to DM driver

2022-08-04 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Move arm twd timer driver from zynq to generic location. DM timer drivers are designed differently to original driver. Timer is counting up and not down. Information about clock rates are find out in timer_pre_probe() that's why there is no need to get any additional