Re: [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2016-01-05 Thread Cory Tusar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/21/2015 07:19 PM, Vladimir Zapolskiy wrote: > > > With best wishes, > Vladimir > > On 10.12.2015 06:00, Cory Tusar wrote: >> Atmel devices in this family have some quirks not found in other similar >> chips - they do not support a sequential

Re: [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2016-01-05 Thread Cory Tusar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/21/2015 07:19 PM, Vladimir Zapolskiy wrote: > > > With best wishes, > Vladimir > > On 10.12.2015 06:00, Cory Tusar wrote: >> Atmel devices in this family have some quirks not found in other similar >> chips - they do not support a sequential

Re: [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2015-12-21 Thread Vladimir Zapolskiy
With best wishes, Vladimir On 10.12.2015 06:00, Cory Tusar wrote: > Atmel devices in this family have some quirks not found in other similar > chips - they do not support a sequential read of the entire EEPROM > contents, and the control word sent at the start of each operation > varies in bit

Re: [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2015-12-21 Thread Vladimir Zapolskiy
With best wishes, Vladimir On 10.12.2015 06:00, Cory Tusar wrote: > Atmel devices in this family have some quirks not found in other similar > chips - they do not support a sequential read of the entire EEPROM > contents, and the control word sent at the start of each operation > varies in bit

[PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2015-12-09 Thread Cory Tusar
Atmel devices in this family have some quirks not found in other similar chips - they do not support a sequential read of the entire EEPROM contents, and the control word sent at the start of each operation varies in bit length. This commit adds quirk support to the driver and modifies the read

[PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.

2015-12-09 Thread Cory Tusar
Atmel devices in this family have some quirks not found in other similar chips - they do not support a sequential read of the entire EEPROM contents, and the control word sent at the start of each operation varies in bit length. This commit adds quirk support to the driver and modifies the read