diff options
| author | Seungwon Jeon <tgih.jun@samsung.com> | 2012-05-31 11:54:47 +0300 |
|---|---|---|
| committer | Maya Erez <merez@codeaurora.org> | 2012-05-31 11:54:53 +0300 |
| commit | 968c774ea6466fa7adbf2eac333220132acda306 (patch) | |
| tree | dd407c83e2143e44ce5ca7f87dde76bab3c1e7a1 /scripts/gcc-wrapper.py | |
| parent | 03bbfdade61daaa932abb4f2b998b9feb2380289 (diff) | |
mmc: core: Support packed write command for eMMC4.5 device
This patch supports packed write command of eMMC4.5 device.
Several writes can be grouped in packed command and all data
of the individual commands can be sent in a single transfer
on the bus.
Change-Id: I391c3e5f73b785a8b7d25eb8256051020cfb0631
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index d3d393dce9e..1497452e1ad 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -44,8 +44,8 @@ allowed_warnings = set([ "alignment.c:720", "async.c:122", "async.c:270", - "block.c:835", - "block.c:836", + "block.c:847", + "block.c:848", "dir.c:43", "dm.c:1053", "dm.c:1080", |
