All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available
@ 2021-02-10  0:04 Jesse Taube
  2021-02-10  0:04 ` [PATCH v2 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family Jesse Taube
  2021-02-10 17:22 ` [PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available Giulio Benetti
  0 siblings, 2 replies; 13+ messages in thread
From: Jesse Taube @ 2021-02-10  0:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-02-14  2:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  0:04 [PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available Jesse Taube
2021-02-10  0:04 ` [PATCH v2 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family Jesse Taube
2021-02-10 17:49   ` Giulio Benetti
2021-02-10 17:52     ` Sean Anderson
2021-02-10 20:13       ` Giulio Benetti
2021-02-11  0:09         ` Giulio Benetti
     [not found]     ` <7c787e3f-9869-c268-f1bb-91e387c4217f@gmail.com>
2021-02-10 20:09       ` Giulio Benetti
2021-02-11 18:54         ` Jesse T
2021-02-11 19:20           ` Giulio Benetti
2021-02-13  1:22           ` Giulio Benetti
2021-02-13  3:10             ` Jesse T
2021-02-14  2:23               ` Giulio Benetti
2021-02-10 17:22 ` [PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available Giulio Benetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.