On 06/14/2018 02:00 PM, Jarkko Nikula wrote:
Make list of supported chipsets a little bit shorter by consolidating names that belong to the same family. Signed-off-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx> --- Jean et all: does this look sensible to you? If yes then how about consolidating those older 82801xx? Although they seems to belong to different families/revision so I didn't touch them. --- Documentation/i2c/busses/i2c-i801 | 10 +++------- drivers/i2c/busses/Kconfig | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index 65514c251318..4807a11536d1 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801
...
- * Intel Cannon Lake-H (PCH) - * Intel Cannon Lake-LP (PCH) + * Intel Cannon Lake
I dropped here "(PCH)" by accident. I'll fix and resend with Jean's reviewed-by.
-- Jarkko