Re: [PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-05 Thread Arnd Bergmann
On Friday 05 February 2016 18:50:29 Sekhar Nori wrote: > > I checked that CONFIG_I2C is still enabled with davinci_all_defconfig, > > so that does not have to change. > > > > Signed-off-by: Arnd Bergmann > > Fixes: 45b146d746ea ("ARM: Davinci: Fix I2C build errors") > > Fixes: 22ca466847ad

Re: [PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-05 Thread Sekhar Nori
On Tuesday 02 February 2016 02:05 AM, Arnd Bergmann wrote: > The davinci platform has tried to get support for the EEPROM right, > but failed to get a clean build so far. At the moment, we get > a warning whenever CONFIG_SYSFS is disabled, as that is needed by > EEPROM_AT24: > > warning:

Re: [PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-05 Thread Arnd Bergmann
On Friday 05 February 2016 18:50:29 Sekhar Nori wrote: > > I checked that CONFIG_I2C is still enabled with davinci_all_defconfig, > > so that does not have to change. > > > > Signed-off-by: Arnd Bergmann > > Fixes: 45b146d746ea ("ARM: Davinci: Fix I2C build errors") > > Fixes:

Re: [PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-05 Thread Sekhar Nori
On Tuesday 02 February 2016 02:05 AM, Arnd Bergmann wrote: > The davinci platform has tried to get support for the EEPROM right, > but failed to get a clean build so far. At the moment, we get > a warning whenever CONFIG_SYSFS is disabled, as that is needed by > EEPROM_AT24: > > warning:

[PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-01 Thread Arnd Bergmann
The davinci platform has tried to get support for the EEPROM right, but failed to get a clean build so far. At the moment, we get a warning whenever CONFIG_SYSFS is disabled, as that is needed by EEPROM_AT24: warning: (MACH_DAVINCI_EVM && MACH_SFFSDR && MACH_DAVINCI_DM6467_EVM &&

[PATCH 4/4] ARM: davinci: make I2C support optional

2016-02-01 Thread Arnd Bergmann
The davinci platform has tried to get support for the EEPROM right, but failed to get a clean build so far. At the moment, we get a warning whenever CONFIG_SYSFS is disabled, as that is needed by EEPROM_AT24: warning: (MACH_DAVINCI_EVM && MACH_SFFSDR && MACH_DAVINCI_DM6467_EVM &&