On 10/16/2013 03:00 PM, Mark Brown wrote:
> From: Mark Brown <[email protected]>
>
> This is a half done conversion with minimal code reorganisation provided
> for bisection purposes. A further patch will move the first transfer
> preparation into tegra_slink_prepare_message().
> diff --git a/drivers/spi/spi-tegra20-slink.c b/drivers/spi/spi-tegra20-slink.c
> -static int tegra_slink_transfer_one_message(struct spi_master *master,
> - struct spi_message *msg)
...
> - msg->actual_length += xfer->len;
> - if (xfer->cs_change && xfer->delay_usecs) {
> - tegra_slink_writel(tspi, tspi->def_command_reg,
> - SLINK_COMMAND);
> - udelay(xfer->delay_usecs);
> - }
That chunk didn't seem to end up anywhere else. Is that expected?
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html