Re: [RFC PATCH v2] i2c-piix4: Add Hygon Dhyana SMBus support

2019-04-29 Thread Jean Delvare
On Sat, 27 Apr 2019 09:07:44 +0800, Pu Wen wrote: > The Hygon Dhyana CPU has the SMBus device with PCI device ID 0x790b, > which is the same as AMD CZ SMBus device. So add Hygon Dhyana support > to the i2c-piix4 driver by using the code path of AMD. > > Signed-off-by: Pu Wen > --- > v1->v2: >

[RFC PATCH v2] i2c-piix4: Add Hygon Dhyana SMBus support

2019-04-27 Thread Pu Wen
The Hygon Dhyana CPU has the SMBus device with PCI device ID 0x790b, which is the same as AMD CZ SMBus device. So add Hygon Dhyana support to the i2c-piix4 driver by using the code path of AMD. Signed-off-by: Pu Wen --- v1->v2: - Remove the revision number checking for Hygon SMBus device. -