Re: [PATCH v3 1/2] em28xx: Ignore errors while reading from eeprom

2017-05-07 Thread Frank Schäfer
Am 03.05.2017 um 04:12 schrieb Mauro Carvalho Chehab: > While testing support for Terratec H6 rev. 2, it was noticed > that reading from eeprom there causes a timeout error. > > Apparently, this is due to the need of properly setting GPIOs. > > In any case, the driver doesn't really require eeprom

[PATCH v3 1/2] em28xx: Ignore errors while reading from eeprom

2017-05-02 Thread Mauro Carvalho Chehab
While testing support for Terratec H6 rev. 2, it was noticed that reading from eeprom there causes a timeout error. Apparently, this is due to the need of properly setting GPIOs. In any case, the driver doesn't really require eeprom reading to succeed, as this is currently used only for debug. S