From patchwork Mon Feb 14 06:55:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Rakity X-Patchwork-Id: 554081 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1E6x0Pn008929 for ; Mon, 14 Feb 2011 06:59:02 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466Ab1BNG7A (ORCPT ); Mon, 14 Feb 2011 01:59:00 -0500 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:57416 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375Ab1BNG67 convert rfc822-to-8bit (ORCPT ); Mon, 14 Feb 2011 01:58:59 -0500 Received: from source ([65.219.4.129]) (using TLSv1) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKTVjSrzK3Er1J1++zQQPmw6hh4x+qNoIa@postini.com; Sun, 13 Feb 2011 22:58:59 PST Received: from SC-vEXCH3.marvell.com ([10.93.76.133]) by SC-OWA01.marvell.com ([10.93.76.21]) with mapi; Sun, 13 Feb 2011 22:54:45 -0800 From: Philip Rakity To: "linux-arm-kernel@lists.infradead.org" CC: "linux-mmc@vger.kernel.org" , Mark Brown , Chris Ball , Arnd Bergmann Date: Sun, 13 Feb 2011 22:55:45 -0800 Subject: [PATCH 1/2] plat-pxa: Enable ability to adjust SD/MMC clocks Thread-Topic: [PATCH 1/2] plat-pxa: Enable ability to adjust SD/MMC clocks Thread-Index: AcvMFDShm9fSplPCSFyXzDAJ0dhKgQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 14 Feb 2011 06:59:09 +0000 (UTC) diff --git a/arch/arm/plat-pxa/include/plat/sdhci.h b/arch/arm/plat-pxa/include/plat/sdhci.h index a5bf405..bae194a 100644 --- a/arch/arm/plat-pxa/include/plat/sdhci.h +++ b/arch/arm/plat-pxa/include/plat/sdhci.h @@ -31,6 +31,9 @@ struct sdhci_pxa_platdata { unsigned int max_speed; unsigned int quirks; unsigned int flags; + unsigned short adjust_clocks; + unsigned short clk_select; + unsigned short clk_delay; }; #endif /* __PLAT_PXA_SDHCI_H */