[PATCH 19/40] drm/amdgpu: Fixes to the AMDGPU EEPROM driver

2021-06-14 Thread Luben Tuikov
* When reading from the EEPROM device, there is no device limitation on the number of bytes read--they're simply sequenced out. Thus, read the whole data requested in one go. * When writing to the EEPROM device, there is a 256-byte page limit to write to before having to generate a STOP

Re: [PATCH 19/40] drm/amdgpu: Fixes to the AMDGPU EEPROM driver

2021-06-10 Thread Alex Deucher
On Tue, Jun 8, 2021 at 5:40 PM Luben Tuikov wrote: > > * When reading from the EEPROM device, there is no > device limitation on the number of bytes > read--they're simply sequenced out. Thus, read > the whole data requested in one go. > > * When writing to the EEPROM device, there is a >

[PATCH 19/40] drm/amdgpu: Fixes to the AMDGPU EEPROM driver

2021-06-08 Thread Luben Tuikov
* When reading from the EEPROM device, there is no device limitation on the number of bytes read--they're simply sequenced out. Thus, read the whole data requested in one go. * When writing to the EEPROM device, there is a 256-byte page limit to write to before having to generate a STOP