From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/3] of: add common OF-based component functionality Date: Fri, 3 Jun 2016 10:29:40 -0500 Message-ID: References: <20160603141548.GC1041@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , dri-devel , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , linux-arm-msm , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, "open list:ARM/Rockchip SoC..." , Frank Rowand , Grant Likely List-Id: devicetree@vger.kernel.org On Fri, Jun 3, 2016 at 9:21 AM, Russell King wrote: > Add common OF-based component functionality for matching devices by > device node, and releasing the device node at the appropraite time. > > Signed-off-by: Russell King > --- > drivers/of/Makefile | 2 +- > drivers/of/of_component.c | 41 +++++++++++++++++++++++++++++++++++++++++ > include/linux/of_component.h | 14 ++++++++++++++ I'd prefer this to go into drivers/base/component.c. That's the general direction we've been moving. I'd expect this would cause some build failures unless the cases you converted all depend on CONFIG_OF. Rob -- 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