RE: [PATCH] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC

2015-07-10 Thread Anurag Kumar Vulisha
ary Kalluri; Harini Katakam; Anirudha Sarangi; Srikanth Vemula; Anurag > Kumar Vulisha > Subject: Re: [PATCH] i2c: removed work arounds in i2c driver for Zynq > Ultrascale+ MPSoC > > Hi, > > thanks for the submission! > > > +#define CDNS_I2C_BROKEN_HOLD_BIT

Re: [PATCH] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC

2015-07-09 Thread Wolfram Sang
Hi, thanks for the submission! > +#define CDNS_I2C_BROKEN_HOLD_BIT 0x0001 BIT(0) maybe? > +static const struct cdns_platform_data r1p10_i2c_def = { > + .quirks = CDNS_I2C_BROKEN_HOLD_BIT, }; Closing '}' should be on seperate line. And what Mark said. Other

Re: [PATCH] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC

2015-06-25 Thread Mark Rutland
On Thu, Jun 18, 2015 at 05:19:42PM +0100, Anurag Kumar Vulisha wrote: > Removed the workarounds present in the cadence i2c driver for > Zynq Ultrascale+ MPSoC I guess this means that cdns,i2c-r1p10 had quirks fixed in cdns,i2c-r1p14? It would be helpful to be a bit more explicit in the commit mess

[PATCH] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC

2015-06-18 Thread Anurag Kumar Vulisha
Removed the workarounds present in the cadence i2c driver for Zynq Ultrascale+ MPSoC Signed-off-by: Anurag Kumar Vulisha --- .../devicetree/bindings/i2c/i2c-cadence.txt|2 +- drivers/i2c/busses/i2c-cadence.c | 67 --- 2 files changed, 57 insertions