On Thu, Dec 02, 2010 at 06:47:37PM +0100, Sebastian Andrzej Siewior wrote: > the of_node will auto-publish devices which are added to the device > tree. > > Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
picked up for -next via merge g. > --- > drivers/spi/pxa2xx_spi.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c > index 9ca6454..9592883 100644 > --- a/drivers/spi/pxa2xx_spi.c > +++ b/drivers/spi/pxa2xx_spi.c > @@ -1556,6 +1556,10 @@ static int __devinit pxa2xx_spi_probe(struct > platform_device *pdev) > drv_data->pdev = pdev; > drv_data->ssp = ssp; > > + master->dev.parent = &pdev->dev; > +#ifdef CONFIG_OF > + master->dev.of_node = pdev->dev.of_node; > +#endif > /* the spi->mode bits understood by this driver: */ > master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH; > > -- > 1.7.3.2 > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
