Re: [PATCH 1/2] microblaze: Convert axi timer to DM driver

2022-06-23 Thread Michal Simek
On 6/23/22 10:37, Ovidiu Panait wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Hi Michal, On 6/8/22 13:38, Michal Simek wrote: [...] diff --git a/drivers/ti

Re: [PATCH 1/2] microblaze: Convert axi timer to DM driver

2022-06-23 Thread Ovidiu Panait
Hi Michal, On 6/8/22 13:38, Michal Simek wrote: [...] diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 7b8ab56ed323..44d1a81bad3d 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -272,4 +272,12 @@ config IMX_GPT_TIMER Select this to enable support for

[PATCH 1/2] microblaze: Convert axi timer to DM driver

2022-06-08 Thread Michal Simek
Move axi timer driver from Microblaze to generic location. Origin implementation was irq based with counting down timer. CONFIG_TIMER drivers are designed differently that timer is free running up timer with automatic reload without any interrupt. Information about clock rates are find out in time