From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbdLHSmt (ORCPT ); Fri, 8 Dec 2017 13:42:49 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:55695 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752338AbdLHSms (ORCPT ); Fri, 8 Dec 2017 13:42:48 -0500 Date: Fri, 8 Dec 2017 21:32:22 +0300 From: Dan Carpenter To: Greg KH Cc: David Kershner , wadgaonkarsam@gmail.com, driverdev-devel@linuxdriverproject.org, jes.sorensen@gmail.com, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org, erik.arfvidson@gmail.com Subject: Re: [PATCH v2] drivers: visorbus: move driver out of staging Message-ID: <20171208183222.3dwr5zinlqelygwe@mwanda> References: <1512666667-14981-1-git-send-email-david.kershner@unisys.com> <20171208153913.GA31823@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171208153913.GA31823@kroah.com> User-Agent: NeoMutt/20170609 (1.8.3) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8739 signatures=668644 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1712080253 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 08, 2017 at 04:39:13PM +0100, Greg KH wrote: > 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! Congrats. :) regards, dan carpenter