Sergei Shtylyov wrote: > Update KGDB serial driver for Toshiba TX49xx: > > - rename it according to the new convention, with _kgdb prefix; > > - enable support for the new baud rate option, removing the obsolete #ifdef > cruft; > > - enable support for the serial port selection; > > - fix write_char method to accept 'u8' arg; > > - rename some variables/functions; > > - get rid of #ifdef CONFIG_TOSHIBA_RBTX4939 (this platform isn't supported in > the mainline anyway) but make the driver support 4 UARTs instead of 2 max. > > While at it, fix Kconfig option description/help for both this driver and > Broadcom SB1xxx... > > Signed-off-by: Sergey Shtylyov <[EMAIL PROTECTED]> > > --- > This patch is against linux2_6_21_uprev branch... > > drivers/serial/kgdb_serial_txx9.c | 168 > ------------- > arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | 4 > arch/mips/tx4938/toshiba_rbtx4938/setup.c | 4 > drivers/serial/Makefile | 2 > drivers/serial/serial_txx9.c | 13 - > drivers/serial/serial_txx9_kgdb.c | 150 +++++++++++ > lib/Kconfig.kgdb | 11 > 7 files changed, 165 insertions(+), 187 deletions(-) > >
This patch has been committed to the mips-lite.patch in the linux2_6_21_uprev branch. The sh-lite.patch had to have a small context change to integrate the changes, so this has been updated as well. Thanks, Jason. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
