Skip to content
Snippets Groups Projects
Commit 8d1165e1 authored by Pavel Herrmann's avatar Pavel Herrmann Committed by Tom Rini
Browse files

split mpc8xx hooks from cmd_ide.c


move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created
ide_init_postreset() (invoked after calling ide_reset after ide_preinit),
some cleanup to make checkpatch happy, enable IDE init hooks in configs of
affected boards.
confusingly, these hooks are used by more than just mpc8xx-based boards, and
therefore are placed in arch/ppc/lib/

note: checkpatch still emits warnings about using volatile

Signed-off-by: default avatarPavel Herrmann <morpheus.ibis@gmail.com>
parent 94fa029a
No related branches found
No related tags found
No related merge requests found
Showing
with 259 additions and 183 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment