From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754285AbdLHPjR (ORCPT ); Fri, 8 Dec 2017 10:39:17 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54140 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754260AbdLHPjH (ORCPT ); Fri, 8 Dec 2017 10:39:07 -0500 Date: Fri, 8 Dec 2017 16:39:13 +0100 From: Greg KH To: David Kershner Cc: jes.sorensen@gmail.com, linux-kernel@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com, erik.arfvidson@gmail.com, wadgaonkarsam@gmail.com Subject: Re: [PATCH v2] drivers: visorbus: move driver out of staging Message-ID: <20171208153913.GA31823@kroah.com> References: <1512666667-14981-1-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512666667-14981-1-git-send-email-david.kershner@unisys.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) > and to drivers/visorbus. Modify the configuration and makefiles so they > now reference the new location. The s-Par header file visorbus.h that is > referenced by all s-Par drivers, is being moved into include/linux. > > Signed-off-by: David Kershner > Reviewed-by: Tim Sell Nice work, now applied to my testing tree! greg k-h