From patchwork Mon Mar 26 17:59:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Tomsich X-Patchwork-Id: 891163 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=theobroma-systems.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40924Y2tFXz9s08 for ; Tue, 27 Mar 2018 05:00:45 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 19CB9C21F4A; Mon, 26 Mar 2018 17:59:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 941EFC21F1B; Mon, 26 Mar 2018 17:59:26 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7CD28C21D4A; Mon, 26 Mar 2018 17:59:24 +0000 (UTC) Received: from mail.theobroma-systems.com (vegas.theobroma-systems.com [144.76.126.164]) by lists.denx.de (Postfix) with ESMTPS id 45BC0C21EB4 for ; Mon, 26 Mar 2018 17:59:24 +0000 (UTC) Received: from [86.59.122.178] (port=37031 helo=android.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.80) (envelope-from ) id 1f0WOu-0000bl-64; Mon, 26 Mar 2018 19:59:20 +0200 From: Philipp Tomsich To: u-boot@lists.denx.de Date: Mon, 26 Mar 2018 19:59:07 +0200 Message-Id: <1522087150-21556-1-git-send-email-philipp.tomsich@theobroma-systems.com> X-Mailer: git-send-email 2.1.4 Cc: Alexander Graf , Heinrich Schuchardt , Klaus Goger , Eugeniy Paltsev , Jakob Unterwurzacher Subject: [U-Boot] [PATCH 0/3] rockchip: Improve SDHCI throughput on the RK3399-Q7 (puma-rk3399) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This series - adds 8bit support for rockchip_sdhci.c on the RK3399 - enables DMA for SDHCI on the RK3399-Q7 And while we're at it: we also add the Rockchip-specific wrapper to the list of files maintained as part of the Rockchip sub-architecture. Philipp Tomsich (3): rockchip: defconfig: puma-rk3399: enable DMA for SDHCI controller rockchip: mmc: update MAINTAINERS rockchip: sdhci: support 8bit bus-width MAINTAINERS | 2 ++ configs/puma-rk3399_defconfig | 1 + drivers/mmc/rockchip_sdhci.c | 8 ++++++++ 3 files changed, 11 insertions(+)