Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbaDAWG7 (ORCPT ); Tue, 1 Apr 2014 18:06:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38949 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbaDAWG5 (ORCPT ); Tue, 1 Apr 2014 18:06:57 -0400 Date: Tue, 1 Apr 2014 15:06:54 -0700 From: Andrew Morton To: Roger Cc: Samuel Ortiz , Lee Jones , Chris Ball , Greg Kroah-Hartman , Maxim Levitsky , Alex Dubov , Dan Carpenter , Ulf Hansson , , , , , Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver Message-Id: <20140401150654.fe27636428a62fdf9e0d2dc1@linux-foundation.org> In-Reply-To: <533A3080.2020008@realtek.com> References: <1395744293-24398-1-git-send-email-rogerable@realtek.com> <1395744293-24398-4-git-send-email-rogerable@realtek.com> <533A3080.2020008@realtek.com> X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Apr 2014 11:20:32 +0800 Roger wrote: > On 03/25/2014 06:44 PM, rogerable@realtek.com wrote: > > From: Roger Tseng > > > > Realtek USB memstick host driver provides memstick host support based on the > > Realtek USB card reader MFD driver. > > > > Signed-off-by: Roger Tseng > > --- > > drivers/memstick/host/Kconfig | 10 + > > drivers/memstick/host/Makefile | 1 + > > drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++ > > 3 files changed, 850 insertions(+) > > create mode 100644 drivers/memstick/host/rtsx_usb_ms.c > Hi Andrew, > > Since I'll have to send next revision(v6, to modify patch 1/3) and > you've commented v4, would you also comment or Ack the 3/3 of this one? > This should save one revision for me to make any necessary change. It looks OK to my inexpert eye. It would be better if Maxim and/or Alex could review the code. If that doesn't happen then I guess the best we can do is to go ahead and merge it. Have you worked out via which tree the patches will be merged? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/