All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] linux,stdout-path helper
@ 2012-11-15  9:31 ` Sascha Hauer
  0 siblings, 0 replies; 25+ messages in thread
From: Sascha Hauer @ 2012-11-15  9:31 UTC (permalink / raw)
  To: linux-serial
  Cc: Alan Cox, Greg Kroah-Hartman, Grant Likely, linux-kernel,
	devicetree-discuss, linux-arm-kernel, kernel

The following adds a helper for matching the linux,stdout-path property
in the chosen node and makes use of it in the i.MX serial driver.

changes since v3:

- move code from separate files to drivers/of/base.c and include/linux/of.h

changes since v2:

- move helper to OF core and make it independent of serial devices

changes since v1:

- move it out of the i.MX serial driver and make it generic for serial
  devices.


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH v3] linux,stdout-path helper
@ 2012-11-02  9:48 Sascha Hauer
  2012-11-02  9:48   ` Sascha Hauer
  0 siblings, 1 reply; 25+ messages in thread
From: Sascha Hauer @ 2012-11-02  9:48 UTC (permalink / raw)
  To: linux-serial
  Cc: Alan Cox, Greg Kroah-Hartman, Grant Likely, linux-kernel,
	devicetree-discuss, linux-arm-kernel, kernel

The following adds a helper for matching the linux,stdout-path property
in the chosen node and makes use of it in the i.MX serial driver.

changes since v2:

- move helper to OF core and make it independent of serial devices

changes since v1:

- move it out of the i.MX serial driver and make it generic for serial
  devices.

----------------------------------------------------------------
Sascha Hauer (3):
      OF: Add helper for matching against linux,stdout-path
      serial: i.MX: Make console support non optional
      serial: i.MX: evaluate linux,stdout-path property

 drivers/of/Kconfig         |    3 +++
 drivers/of/Makefile        |    1 +
 drivers/of/of_stdout.c     |   27 +++++++++++++++++++++++++++
 drivers/tty/serial/Kconfig |   16 +---------------
 drivers/tty/serial/imx.c   |   12 +++++-------
 include/linux/of_stdout.h  |   24 ++++++++++++++++++++++++
 6 files changed, 61 insertions(+), 22 deletions(-)
 create mode 100644 drivers/of/of_stdout.c
 create mode 100644 include/linux/of_stdout.h

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

end of thread, other threads:[~2012-11-20 16:52 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15  9:31 [PATCH v4] linux,stdout-path helper Sascha Hauer
2012-11-15  9:31 ` Sascha Hauer
2012-11-15  9:31 ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Sascha Hauer
2012-11-15  9:31   ` Sascha Hauer
2012-11-19  9:52   ` Jean-Christophe PLAGNIOL-VILLARD
2012-11-19  9:52     ` Jean-Christophe PLAGNIOL-VILLARD
2012-11-20 16:51     ` Grant Likely
2012-11-20 16:51       ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Grant Likely
2012-11-15  9:31 ` [PATCH 2/3] serial: i.MX: Make console support non optional Sascha Hauer
2012-11-15  9:31   ` Sascha Hauer
2012-11-15  9:31   ` Sascha Hauer
2012-11-15  9:31 ` [PATCH 3/3] serial: i.MX: evaluate linux,stdout-path property Sascha Hauer
2012-11-15  9:31   ` Sascha Hauer
  -- strict thread matches above, loose matches on Subject: below --
2012-11-02  9:48 [PATCH v3] linux,stdout-path helper Sascha Hauer
2012-11-02  9:48 ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Sascha Hauer
2012-11-02  9:48   ` Sascha Hauer
2012-11-14 20:43   ` Greg Kroah-Hartman
2012-11-14 20:43     ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Greg Kroah-Hartman
2012-11-14 20:49   ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Grant Likely
2012-11-14 20:49     ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Grant Likely
2012-11-15  8:04     ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Sascha Hauer
2012-11-15  8:04       ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Sascha Hauer
2012-11-15  8:49     ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Sascha Hauer
2012-11-15  8:49       ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Sascha Hauer
2012-11-15  9:10       ` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path Grant Likely
2012-11-15  9:10         ` [PATCH 1/3] OF: Add helper for matching against linux, stdout-path Grant Likely

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.