Re: [PATCH 2/4] tty: serial: altera_uart: Use port->regshift to store bus shift
From: Anton Vorontsov <hidden>
Date: 2011-02-09 10:46:41
Also in:
lkml
From: Anton Vorontsov <hidden>
Date: 2011-02-09 10:46:41
Also in:
lkml
On Wed, Feb 09, 2011 at 10:57:04AM +0100, Tobias Klauser wrote:
Use the regshift member of struct uart_port to store the address stride from platform data. This way we can save one dereference per call of altera_uart_readl and altera_uart_writel. This also allows us to use the driver without platform data, which is needed for device tree support in the Nios2 port. Cc: Anton Vorontsov <redacted> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Anton Vorontsov <redacted> Thanks! -- Anton Vorontsov Email: cbouatmailru@gmail.com