Return-path: Received: from mail-qa0-f52.google.com ([209.85.216.52]:64360 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754777AbaEEICD (ORCPT ); Mon, 5 May 2014 04:02:03 -0400 Received: by mail-qa0-f52.google.com with SMTP id cm18so5853767qab.11 for ; Mon, 05 May 2014 01:02:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <000a01cf5ecb$15fedcf0$41fc96d0$%jun@samsung.com> References: <1383653403-10049-1-git-send-email-ulf.hansson@linaro.org> <006701cf2a58$c628e050$527aa0f0$%jun@samsung.com> <000a01cf5ecb$15fedcf0$41fc96d0$%jun@samsung.com> Date: Mon, 5 May 2014 10:02:02 +0200 Message-ID: (sfid-20140505_100210_167416_0ED0D14E) Subject: Re: [PATCH 1/6] mmc: drop the speed mode of card's state From: Ulf Hansson To: "John W. Linville" Cc: linux-mmc , linux-wireless@vger.kernel.org, Chris Ball , Jaehoon Chung , Jackey Shen , Alim Akhtar , Seungwon Jeon , Fariya Fatima Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 23 April 2014 10:07, Seungwon Jeon wrote: > Timing mode identifier has same role and can take the place > of speed mode. This change removes all related speed mode. > > Signed-off-by: Seungwon Jeon > Tested-by: Jaehoon Chung > Acked-by: Jaehoon Chung > Signed-off-by: Ulf Hansson > Signed-off-by: Chris Ball > --- > drivers/mmc/core/bus.c | 8 ++++---- > drivers/mmc/core/core.c | 3 +-- > drivers/mmc/core/mmc.c | 11 +++-------- > drivers/mmc/core/sd.c | 16 +++------------- > drivers/mmc/core/sd.h | 1 - > drivers/mmc/core/sdio.c | 8 ++------ > drivers/net/wireless/rsi/rsi_91x_sdio.c | 4 +--- > include/linux/mmc/card.h | 23 ++++++----------------- > include/linux/mmc/host.h | 23 +++++++++++++++++++++++ > 9 files changed, 43 insertions(+), 54 deletions(-) Hi John, We would like to queue this patch through Chris' mmc tree for 3.16. Since it touches the rsi wireless driver, could you please have a look and let's us know if you have any concerns. Kind regards Ulf Hansson