Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-09 Thread Thierry Reding
On Sun, Apr 05, 2015 at 11:24:54AM -0700, Joe Perches wrote: [...] > drivers/tty/serial/serial-tegra.c | 2 +- Acked-by: Thierry Reding pgpMuP0DtU6my.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-07 Thread Vineet Gupta
On Sunday 05 April 2015 11:55 PM, Joe Perches wrote: These structs can be const, so make them const. Miscellanea: o Add static to struct uart_ops declaration in bfin_sport_uart Signed-off-by: Joe Perches --- On Sun, 2015-04-05 at 00:04 +0200, Stefan Agner wrote: > On

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-07 Thread Tobias Klauser
On 2015-04-05 at 20:24:54 +0200, Joe Perches wrote: [...] > drivers/tty/serial/altera_jtaguart.c| 2 +- > drivers/tty/serial/altera_uart.c| 2 +- For these two drivers: Acked-by: Tobias Klauser ___ Linuxppc-dev mailing list Linux

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-07 Thread Patrice Chotard
Hi On 04/05/2015 08:24 PM, Joe Perches wrote: These structs can be const, so make them const. Miscellanea: o Add static to struct uart_ops declaration in bfin_sport_uart Signed-off-by: Joe Perches --- [...] for drivers/tty/serial/st-asc.c | 2 +- Acked-by: Patrice Chota

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-06 Thread Sören Brinkmann
On Sun, 2015-04-05 at 11:24AM -0700, Joe Perches wrote: > These structs can be const, so make them const. > > Miscellanea: > > o Add static to struct uart_ops declaration in bfin_sport_uart > > Signed-off-by: Joe Perches > --- [...] For: > drivers/tty/serial/xilinx_uartps.c | 2 +- T

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-06 Thread Stefan Agner
On 2015-04-05 20:24, Joe Perches wrote: > Still compiled only x86 and not cross-compiled or tested. Cross-compiled with multi_v7_defconfig > > drivers/tty/serial/21285.c | 2 +- > drivers/tty/serial/altera_jtaguart.c| 2 +- > drivers/tty/serial/altera_uart.c

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-05 Thread Joe Perches
On Mon, 2015-04-06 at 01:09 +0200, Stefan Agner wrote: > On 2015-04-05 20:24, Joe Perches wrote: > > Still compiled only x86 and not cross-compiled or tested. > > Cross-compiled with multi_v7_defconfig [] > > drivers/tty/serial/fsl_lpuart.c | 4 ++-- > > Tested that driver on actual h

Re: [PATCH V2] tty: serial: Add const to struct uart_ops declarations

2015-04-05 Thread Maciej W. Rozycki
On Sun, 5 Apr 2015, Joe Perches wrote: > drivers/tty/serial/dz.c | 2 +- > drivers/tty/serial/zs.c | 2 +- For these verified that the change works correctly, thanks for your work. Acked-by: Maciej W. Rozycki Maciej ___