All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] DT match helpers for initcalls and platform devices
@ 2013-10-30  6:12 ` Rob Herring
  0 siblings, 0 replies; 20+ messages in thread
From: Rob Herring @ 2013-10-30  6:12 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Grant Likely, Greg Kroah-Hartman, Rob Herring

From: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>

This series adds a couple of boilerplate helpers to match with DT for
initcalls and platform device creation and probe. The goal here is to 
remove more platform code out of arch/arm and eventually the machine
descriptors.

Rob

Rob Herring (2):
  driver core: introduce module_platform_driver_match_and_probe
  of: add initcall with match boilerplate helpers

 include/linux/of.h              | 12 ++++++++++++
 include/linux/platform_device.h | 23 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-12-05 17:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  6:12 [RFC PATCH 0/2] DT match helpers for initcalls and platform devices Rob Herring
2013-10-30  6:12 ` Rob Herring
     [not found] ` < 20131030082621.GA22787@ulmo.nvidia.com>
2013-10-30  6:12 ` [RFC PATCH 1/2] driver core: introduce module_platform_driver_match_and_probe Rob Herring
2013-11-21 12:47   ` Grant Likely
2013-11-21 22:33     ` Rob Herring
2013-10-30  6:12 ` [RFC PATCH 2/2] of: add initcall with match boilerplate helpers Rob Herring
2013-11-21 12:50   ` Grant Likely
2013-11-21 23:23     ` Rob Herring
     [not found] ` <1383113571-13029-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-30  8:26   ` [RFC PATCH 0/2] DT match helpers for initcalls and platform devices Thierry Reding
2013-10-30  8:26     ` Thierry Reding
     [not found]     ` <20131030082621.GA22787-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2013-10-30 20:02       ` Rob Herring
2013-10-30 20:02         ` Rob Herring
     [not found]         ` <CAL_JsqJ3GANeMNi3iXQY_rB-NoovmwZx7EXfbG=rS6MxS=NLvQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-10-30 21:40           ` Rob Herring
2013-10-30 21:40             ` Rob Herring
2013-11-21 12:53         ` Grant Likely
     [not found] ` < 1383113571-13029-2-git-send-email-robherring2@gmail.com>
     [not found]   ` <20131121124736. 6EBEBC40A2C@trevor.secretlab.ca>
     [not found]     ` < CAL_JsqLK_ivSphWq3xLpQqUjF1nEvPjf2WQ4hJ+hThcTFae-Kg@mail.gmail.com>
     [not found]       ` <CAL_JsqLK_ivSphWq3xLpQqUjF1nEvPjf2WQ4hJ+hThcTFae-Kg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-21 23:11         ` [RFC PATCH 1/2] driver core: introduce module_platform_driver_match_and_probe Grant Likely
2013-11-21 23:11           ` Grant Likely
     [not found] ` < 1383113571-13029-3-git-send-email-robherring2@gmail.com>
     [not found]   ` <20131121125007. 17A8FC40A2C@trevor.secretlab.ca>
     [not found]     ` < CAL_JsqKHZtidrzJPH+c-zyFUQNsxtEKxOYg+Nzyo9JYNDNexug@mail.gmail.com>
     [not found]       ` <CAL_JsqKHZtidrzJPH+c-zyFUQNsxtEKxOYg+Nzyo9JYNDNexug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-27 15:22         ` [RFC PATCH 2/2] of: add initcall with match boilerplate helpers Grant Likely
2013-11-27 15:22           ` Grant Likely
2013-12-05 17:57           ` Rob Herring

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.