]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_sata: Make sata_{read,write}() comply with <part.h>
authorTom Rini <trini@ti.com>
Sat, 29 Sep 2012 14:55:11 +0000 (07:55 -0700)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:02 +0000 (11:54 -0700)
commit40c030f8ff098a321cba56f2b2ce4d271023cff5
treedcb8ba5981c067780c009b90c6ba7201ee8290c5
parentdac87571009624b8ea408d10c7e2c7374ca1872f
fsl_sata: Make sata_{read,write}() comply with <part.h>

- sata_write() takes a const void as the last argument.  Fixing this
  means we also need to make ata_low_level_rw_lba{28,48} also take a
  const void.
- Both sata_{read,write} take lbaint_t for blkcnt and ulong for blknr

Signed-off-by: Tom Rini <trini@ti.com>
drivers/block/fsl_sata.c