Re: [PATCH 4/4] i2c: i801: Instantiate SPD EEPROMs automatically

2019-10-14 Thread Jean Delvare
On Mon, 14 Oct 2019 18:22:15 +0800, kbuild test robot wrote: > Hi Jean, > > I love your patch! Yet something to improve: > > [auto build test ERROR 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 4/4] i2c: i801: Instantiate SPD EEPROMs automatically

2019-10-14 Thread kbuild test robot
Hi Jean, I love your patch! Yet something to improve: [auto build test ERROR 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 the

[PATCH 4/4] i2c: i801: Instantiate SPD EEPROMs automatically

2019-10-14 Thread Jean Delvare
Call the function to instantiate SPD EEPROMs automatically on the main SMBus controller. Multiplexed SMBus systems are excluded for now as they are more complex to handle. Signed-off-by: Jean Delvare --- drivers/i2c/busses/i2c-i801.c |4 1 file changed, 4 insertions(+) ---