
On 21 April 2016 at 02:14, Bin Meng bmeng.cn@gmail.com wrote:
On Thu, Apr 21, 2016 at 3:31 PM, Heiko Schocher hs@denx.de wrote:
Hello Simon,
Am 21.04.2016 um 08:19 schrieb Stefan Roese:
This patch adds support for the PCI(e) based I2C cores. Which can be found for example on the Intel Bay Trail SoC. It has 7 I2C controllers implemented as PCI devices.
This patch also adds the fixed values for the timing registers for BayTrail which are taken from the Linux designware I2C driver.
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com Cc: Marek Vasut marex@denx.de Cc: Heiko Schocher hs@denx.de
v4:
- Used new function dev_get_addr_ptr() in probe function to avoid cast. For this to work, this patch need to be applied: http://patchwork.ozlabs.org/patch/612948/
Is it Ok for you, if I apply this patch through the i2c tree? Or do you want to pick up this patchserie?
Heiko, please go ahead to pick up this series via i2c tree.
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Reviewed-by: Simon Glass sjg@chromium.org