Re: [PATCH v3 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-12 Thread Giulio Benetti
+Cc Sean On 2/12/21 2:11 AM, Jesse wrote: From: Jesse Taube This timer driver is using GPT Timer (General Purpose Timer) available on almost all i.MX SoCs family. Since this driver is only meant to provide u-boot's timer and counter, and most of the i.MX* SoCs use a 24Mhz crystal, let's only d

Re: [PATCH v3 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-12 Thread Giulio Benetti
Hi Jesse, On 2/12/21 2:29 AM, Jesse T wrote: I'm very sorry for my email issues I some how mess it up each time. You can try git send-mail with --to "Jesse T ". This way you can check the result and only when sure you send to everybody and ML. Kind regards -- Giulio Benetti Benetti Engineer

Re: [PATCH v3 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-11 Thread Jesse T
I'm very sorry for my email issues I some how mess it up each time. On Thu, Feb 11, 2021, 8:11 PM Jesse wrote: > From: Jesse Taube > > This timer driver is using GPT Timer (General Purpose Timer) > available on almost all i.MX SoCs family. > Since this driver is only meant to provide u-boot's t

[PATCH v3 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-11 Thread Jesse
From: Jesse Taube This timer driver is using GPT Timer (General Purpose Timer) available on almost all i.MX SoCs family. Since this driver is only meant to provide u-boot's timer and counter, and most of the i.MX* SoCs use a 24Mhz crystal, let's only deal with that specific source. Signed-off-