From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760339AbcJ1MW2 (ORCPT ); Fri, 28 Oct 2016 08:22:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57350 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbcJ1MW1 (ORCPT ); Fri, 28 Oct 2016 08:22:27 -0400 Date: Fri, 28 Oct 2016 08:22:36 -0400 From: Greg Kroah-Hartman To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] miscdevice: introduce builtin_misc_device Message-ID: <20161028122236.GA20943@kroah.com> References: <20161022223605.11585-1-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161022223605.11585-1-paul.gortmaker@windriver.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 22, 2016 at 06:36:05PM -0400, Paul Gortmaker wrote: > This is basically the same as module_misc_device but without the > presence of an exit/remove function. Similar in nature to the > commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: > better support builtin boilerplate avoidance"). > > Cc: Arnd Bergmann > Signed-off-by: Paul Gortmaker > --- > > [I've got several users of this in my local queue; but I'll stagger > those and this by a merge window to avoid dependency issues.] Send them on, I'll be glad to take them through my tree if you want to. thanks, greg k-h