
Dear Anatolij Gustschin,
In message 1272130031-26230-2-git-send-email-agust@denx.de you wrote:
Subsequent patch extends mpc512x serial driver to support multiple PSC ports. The driver will provide an uninit() function to stop the serial controller and to disable the controller's clock. Adding uninit() entry to struct serial_device allows disabling the serial controller after usage of a stdio serial device.
This patch adds uninit() entry to the struct serial_device and fixes initialization of this structure in the code accordingly.
Signed-off-by: Anatolij Gustschin agust@denx.de
arch/powerpc/cpu/mpc5xxx/serial.c | 2 ++ arch/powerpc/cpu/mpc8xx/serial.c | 2 ++ arch/powerpc/cpu/ppc4xx/4xx_uart.c | 2 ++ board/logicpd/zoom2/zoom2_serial.h | 1 + drivers/serial/serial.c | 1 + drivers/serial/serial_pxa.c | 3 +++ drivers/serial/serial_s3c24x0.c | 1 + drivers/serial/serial_s5pc1xx.c | 1 + include/serial.h | 1 + 9 files changed, 14 insertions(+), 0 deletions(-)
This patch is actually not 5xxx related, so I pull it directly into "master".
Applied, thanks.
Best regards,
Wolfgang Denk