From: Kishon Vijay Abraham I <kishon@ti.com>
To: chris@printf.net, ulf.hansson@linaro.org, tony@atomide.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org,
afenkart@gmail.com, nsekhar@ti.com
Subject: Re: [RFC PATCH 0/3] DRA72: MMC HS200 support
Date: Thu, 13 Nov 2014 20:26:25 +0530 [thread overview]
Message-ID: <5464C699.3080301@ti.com> (raw)
In-Reply-To: <1415890458-20436-1-git-send-email-kishon@ti.com>
Hi,
Sorry for sending this multiple times. There was some problem with my mail
configuration which I have fixed now.
Thanks
Kishon
On Thursday 13 November 2014 08:24 PM, Kishon Vijay Abraham I wrote:
> Added HS200 to improve EMMC throughput for dra72.
>
> With HS200
> ==============
> Read throughput
> ./dd if=/dev/mmcblk0 of=/dev/null bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 1.46028 s, 71.8 MB/s
>
> Write throughput
> root@dra7xx-evm:/# ./dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 9.34884 s, 11.2 MB/s
>
>
> WithOUT HS200
> ==============
> Read throughput
> ./dd if=/dev/mmcblk0 of=/dev/null bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 2.6423 s, 39.7 MB/s
>
> Write throughput
> ./dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 9.3556 s, 11.2 MB/s
>
> Balaji T K (1):
> mmc: omap_hsmmc: add tuning support
>
> Kishon Vijay Abraham I (1):
> ARM: dts: dra72-evm: Set the max-frequency to 192MHz
>
> Viswanath Puttagunta (1):
> mmc: omap_hsmmc: set host capabilities by reading MMCHS_CAPA2
> register
>
> arch/arm/boot/dts/dra72-evm.dts | 1 +
> drivers/mmc/host/omap_hsmmc.c | 342 ++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 341 insertions(+), 2 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: <chris@printf.net>, <ulf.hansson@linaro.org>, <tony@atomide.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-mmc@vger.kernel.org>, <linux-omap@vger.kernel.org>,
<afenkart@gmail.com>, <nsekhar@ti.com>
Subject: Re: [RFC PATCH 0/3] DRA72: MMC HS200 support
Date: Thu, 13 Nov 2014 20:26:25 +0530 [thread overview]
Message-ID: <5464C699.3080301@ti.com> (raw)
In-Reply-To: <1415890458-20436-1-git-send-email-kishon@ti.com>
Hi,
Sorry for sending this multiple times. There was some problem with my mail
configuration which I have fixed now.
Thanks
Kishon
On Thursday 13 November 2014 08:24 PM, Kishon Vijay Abraham I wrote:
> Added HS200 to improve EMMC throughput for dra72.
>
> With HS200
> ==============
> Read throughput
> ./dd if=/dev/mmcblk0 of=/dev/null bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 1.46028 s, 71.8 MB/s
>
> Write throughput
> root@dra7xx-evm:/# ./dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 9.34884 s, 11.2 MB/s
>
>
> WithOUT HS200
> ==============
> Read throughput
> ./dd if=/dev/mmcblk0 of=/dev/null bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 2.6423 s, 39.7 MB/s
>
> Write throughput
> ./dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=100 oflag=sync
> 100+0 records in
> 100+0 records out
> 104857600 bytes (105 MB) copied, 9.3556 s, 11.2 MB/s
>
> Balaji T K (1):
> mmc: omap_hsmmc: add tuning support
>
> Kishon Vijay Abraham I (1):
> ARM: dts: dra72-evm: Set the max-frequency to 192MHz
>
> Viswanath Puttagunta (1):
> mmc: omap_hsmmc: set host capabilities by reading MMCHS_CAPA2
> register
>
> arch/arm/boot/dts/dra72-evm.dts | 1 +
> drivers/mmc/host/omap_hsmmc.c | 342 ++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 341 insertions(+), 2 deletions(-)
>
next prev parent reply other threads:[~2014-11-13 14:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 14:54 [RFC PATCH 0/3] DRA72: MMC HS200 support Kishon Vijay Abraham I
2014-11-13 14:54 ` Kishon Vijay Abraham I
2014-11-13 14:54 ` [RFC PATCH 1/3] mmc: omap_hsmmc: set host capabilities by reading MMCHS_CAPA2 register Kishon Vijay Abraham I
2014-11-13 14:54 ` Kishon Vijay Abraham I
2014-11-13 14:54 ` [RFC PATCH 2/3] mmc: omap_hsmmc: add tuning support Kishon Vijay Abraham I
2014-11-13 14:54 ` Kishon Vijay Abraham I
2014-11-13 14:54 ` [RFC PATCH 3/3] ARM: dts: dra72-evm: Set the max-frequency to 192MHz Kishon Vijay Abraham I
2014-11-13 14:54 ` Kishon Vijay Abraham I
2014-11-13 14:56 ` Kishon Vijay Abraham I [this message]
2014-11-13 14:56 ` [RFC PATCH 0/3] DRA72: MMC HS200 support Kishon Vijay Abraham I
-- strict thread matches above, loose matches on Subject: below --
2014-11-13 12:56 Kishon Vijay Abraham I
2014-11-13 12:56 ` Kishon Vijay Abraham I
2014-11-13 12:56 ` Kishon Vijay Abraham I
2014-11-13 12:55 Kishon Vijay Abraham I
2014-11-13 12:55 ` Kishon Vijay Abraham I
2014-11-13 12:55 ` Kishon Vijay Abraham I
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5464C699.3080301@ti.com \
--to=kishon@ti.com \
--cc=afenkart@gmail.com \
--cc=chris@printf.net \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=nsekhar@ti.com \
--cc=tony@atomide.com \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.