Re: [U-Boot] [PATCH 08/13] at91rm9200: move serial shutdown code to serial drivers

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1238193026-12564-8-git-send-email-plagn...@jcrosoft.com> you wrote: > introduce serial_exit for this purpose. Use it only when the rm9200 > serial driver is active > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > cpu/arm920t/at91rm92

[U-Boot] [PATCH 08/13] at91rm9200: move serial shutdown code to serial drivers

2009-03-27 Thread Jean-Christophe PLAGNIOL-VILLARD
introduce serial_exit for this purpose. Use it only when the rm9200 serial driver is active Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm920t/at91rm9200/interrupts.c | 13 +++-- drivers/serial/at91rm9200_usart.c |5 + include/common.h|1 +