Re: Serial: EG20T: add PCH_UART driver

From: Greg KH
Date: Tue Nov 30 2010 - 20:28:47 EST


On Wed, Nov 17, 2010 at 09:55:54AM +0900, Tomoya MORINAGA wrote:
> UART driver of Intel EG20T(Topcliff) PCH
>
> Intel EG20T PCH is the platform controller hub that is going to be used in
> Intel's general embedded platform. All IO peripherals in
> Intel EG20T PCH are actually devices sitting on AMBA bus.
> Intel EG20T PCH has UART I/F. Using this I/F, it is able to access system
> devices connected to UART.

I've applied this, but I now get the following warnings when building
the code:
drivers/serial/pch_uart.c: In function âdma_handle_rxâ:
drivers/serial/pch_uart.c:685:24: warning: cast from pointer to integer of different size
drivers/serial/pch_uart.c: In function âdma_handle_txâ:
drivers/serial/pch_uart.c:778:23: warning: cast from pointer to integer of different size
drivers/serial/pch_uart.c: In function âpch_uart_init_portâ:
drivers/serial/pch_uart.c:1289:20: warning: cast to pointer from integer of different size
drivers/serial/pch_uart.c: In function âpch_uart_exit_portâ:
drivers/serial/pch_uart.c:1328:2: warning: cast from pointer to integer of different size

Please send me a follow-up patch to resolve this.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/