All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] timer: imx-gpt: Add timer support for i.MX SoCs family
@ 2021-02-14  3:55 Jesse
  2021-02-14  3:55 ` [PATCH v4 1/1] " Jesse
  2021-02-15  0:35 ` [PATCH v4 0/1] " Giulio Benetti
  0 siblings, 2 replies; 4+ messages in thread
From: Jesse @ 2021-02-14  3:55 UTC (permalink / raw)
  To: u-boot

From: Jesse Taube <mr.bossman075@gmail.com>

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.

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 | 153 ++++++++++++++++++++++++++++++++++
 3 files changed, 161 insertions(+)
 create mode 100644 drivers/timer/imx-gpt-timer.c
---
V1->V2:
* Fixed indentation
* Fixed capitals
* Made timer work on only 24MHz clock
V2->V3:
* Fixed indentation
* Made implementation imatate the Linux kernel
* Fix wrong definition
V3->V4:
* Fixed indentation
* Made bit manipluation into its own function.
---
-- 
2.30.0

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

end of thread, other threads:[~2021-02-15  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-14  3:55 [PATCH v4 0/1] timer: imx-gpt: Add timer support for i.MX SoCs family Jesse
2021-02-14  3:55 ` [PATCH v4 1/1] " Jesse
2021-02-15  0:53   ` Giulio Benetti
2021-02-15  0:35 ` [PATCH v4 0/1] " 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.