Re: Can't load module spi_mpc83xx : No such device

2009-03-03 Thread Anton Vorontsov
On Tue, Mar 03, 2009 at 03:11:23PM +1100, Dushara Jayasinghe wrote: > Hi All, > > > Linus' tree is still lacking few patches for spi_mpc83xx driver, the > > patches makes spi_mpc83xx work with the device tree directly. > > I modified the spi_mpc83xx to work with the device tree using > mpc52xx_ps

RE: Can't load module spi_mpc83xx : No such device

2009-03-02 Thread Dushara Jayasinghe
Hi All, > Linus' tree is still lacking few patches for spi_mpc83xx driver, the > patches makes spi_mpc83xx work with the device tree directly. I modified the spi_mpc83xx to work with the device tree using mpc52xx_psc_spi.c as a guide. However, the device->dev->platform_data member is NULL (I th

Re: Can't load module spi_mpc83xx : No such device

2009-02-27 Thread Anton Vorontsov
On Fri, Feb 27, 2009 at 03:56:41PM +1100, Dushara Jayasinghe wrote: > Hi all, > > I'm using linux version 2.6.29-rc5. Linus' tree is still lacking few patches for spi_mpc83xx driver, the patches makes spi_mpc83xx work with the device tree directly. You should use -mm kernels. [...] > Part of my