From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755125AbaCZB00 (ORCPT ); Tue, 25 Mar 2014 21:26:26 -0400 Received: from rtits2.realtek.com ([60.250.210.242]:50219 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752775AbaCZB0Z (ORCPT ); Tue, 25 Mar 2014 21:26:25 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.39 with qID s2Q1Ptau005049, This message is accepted by code: ctloc85258 Message-ID: <53322D81.3050701@realsil.com.cn> Date: Wed, 26 Mar 2014 09:29:37 +0800 From: micky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Ulf Hansson CC: Chris Ball , Samuel Ortiz , Greg Kroah-Hartman , Dan Carpenter , , "linux-kernel@vger.kernel.org" , linux-mmc , Roger , Wei WANG Subject: Re: [PATCH 0/2] mmc: rtsx: add new cmd type handle and modify errorhandle References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [172.29.41.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ulf, On 03/25/2014 06:44 PM, Ulf Hansson wrote: > On 25 March 2014 10:47, wrote: >> From: Micky Ching >> >> Add new command type(R1 without CRC) handle, without this >> patch mmc card initialize will be failed. >> >> Using a more careful handle in request timeout, this would >> improve error recover capability. Debug info is printed >> using non DMA mode, this would help print more accurately >> for DMA command failed. Smatch warning was removed. > Hi Micky, > > Seems like this patchset has been around for some time, sorry for the delay. > > I don't have any objections to it getting merged, but you need to run > checkpatch of your patches. Patch2 has a warning you should fix. Patch2 is based on see: https://lkml.org/lkml/2014/2/17/270 checkpatch.pl seems ok, is there any thing I need to check? Best Regards. micky. > Kind regards > Ulf Hansson > > >> Micky Ching (2): >> mmc: rtsx: add R1-no-CRC mmc command type handle >> mmc: rtsx: modify error handle and remove smatch warnings >> >> drivers/mmc/host/rtsx_pci_sdmmc.c | 121 ++++++++++++++++++++----------------- >> 1 file changed, 67 insertions(+), 54 deletions(-) >> >> -- >> 1.7.9.5 > . >