Re: [PATCH 3/4] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically

2019-10-14 Thread Jean Delvare
On Mon, 14 Oct 2019 18:21:50 +0800, kbuild test robot wrote: > Hi Jean, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on linus/master] > [cannot apply to v5.4-rc3 next-20191011] > [if your patch is applied to the wrong git tree, please drop us a note to help >

Re: [PATCH 3/4] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically

2019-10-14 Thread kbuild test robot
Hi Jean, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.4-rc3 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify

[PATCH 3/4] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically

2019-10-14 Thread Jean Delvare
In simple cases we can instantiate SPD EEPROMs on the SMBus automatically. Start with just DDR2, DDR3 and DDR4 on x86 for now, and only for systems with no more than 4 memory slots. These limitations may be lifted later. Signed-off-by: Jean Delvare --- drivers/i2c/i2c-smbus.c | 104