From: Thomas Gleixner Date: Tue, 23 May 2006 21:25:53 +0000 (+0200) Subject: [MTD] Refactor NAND hwcontrol to cmd_ctrl X-Git-Tag: v2.6.18-rc1~1105^2~58^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abd3ef9875eb2afcdcd4f450680298a2983a55e;p=pandora-kernel.git [MTD] Refactor NAND hwcontrol to cmd_ctrl The hwcontrol function enforced a step by step state machine for any kind of hardware chip access. Let the hardware driver know which control bits are set and inform it about a change of the control lines. Let the hardware driver write out the command and address bytes directly. This gives a peformance advantage for address bus controlled chips and simplifies the quirks in the hardware drivers. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed