> how about using spi core queuing?
It seems this feature is not merged when I wrote this driver. I'll
convert to use it.

>> +static struct platform_driver bfin_spi_driver = {
>> +       .driver = {
>> +               .name   = "bfin-spi",
>> +               .owner  = THIS_MODULE,
>> +       },
>> +       .suspend        = bfin_spi_suspend,
>> +       .resume         = bfin_spi_resume,
>
> Can we move to dev pm ops instead?
ok.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to