]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MMC: unify mmc read and write operation
authorLei Wen <leiwen@marvell.com>
Wed, 22 Jun 2011 17:03:30 +0000 (17:03 +0000)
committerAndy Fleming <afleming@freescale.com>
Sat, 16 Jul 2011 01:29:00 +0000 (20:29 -0500)
commit6be95ccf9ff52d629526d1c20c5343c2a91d9e72
tree918d4259b03d3f5fdde4b36609ba98ece3569ec6
parent83800959a8e153130053ea1d0769e6205601735b
MMC: unify mmc read and write operation

mmc read and write command has so many in common, unfiy those two to
force consistency across the those two.

Signed-off-by: Lei Wen <leiwen@marvell.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Andy Fleming <afleming@freescale.com>
common/cmd_mmc.c