Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752844AbaGBJJl (ORCPT ); Wed, 2 Jul 2014 05:09:41 -0400 Received: from rtits2.realtek.com ([60.250.210.242]:40330 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752005AbaGBJJj (ORCPT ); Wed, 2 Jul 2014 05:09:39 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.39 with qID s62997Ih028516, This message is accepted by code: ctloc85258 Message-ID: <53B3CD60.80302@realsil.com.cn> Date: Wed, 2 Jul 2014 17:14:08 +0800 From: micky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Lee Jones , Ulf Hansson CC: Samuel Ortiz , Chris Ball , , "linux-kernel@vger.kernel.org" , linux-mmc , Greg Kroah-Hartman , Dan Carpenter , Roger , Wei WANG Subject: Re: [PATCH 1/2] mfd: rtsx: add dma transfer function References: <9021eae37d96aa027d00ae4a7b6cd84dbbd1b6b5.1402037564.git.micky_ching@realsil.com.cn> <20140616122032.GS14323@lee--X1> <20140618080056.GM21030@lee--X1> In-Reply-To: <20140618080056.GM21030@lee--X1> Content-Type: text/plain; charset="UTF-8"; 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 On 06/18/2014 04:00 PM, Lee Jones wrote: > On Mon, 16 Jun 2014, Ulf Hansson wrote: > >> On 16 June 2014 14:20, Lee Jones wrote: >>>> From: Micky Ching >>>> >>>> rtsx driver using a single function for transfer data, dma map/unmap are >>>> placed in one fix function. We need map/unmap dma in different place(for >>>> mmc async driver), so add three function for dma map, dma transfer and >>>> dma unmap. >>>> >>>> Signed-off-by: Micky Ching >>>> --- >>>> drivers/mfd/rtsx_pcr.c | 76 ++++++++++++++++++++++++++---------------- >>>> include/linux/mfd/rtsx_pci.h | 6 ++++ >>>> 2 files changed, 54 insertions(+), 28 deletions(-) >>> I don't see any glaring issues with this patch. Does it rely on the >>> first patch, or vise versa, or can it just be applied? >> The mmc part in patch2 relies on this one, but please go ahead and >> apply the mfd patch if you see it good. >> >> I can later provide my ack for the mmc parts, in patch2, when it's a >> reviewed properly and thus you can take it through your tree. > There's no rush. Once you're happy with the MMC patch, Micky can > submit them both again with my Ack on the MFD part and I'll take them > as a set. > Hi Lee, Can you pick this patch directly? need resend it now? Thanks. Best Regards. micky. -- 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/