From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:16 +0000 (+0100) Subject: ide-disk: add ide_tf_set_cmd() helper X-Git-Tag: v2.6.25-rc1~1236^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba76ae3883ad9faa32a6b35271c6a407d6c96ca9;p=pandora-kernel.git ide-disk: add ide_tf_set_cmd() helper * Add ide_tf_set_cmd() helper for selecting/setting command and data phase (note: DMA data phases are there for completness, they are not required ATM). * Set IDE_TFLAG_WRITE taskfile flag for write requests in __ide_do_rw_disk(). * Convert __ide_do_rw_disk() to use the new ide_tf_set_cmd() helper. There should be no functionality changes caused by this patch. Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed