Re: [U-Boot] [PATCH v8 0/2] I2C: Zynq

2013-10-17 Thread Heiko Schocher
Hello Jagan, Am 17.10.2013 12:43, schrieb Jagan Teki: Hi Michael, On Wed, Oct 16, 2013 at 1:28 PM, Heiko Schocher wrote: Hello Michael, Am 15.10.2013 22:23, schrieb Michael Burr: This series of two patches contains improvements for the I2C driver on the Xilinx Zynq architecture. In general

Re: [U-Boot] [PATCH v8 0/2] I2C: Zynq

2013-10-17 Thread Jagan Teki
Hi Michael, On Wed, Oct 16, 2013 at 1:28 PM, Heiko Schocher wrote: > Hello Michael, > > Am 15.10.2013 22:23, schrieb Michael Burr: > >> This series of two patches contains improvements for the I2C driver on the >> Xilinx Zynq architecture. In general, the goals are: >>> >>> Support for both I2C b

Re: [U-Boot] [PATCH v8 0/2] I2C: Zynq

2013-10-16 Thread Heiko Schocher
Hello Michael, Am 15.10.2013 22:23, schrieb Michael Burr: This series of two patches contains improvements for the I2C driver on the Xilinx Zynq architecture. In general, the goals are: Support for both I2C bus masters ("I2C0" and "I2C1") in the Zynq PS. Full support for bus multiplexers. Suppo

Re: [U-Boot] [PATCH v8 0/2] I2C: Zynq

2013-10-15 Thread Albert ARIBAUD
Hi Michael, You should consider using patman. See tools/patman/README for details. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v8 0/2] I2C: Zynq

2013-10-15 Thread Michael Burr
This series of two patches contains improvements for the I2C driver on the Xilinx Zynq architecture. In general, the goals are: Support for both I2C bus masters ("I2C0" and "I2C1") in the Zynq PS. Full support for bus multiplexers. Support for all register-address sizes (0, 1, 2). The changes t