14 Jan, 2020

1 commit

  • Unlike its PCI counterpart, tc_match_device() was never used outside
    the TURBOchannel bus code.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Paul Burton
    Cc: Maciej W . Rozycki
    Cc: Ralf Baechle
    Cc: linux-mips@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org

    Geert Uytterhoeven
     

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