devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata
@ 2015-07-14  8:02 Sekhar Nori
       [not found] ` <cover.1436855646.git.nsekhar-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Sekhar Nori @ 2015-07-14  8:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Tony Lindgren
  Cc: Peter Hurley, linux-serial-u79uwXL29TY76Z2rM5mHXA,
	Linux OMAP Mailing List, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Device Tree Mailing List, John Ogness,
	Sebastian Andrzej Siewior

This series works around "Advisory 21" as documented in
AM437x SoC errata[1]. This errata prevents UART module
from idling after DMA is used. AM335x and DRA7x also suffer
from the same errata and chip design team is in the process
of updating the errata documents of those devices as well.

Patch 1/7 fixes a related bug but can be applied independently.

[1] http://www.ti.com/lit/er/sprz408b/sprz408b.pdf

v2:
- Updated according to comments from Peter Hurley.
  See each patch for change details.

Sekhar Nori (7):
  serial: 8250_omap: fix kernel crash in suspend-to-ram
  Documentation: DT: omap_serial: document missing compatible
  serial: 8250_omap: refactor mdr1 update
  serial: 8250_omap: introduce "ti,am3352-uart" compatible property
  serial: 8250_omap: workaround errata around idling UART after using
    DMA
  serial: 8250_omap: workaround module disable errata on dra7x SoCs
  ARM: dts: dra7: workaround UART module disable errata

 .../devicetree/bindings/serial/omap_serial.txt     |   3 +
 arch/arm/boot/dts/am33xx.dtsi                      |  12 +--
 arch/arm/boot/dts/dra7.dtsi                        |  20 ++--
 drivers/tty/serial/8250/8250_omap.c                | 117 +++++++++++++++++----
 4 files changed, 113 insertions(+), 39 deletions(-)

-- 
2.4.4.408.g16da57c

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-07-24 18:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14  8:02 [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata Sekhar Nori
     [not found] ` <cover.1436855646.git.nsekhar-l0cyMroinI0@public.gmane.org>
2015-07-14  8:02   ` [PATCH v2 1/7] serial: 8250_omap: fix kernel crash in suspend-to-ram Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 2/7] Documentation: DT: omap_serial: document missing compatible Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 3/7] serial: 8250_omap: refactor mdr1 update Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 4/7] serial: 8250_omap: introduce "ti,am3352-uart" compatible property Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 5/7] serial: 8250_omap: workaround errata around idling UART after using DMA Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 6/7] serial: 8250_omap: workaround module disable errata on dra7x SoCs Sekhar Nori
2015-07-14  8:02   ` [PATCH v2 7/7] ARM: dts: dra7: workaround UART module disable errata Sekhar Nori
     [not found]     ` <6655d460d8e312a439b001547a1a7642d791672b.1436855647.git.nsekhar-l0cyMroinI0@public.gmane.org>
2015-07-24 12:00       ` Tony Lindgren
2015-07-14 12:22   ` [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata Peter Hurley
     [not found]     ` <55A4FEEC.3080101-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
2015-07-14 12:49       ` Tony Lindgren
     [not found]         ` <20150714124908.GE10928-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-07-24  6:41           ` Sekhar Nori
     [not found]             ` <55B1DE10.60408-l0cyMroinI0@public.gmane.org>
2015-07-24 12:01               ` Tony Lindgren
2015-07-24 18:59               ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).