[TC] MIPS: TURBOchannel update to the driver model
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 <macro@linux-mips.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- drivers/tc/Makefile 1 addition, 1 deletiondrivers/tc/Makefile
- drivers/tc/tc-driver.c 110 additions, 0 deletionsdrivers/tc/tc-driver.c
- drivers/tc/tc.c 139 additions, 200 deletionsdrivers/tc/tc.c
- include/asm-mips/dec/tc.h 0 additions, 41 deletionsinclude/asm-mips/dec/tc.h
- include/asm-mips/dec/tcinfo.h 0 additions, 47 deletionsinclude/asm-mips/dec/tcinfo.h
- include/asm-mips/dec/tcmodule.h 0 additions, 39 deletionsinclude/asm-mips/dec/tcmodule.h
- include/linux/tc.h 141 additions, 0 deletionsinclude/linux/tc.h
Loading
Please register or sign in to comment