Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-17 Thread Simon Glass
Hi, On 15 August 2016 at 23:03, Heiko Schocher wrote: > Hello Simon, Stefan, > > > Am 16.08.2016 um 06:50 schrieb Simon Glass: >> >> Hi Stefan, >> >> On 15 August 2016 at 04:02, Stefan Roese wrote: >>> >>> Hi Simon, >>> >>> >>> On 10.08.2016 04:59, Simon Glass wrote:

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-15 Thread Heiko Schocher
Hello Simon, Stefan, Am 16.08.2016 um 06:50 schrieb Simon Glass: Hi Stefan, On 15 August 2016 at 04:02, Stefan Roese wrote: Hi Simon, On 10.08.2016 04:59, Simon Glass wrote: On 8 August 2016 at 23:41, Stefan Roese wrote: This patch adds support for the

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-15 Thread Simon Glass
Hi Stefan, On 15 August 2016 at 04:02, Stefan Roese wrote: > Hi Simon, > > > On 10.08.2016 04:59, Simon Glass wrote: >> >> On 8 August 2016 at 23:41, Stefan Roese wrote: >>> >>> This patch adds support for the SMBus block read/write functionality. >>> Other protocols

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-15 Thread Stefan Roese
Hi Simon, On 10.08.2016 04:59, Simon Glass wrote: On 8 August 2016 at 23:41, Stefan Roese wrote: This patch adds support for the SMBus block read/write functionality. Other protocols like the SMBus quick command need to get added if this is needed. This patch also removed the

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-11 Thread Bin Meng
On Wed, Aug 10, 2016 at 10:59 AM, Simon Glass wrote: > Hi Stefan, > > On 8 August 2016 at 23:41, Stefan Roese wrote: >> This patch adds support for the SMBus block read/write functionality. >> Other protocols like the SMBus quick command need to get added >> if

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-10 Thread Yaroslav K.
Hello, Stefan. I've tried your patch on Atom C2000 board (which is not supported by U-boot, but I use U-boot as the Coreboot payload). I've added /* Intel Atom processor C2000 PCU SMBus */ { PCI_VDEVICE(INTEL, 0x1f3c) }, to intel_smbus_pci_supported for it to work. It works and works

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-09 Thread Simon Glass
Hi Stefan, On 8 August 2016 at 23:41, Stefan Roese wrote: > This patch adds support for the SMBus block read/write functionality. > Other protocols like the SMBus quick command need to get added > if this is needed. > > This patch also removed the SMBus related defines from the

[U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-08 Thread Stefan Roese
This patch adds support for the SMBus block read/write functionality. Other protocols like the SMBus quick command need to get added if this is needed. This patch also removed the SMBus related defines from the Ivybridge pch.h header. As they are integrated in this driver and should be used from