Re: [PATCH v3] drm/amdgpu: Move EEPROM I2C adapter to amdgpu_device

2020-03-16 Thread Alex Deucher
On Fri, Mar 13, 2020 at 11:05 PM Andrey Grodzovsky wrote: > > Puts the i2c adapter in common place for sharing by RAS > and upcoming data read from FRU EEPROM feature. > > v2: > Move i2c adapter to amdgpu_pm and rename it. > > v3: Move i2c adapter init to ASIC specific code and get rid > of the sw

Re: [PATCH v3] drm/amdgpu: Move EEPROM I2C adapter to amdgpu_device

2020-03-16 Thread Andrey Grodzovsky
Ping Andrey On 3/13/20 11:05 PM, Andrey Grodzovsky wrote: Puts the i2c adapter in common place for sharing by RAS and upcoming data read from FRU EEPROM feature. v2: Move i2c adapter to amdgpu_pm and rename it. v3: Move i2c adapter init to ASIC specific code and get rid of the switch case in

[PATCH v3] drm/amdgpu: Move EEPROM I2C adapter to amdgpu_device

2020-03-13 Thread Andrey Grodzovsky
Puts the i2c adapter in common place for sharing by RAS and upcoming data read from FRU EEPROM feature. v2: Move i2c adapter to amdgpu_pm and rename it. v3: Move i2c adapter init to ASIC specific code and get rid of the switch case in amdgpu_device Signed-off-by: Andrey Grodzovsky --- drivers/