All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] soc: fsl: add DPAA2 log console support
@ 2018-12-21 15:31 ` Ioana Ciornei
  0 siblings, 0 replies; 39+ messages in thread
From: Ioana Ciornei @ 2018-12-21 15:31 UTC (permalink / raw)
  To: Leo Li, linux-arm-kernel, devicetree
  Cc: robh+dt, shawnguo, Roy Pledge, Ioana Ciocoi Radulescu,
	linux-kernel, Ioana Ciornei

This patch set adds support for exporting DPAA2 firmware console
logs to userspace.

The first two patches add the needed device tree node and its documentation
while the third one adds the actual platform driver.

Ioana Ciornei (3):
  arm64: dts: add dpaa2-console node for DPAA2 platforms
  Documentation: DT: Add entry for DPAA2 console
  soc: fsl: add DPAA2 console support

 .../devicetree/bindings/misc/dpaa2-console.txt     |  11 +
 MAINTAINERS                                        |   1 +
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     |   5 +
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |   5 +
 drivers/soc/fsl/Kconfig                            |  10 +
 drivers/soc/fsl/Makefile                           |   1 +
 drivers/soc/fsl/dpaa2-console.c                    | 306 +++++++++++++++++++++
 7 files changed, 339 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/dpaa2-console.txt
 create mode 100644 drivers/soc/fsl/dpaa2-console.c

-- 
1.9.1


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

end of thread, other threads:[~2019-01-22  2:55 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21 15:31 [PATCH 0/3] soc: fsl: add DPAA2 log console support Ioana Ciornei
2018-12-21 15:31 ` Ioana Ciornei
2018-12-21 15:31 ` Ioana Ciornei
2018-12-21 15:31 ` [PATCH 1/3] arm64: dts: add dpaa2-console node for DPAA2 platforms Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei
2019-01-12  2:47   ` Shawn Guo
2019-01-12  2:47     ` Shawn Guo
2019-01-12  2:47     ` Shawn Guo
2019-01-16 10:02     ` Ioana Ciornei
2019-01-16 10:02       ` Ioana Ciornei
2019-01-16 10:02       ` Ioana Ciornei
2019-01-16 10:56       ` Shawn Guo
2019-01-16 10:56         ` Shawn Guo
2019-01-16 10:56         ` Shawn Guo
2019-01-16 10:59         ` Ioana Ciornei
2019-01-16 10:59           ` Ioana Ciornei
2019-01-16 10:59           ` Ioana Ciornei
2019-01-16 17:31           ` Ioana Ciornei
2019-01-16 17:31             ` Ioana Ciornei
2019-01-16 17:31             ` Ioana Ciornei
2019-01-22  2:53             ` Shawn Guo
2019-01-22  2:53               ` Shawn Guo
2019-01-22  2:53               ` Shawn Guo
2018-12-21 15:31 ` [PATCH 2/3] Documentation: DT: Add entry for DPAA2 console Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei
2019-01-03 20:32   ` Rob Herring
2019-01-03 20:32     ` Rob Herring
2019-01-03 20:32     ` Rob Herring
2019-01-04 17:50     ` Ioana Ciornei
2019-01-04 17:50       ` Ioana Ciornei
2019-01-04 17:50       ` Ioana Ciornei
2019-01-22  2:54   ` Shawn Guo
2019-01-22  2:54     ` Shawn Guo
2019-01-22  2:54     ` Shawn Guo
2018-12-21 15:31 ` [PATCH 3/3] soc: fsl: add DPAA2 console support Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei
2018-12-21 15:31   ` Ioana Ciornei

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.