All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell 0/5] Support higher baudrates on Armada 3720 UART
@ 2021-05-25 17:42 Marek Behún
  2021-05-25 17:42 ` [PATCH u-boot-marvell 1/5] serial: a37xx: Fix parent clock rate value and divider calculation Marek Behún
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Marek Behún @ 2021-05-25 17:42 UTC (permalink / raw)
  To: Stefan Roese, u-boot; +Cc: Pali Rohár, Marek Behún

This series adds support for more baudrates on Armada 3720 UART
(up to 6 MBaud).

Marek Behún (1):
  clk: armada-37xx: Set DM_FLAG_PRE_RELOC

Pali Rohár (4):
  serial: a37xx: Fix parent clock rate value and divider calculation
  serial: a37xx: Use TBG as parent clock
  serial: a37xx: Switch to XTAL clock when booting Linux kernel
  arm: mvebu: a37xx: Enable more baudrates

 drivers/clk/mvebu/armada-37xx-periph.c |   1 +
 drivers/clk/mvebu/armada-37xx-tbg.c    |   1 +
 drivers/serial/serial_mvebu_a3700.c    | 179 ++++++++++++++++++++++++-
 include/configs/mvebu_armada-37xx.h    |   9 +-
 include/configs/turris_mox.h           |   9 +-
 5 files changed, 190 insertions(+), 9 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-07-09  5:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 17:42 [PATCH u-boot-marvell 0/5] Support higher baudrates on Armada 3720 UART Marek Behún
2021-05-25 17:42 ` [PATCH u-boot-marvell 1/5] serial: a37xx: Fix parent clock rate value and divider calculation Marek Behún
2021-05-27  6:13   ` Stefan Roese
2021-05-25 17:42 ` [PATCH u-boot-marvell 2/5] clk: armada-37xx: Set DM_FLAG_PRE_RELOC Marek Behún
2021-05-27  6:14   ` Stefan Roese
2021-05-25 17:42 ` [PATCH u-boot-marvell 3/5] serial: a37xx: Use TBG as parent clock Marek Behún
2021-05-27  6:15   ` Stefan Roese
2021-05-25 17:42 ` [PATCH u-boot-marvell 4/5] serial: a37xx: Switch to XTAL clock when booting Linux kernel Marek Behún
2021-05-27  6:17   ` Stefan Roese
2021-05-27  8:17     ` Pali Rohár
2021-06-25 12:04       ` Pali Rohár
2021-05-25 17:42 ` [PATCH u-boot-marvell 5/5] arm: mvebu: a37xx: Enable more baudrates Marek Behún
2021-05-27  6:18   ` Stefan Roese
2021-07-09  5:18 ` [PATCH u-boot-marvell 0/5] Support higher baudrates on Armada 3720 UART Stefan Roese

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.