devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: da8xx: fix section mismatch in new drivers
@ 2016-11-22 10:41 Bartosz Golaszewski
  2016-11-22 10:41 ` [PATCH 1/3] of: base: add support to get machine compatible string Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Bartosz Golaszewski @ 2016-11-22 10:41 UTC (permalink / raw)
  To: Kevin Hilman, Michael Turquette, Sekhar Nori, Rob Herring,
	Frank Rowand, Mark Rutland, Peter Ujfalusi, Russell King
  Cc: LKML, arm-soc, linux-drm, linux-devicetree, Jyri Sarha,
	Tomi Valkeinen, David Airlie, Laurent Pinchart, Robin Murphy,
	Sudeep Holla, Bartosz Golaszewski

Sekhar noticed there's a section mismatch in the da8xx-mstpri and
da8xx-ddrctl drivers. This is caused by calling
of_flat_dt_get_machine_name() which has an __init annotation.

This series addresses this issue by introducing a new function that
allows to retrieve the compatible property of the root node and
using it instead of of_flat_dt_get_machine_name() in the new drivers.

Bartosz Golaszewski (3):
  of: base: add support to get machine compatible string
  bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name()
  memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name()

 drivers/bus/da8xx-mstpri.c    |  2 +-
 drivers/memory/da8xx-ddrctl.c |  2 +-
 drivers/of/base.c             | 22 ++++++++++++++++++++++
 include/linux/of.h            |  6 ++++++
 4 files changed, 30 insertions(+), 2 deletions(-)

-- 
2.9.3

--
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] 17+ messages in thread

end of thread, other threads:[~2016-11-23 12:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 10:41 [PATCH 0/3] ARM: da8xx: fix section mismatch in new drivers Bartosz Golaszewski
2016-11-22 10:41 ` [PATCH 1/3] of: base: add support to get machine compatible string Bartosz Golaszewski
     [not found]   ` <1479811311-3080-2-git-send-email-bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-11-22 10:53     ` Sudeep Holla
     [not found]       ` <5ce9fb9f-459a-562b-2e9f-85d35f9ec035-5wv7dgnIgG8@public.gmane.org>
2016-11-22 10:57         ` Bartosz Golaszewski
2016-11-22 10:58           ` Bartosz Golaszewski
2016-11-22 11:06           ` Sudeep Holla
     [not found]             ` <dd85c5f9-0899-7da3-ab58-730107bfb02c-5wv7dgnIgG8@public.gmane.org>
2016-11-22 12:17               ` Sekhar Nori
2016-11-22 15:06       ` Sekhar Nori
2016-11-22 15:46         ` Sudeep Holla
     [not found]           ` <fdb93150-9089-c7bb-2b0a-21ded241a647-5wv7dgnIgG8@public.gmane.org>
2016-11-23  7:49             ` Sekhar Nori
2016-11-23 10:05               ` Sudeep Holla
     [not found]                 ` <2a644b8c-d91e-5ab1-200b-00f749a36307-5wv7dgnIgG8@public.gmane.org>
2016-11-23 11:47                   ` Sekhar Nori
2016-11-23 12:07                     ` Sudeep Holla
     [not found]                       ` <f0ba1a7a-8948-21c3-8a96-d46bf105bb7e-5wv7dgnIgG8@public.gmane.org>
2016-11-23 12:13                         ` Sekhar Nori
     [not found]                           ` <11467504-c700-cbfa-a945-be9ec8776144-l0cyMroinI0@public.gmane.org>
2016-11-23 12:15                             ` Sudeep Holla
2016-11-22 10:41 ` [PATCH 2/3] bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name() Bartosz Golaszewski
2016-11-22 10:41 ` [PATCH 3/3] memory: da8xx-ddrctl: " Bartosz Golaszewski

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).