Re: [PATCH] mpc52xx_psc_spi: Convert to cs_control callback

2009-05-22 Thread Jon Smirl
On Thu, Apr 30, 2009 at 6:31 PM, Anton Vorontsov wrote: > mpc52xx_psc_spi driver is the last user of the legacy activate_cs > and deactivate_cs callbacks, so convert the driver to the cs_control This driver is missing a call to of_register_spi_devices(master, op->node); Here's how I added it, bu

Re: [PATCH] mpc52xx_psc_spi: Convert to cs_control callback

2009-05-21 Thread Grant Likely
On Thu, Apr 30, 2009 at 4:31 PM, Anton Vorontsov wrote: > mpc52xx_psc_spi driver is the last user of the legacy activate_cs > and deactivate_cs callbacks, so convert the driver to the cs_control > hook and remove the legacy callbacks from fsl_spi_platform_data > struct. > > Signed-off-by: Anton Vo

[PATCH] mpc52xx_psc_spi: Convert to cs_control callback

2009-04-30 Thread Anton Vorontsov
mpc52xx_psc_spi driver is the last user of the legacy activate_cs and deactivate_cs callbacks, so convert the driver to the cs_control hook and remove the legacy callbacks from fsl_spi_platform_data struct. Signed-off-by: Anton Vorontsov --- drivers/spi/mpc52xx_psc_spi.c | 22 +