Message ID | 4c4d2ba5-f5f6-4589-8a48-6a88d1c16098@VA3EHSMHS046.ehs.local (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> I'd propose the below fix. The relaxed IO helpers are currently > available on ARM only and the clock notifier used, depends on > COMMON_CLK. I2C-related dependencies should be okay due to the location in > Kconfig of this option. If somebody thinks an update is still needed, please resend against latest i2c-next. Thanks.
Hi Wolfram, On Wed, 2014-05-21 at 10:29AM +0200, Wolfram Sang wrote: > > I'd propose the below fix. The relaxed IO helpers are currently > > available on ARM only and the clock notifier used, depends on > > COMMON_CLK. I2C-related dependencies should be okay due to the location in > > Kconfig of this option. > > If somebody thinks an update is still needed, please resend against > latest i2c-next. Thanks. > I think we're fine for now. Once the *_relaxed IO helpers are available on all archs it makes sense to revisit the COMPILE_TEST option. Until then we are restricted to ARM anyway and the additional Zynq restriction doesn't make a big difference, IMHO. @Michal: Do you have an update on the IO helpers? Thanks, Sören
On 05/21/2014 06:00 PM, Sören Brinkmann wrote: > Hi Wolfram, > > On Wed, 2014-05-21 at 10:29AM +0200, Wolfram Sang wrote: >>> I'd propose the below fix. The relaxed IO helpers are currently >>> available on ARM only and the clock notifier used, depends on >>> COMMON_CLK. I2C-related dependencies should be okay due to the location in >>> Kconfig of this option. >> >> If somebody thinks an update is still needed, please resend against >> latest i2c-next. Thanks. >> > > I think we're fine for now. Once the *_relaxed IO helpers are available > on all archs it makes sense to revisit the COMPILE_TEST option. Until > then we are restricted to ARM anyway and the additional Zynq restriction > doesn't make a big difference, IMHO. > > @Michal: Do you have an update on the IO helpers? My patch was replaced by Will's one but I can't see it in linux-next that's why we should ask directly Will. Will: What's the status on it? Thanks, Michal
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 66e68e48218f..9f546eecd322 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -377,7 +377,7 @@ config I2C_BLACKFIN_TWI_CLK_KHZ config I2C_CADENCE tristate "Cadence I2C Controller" - depends on COMMON_CLK + depends on ARM && COMMON_CLK help Say yes here to select Cadence I2C Host Controller. This controller is e.g. used by Xilinx Zynq.