From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758726AbbEaWMo (ORCPT ); Sun, 31 May 2015 18:12:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46265 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758623AbbEaWMV (ORCPT ); Sun, 31 May 2015 18:12:21 -0400 Date: Mon, 1 Jun 2015 07:05:30 +0900 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: Tim Waugh , Jean Delvare , Wolfram Sang , Willy Tarreau , Alan Cox , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org Subject: Re: [PATCH 0/6] use devicemodel with parport Message-ID: <20150531220530.GF13872@kroah.com> References: <1432135622-8288-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432135622-8288-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 20, 2015 at 08:56:56PM +0530, Sudip Mukherjee wrote: > After 5 versions of WIP, finally a patch submission. > parport subsystem is now in the transition stage and supports the old > model and the new device model. 3 of the drivers have been converted > into new model and tested. > After other drivers are converted we can remove the old code from > parport. This looks good, very nice job. Are you going to continue to fix up the other drivers? I don't want us to have a half-converted subsystem in the kernel. thanks, greg k-h