10 Feb, 2007

1 commit

  • This is a set of changes to convert support for the TURBOchannel bus to the
    driver model. It implements the usual set of calls similar to what other bus
    drivers have: tc_register_driver(), tc_unregister_driver(), etc. All the
    platform-specific bits have been removed and headers from asm-mips/dec/ have
    been merged into linux/tc.h, which should be included by drivers.

    Signed-off-by: Maciej W. Rozycki
    Signed-off-by: Andrew Morton
    Signed-off-by: Ralf Baechle

    Maciej W. Rozycki