Re: [PATCH 0/2] Remove .owner from spi_drivers

2015-10-28 Thread Andrew F. Davis
On 10/23/2015 01:29 PM, Sebastian Reichel wrote: Hi, On Fri, Oct 23, 2015 at 08:59:09AM -0500, Andrew F. Davis wrote: This series adds a helper macro to the SPI core that assigns the owner in spi_drivers so individual drivers do not have to do this, this is similar to other subsystems like plat

Re: [PATCH 0/2] Remove .owner from spi_drivers

2015-10-25 Thread Jonathan Cameron
On 23/10/15 14:59, Andrew F. Davis wrote: > Hello all, > > This series adds a helper macro to the SPI core that assigns the owner > in spi_drivers so individual drivers do not have to do this, this is > similar to other subsystems like platform_driver and i2c_driver that > have made this change. F

Re: [PATCH 0/2] Remove .owner from spi_drivers

2015-10-23 Thread Sebastian Reichel
Hi, On Fri, Oct 23, 2015 at 08:59:09AM -0500, Andrew F. Davis wrote: > This series adds a helper macro to the SPI core that assigns the owner > in spi_drivers so individual drivers do not have to do this, this is > similar to other subsystems like platform_driver and i2c_driver that > have made th

[PATCH 0/2] Remove .owner from spi_drivers

2015-10-23 Thread Andrew F. Davis
Hello all, This series adds a helper macro to the SPI core that assigns the owner in spi_drivers so individual drivers do not have to do this, this is similar to other subsystems like platform_driver and i2c_driver that have made this change. Andrew F. Davis (2): spi: Add THIS_MODULE to spi_dri