Re: [PATCH 3/3] mfd: Remove MFD_CROS_EC_SPI depends on OF

2015-07-22 Thread Lee Jones
On Thu, 25 Jun 2015, Lee Jones wrote: > On Thu, 25 Jun 2015, Javier Martinez Canillas wrote: > > > The ChromeOS EC SPI transport driver has a dependency on OF because it > > uses some OF helpers from the header. But there isn't a > > need for an explicit dependency since the header has stub func

Re: [PATCH 3/3] mfd: Remove MFD_CROS_EC_SPI depends on OF

2015-06-25 Thread Lee Jones
On Thu, 25 Jun 2015, Javier Martinez Canillas wrote: > The ChromeOS EC SPI transport driver has a dependency on OF because it > uses some OF helpers from the header. But there isn't a > need for an explicit dependency since the header has stub functions if > CONFIG_OF is not defined. > > Also, M

[PATCH 3/3] mfd: Remove MFD_CROS_EC_SPI depends on OF

2015-06-24 Thread Javier Martinez Canillas
The ChromeOS EC SPI transport driver has a dependency on OF because it uses some OF helpers from the header. But there isn't a need for an explicit dependency since the header has stub functions if CONFIG_OF is not defined. Also, MFD_CROS_EC_SPI already depends on MFD_CROS_EC which in turn has a