Re: [PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available

2021-02-10 Thread Giulio Benetti



On 2/10/21 1:04 AM, Jesse Taube wrote:

Giulio Benetti (3):
   timer: imx-gpt: Add timer support for i.MX SoCs family

Jesse Taube (1):
   timer: imx-gpt: Add timer support for i.MX SoCs family


There's something strange here, patchset is malformed since above there 
are 4 patches listed while subject speaks about only 1 patch 0/1.


So please, try to fix it while sending to yourself with git send-mail 
--to "you", otherwise you spam ML.



  drivers/timer/Kconfig |   7 ++
  drivers/timer/Makefile|   1 +
  drivers/timer/imx-gpt-timer.c | 132 ++
  3 files changed, 140 insertions(+)
  create mode 100644 drivers/timer/imx-gpt-timer.c

---
V1->V2:
* Fixed indentation
* Fixed capitals
* Made timer work on only 24MHz clock


This is the right way.

Best regards
--
Giulio Benetti
Benetti Engineering sas


[PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available

2021-02-09 Thread Jesse Taube
Giulio Benetti (3):
  timer: imx-gpt: Add timer support for i.MX SoCs family

Jesse Taube (1):
  timer: imx-gpt: Add timer support for i.MX SoCs family

 drivers/timer/Kconfig |   7 ++
 drivers/timer/Makefile|   1 +
 drivers/timer/imx-gpt-timer.c | 132 ++
 3 files changed, 140 insertions(+)
 create mode 100644 drivers/timer/imx-gpt-timer.c

---
V1->V2:
* Fixed indentation
* Fixed capitals
* Made timer work on only 24MHz clock
---
-- 
2.30.0