Dave,
On Friday 21 November 2008, David Brownell wrote:
> On Friday 31 October 2008, Stefan Roese wrote:
> > + dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n",
> > + __FUNCTION__, spi->mode, spi->bits_per_word,
> > + spi->max_speed_hz);
>
> Oh, and checkpatch.pl
On Friday 31 October 2008, Stefan Roese wrote:
> + dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n",
> + __FUNCTION__, spi->mode, spi->bits_per_word,
> + spi->max_speed_hz);
Oh, and checkpatch.pl would warn about __FUNCTION__ vs __func__ ...
_
On Friday 31 October 2008, Stefan Roese wrote:
> +static int spi_ppc4xx_setupxfer(struct spi_device *spi, struct spi_transfer
> *t)
> +{
> ...
>
> + if (in_8(&hw->regs->cdm) != cdm)
> + out_8(&hw->regs->cdm, cdm);
... writes to hardware, updating SPI the clock ra
On Fri, Oct 31, 2008 at 12:07:46PM +0100, Stefan Roese wrote:
>This adds a SPI driver for the SPI controller found in the IBM/AMCC
>4xx PowerPC's.
>
>Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
>Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]>
Acked-by: Josh Boyer <[EMAIL PROTECTED]>
>---
>C
This adds a SPI driver for the SPI controller found in the IBM/AMCC
4xx PowerPC's.
Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]>
---
Changes in v4:
- Added fixes suggested by Josh Boyer
- Changed compatible property from "ibm,spi" to "ibm,ppc4xx-