All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] 8250_omap: use clk APIs to get fclk freqeuncy
@ 2019-01-09  9:12 ` Vignesh R
  0 siblings, 0 replies; 15+ messages in thread
From: Vignesh R @ 2019-01-09  9:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring
  Cc: Jiri Slaby, Vignesh R, Tony Lindgren, Lokesh Vutla, linux-serial,
	linux-omap, devicetree, linux-kernel

This series adds support obtain clk frequency of functional clk via
clocks phandle instead of hard coding it in DT as part of
clock-frequency DT parameter. This eliminates need to calculate
frequency offline and populate it.

Vignesh R (3):
  serial: 8250_omap: Drop check for of_node
  dt-bindings: serial: omap_serial: add clocks entry
  serial: 8250_omap: Use clk_get_rate() to obtain fclk frequency

 .../bindings/serial/omap_serial.txt           |  2 +
 drivers/tty/serial/8250/8250_omap.c           | 75 ++++++++++---------
 2 files changed, 42 insertions(+), 35 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-01-21 21:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09  9:12 [PATCH 0/3] 8250_omap: use clk APIs to get fclk freqeuncy Vignesh R
2019-01-09  9:12 ` Vignesh R
2019-01-09  9:12 ` [PATCH 1/3] serial: 8250_omap: Drop check for of_node Vignesh R
2019-01-09  9:12   ` Vignesh R
2019-01-09 21:44   ` Tony Lindgren
2019-01-10 12:07     ` Sebastian Reichel
2019-01-10 13:24       ` Vignesh R
2019-01-10 13:24         ` Vignesh R
2019-01-10 15:27         ` Tony Lindgren
2019-01-09  9:12 ` [PATCH 2/3] dt-bindings: serial: omap_serial: add clocks entry Vignesh R
2019-01-09  9:12   ` Vignesh R
2019-01-21 21:08   ` Rob Herring
2019-01-21 21:08     ` Rob Herring
2019-01-09  9:12 ` [PATCH 3/3] serial: 8250_omap: Use clk_get_rate() to obtain fclk frequency Vignesh R
2019-01-09  9:12   ` Vignesh R

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.