From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754319AbaKRR2E (ORCPT ); Tue, 18 Nov 2014 12:28:04 -0500 Received: from mail-vc0-f180.google.com ([209.85.220.180]:65110 "EHLO mail-vc0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754079AbaKRR2C (ORCPT ); Tue, 18 Nov 2014 12:28:02 -0500 MIME-Version: 1.0 In-Reply-To: <1415904621-26800-1-git-send-email-abrestic@chromium.org> References: <1415904621-26800-1-git-send-email-abrestic@chromium.org> Date: Tue, 18 Nov 2014 09:28:00 -0800 X-Google-Sender-Auth: NTm13cuPVUBOCvJTn_JAGRMuPRs Message-ID: Subject: Re: [PATCH] mmc: dw_mmc: Add support for IMG Pistachio From: Doug Anderson To: Andrew Bresticker Cc: Seungwon Jeon , Jaehoon Chung , Chris Ball , Ulf Hansson , James Hartley , Ezequiel Garcia , "linux-kernel@vger.kernel.org" , "linux-mmc@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew, On Thu, Nov 13, 2014 at 10:50 AM, Andrew Bresticker wrote: > Add support for the DW MMC host found on the Imagination Pistachio SoC. > Like the DW MMC hosts found on SOCFPGA and Rockchip SoCs, the DW MMC > host on Pistachio requires the use of SDMMC_CMD_USE_HOLD_REG. > > Signed-off-by: Andrew Bresticker > --- > .../devicetree/bindings/mmc/img-dw-mshc.txt | 29 ++++++++++++++++++++++ > drivers/mmc/host/dw_mmc-pltfm.c | 6 +++++ > 2 files changed, 35 insertions(+) This seems quite sane to me. Reviewed-by: Doug Anderson