From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: [RFC PATCH 0/2] DT match helpers for initcalls and platform devices Date: Wed, 30 Oct 2013 01:12:49 -0500 Message-ID: <1383113571-13029-1-git-send-email-robherring2@gmail.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Grant Likely , Greg Kroah-Hartman , Rob Herring List-Id: devicetree@vger.kernel.org From: Rob Herring 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780Ab3J3GNH (ORCPT ); Wed, 30 Oct 2013 02:13:07 -0400 Received: from mail-ie0-f171.google.com ([209.85.223.171]:54932 "EHLO mail-ie0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882Ab3J3GNF (ORCPT ); Wed, 30 Oct 2013 02:13:05 -0400 From: Rob Herring To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Grant Likely , Greg Kroah-Hartman , Rob Herring Subject: [RFC PATCH 0/2] DT match helpers for initcalls and platform devices Date: Wed, 30 Oct 2013 01:12:49 -0500 Message-Id: <1383113571-13029-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Herring 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