Re: [PATCH 6/6] i2c: designware: Move common probe code into i2c_dw_probe()

2015-10-10 Thread Wolfram Sang
> - I2C Adapter name will be "i2c-designware". Previously adapter name was > "Synopsys DesignWare I2C adapter" for platform and ACPI devices and > "i2c-designware-pci" for PCI devices. I have a small tendency to make it "Synopsys DesignWare I2C adapter" for all cases. Not much, though. > -

[PATCH 6/6] i2c: designware: Move common probe code into i2c_dw_probe()

2015-08-31 Thread Jarkko Nikula
There is some code duplication in i2c-designware-platdrv and i2c-designware-pcidrv probe functions. What is even worse that duplication requires i2c_dw_xfer(), i2c_dw_func() and i2c_dw_isr() i2c-designware-core functions to be exported. Therefore move common code into new i2c_dw_probe() and make