Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1368902

[PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC

From Eric Anholt <eric@anholt.net>
Newsgroups linux.kernel
Subject [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
Date 2016-04-01 02:30 +0200
Message-ID <riV8n-4z1-19@gated-at.bofh.it> (permalink)
References <riV8m-4z1-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This approximately triples write performance for the SD card.  My card
is too full of important data to collect very reliable numbers, but I
see 271.361% +/- 166.742% improvement (n=3 before, 6 after), for 'dd
if=/dev/zero of=/boot/asdf bs=1M count=3 oflag=dsync,direct'.  Read
performance appears to be unaffected.

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 arch/arm/configs/multi_v7_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 43a8ce0..a913520 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -642,7 +642,6 @@ CONFIG_MMC_SDHCI_SPEAR=y
 CONFIG_MMC_SDHCI_S3C=y
 CONFIG_MMC_SDHCI_S3C_DMA=y
 CONFIG_MMC_SDHCI_BCM_KONA=y
-CONFIG_MMC_SDHCI_BCM2835=y
 CONFIG_MMC_SDHCI_ST=y
 CONFIG_MMC_OMAP=y
 CONFIG_MMC_OMAP_HS=y
-- 
2.7.0

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support Eric Anholt <eric@anholt.net> - 2016-04-01 02:30 +0200
  [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC Eric Anholt <eric@anholt.net> - 2016-04-01 02:30 +0200
    Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 04:10 +0200
      Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC Eric Anholt <eric@anholt.net> - 2016-04-01 17:50 +0200
      Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 19:00 +0200
        Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stefan Wahren <stefan.wahren@i2se.com> - 2016-04-01 22:20 +0200
  Re: [PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 04:10 +0200

csiph-web