Hi Bruce,

On 10/25/19 1:20 AM, Bruce Ashfield wrote:
On Thu, Oct 24, 2019 at 6:26 AM <quanyang.w...@windriver.com> wrote:
From: Quanyang Wang <quanyang.w...@windriver.com>

Hi all,

V1 ---> V2:

1. delete the patch "arch: arm64: dts: add overlay dts file" because it is 
improper
to add into kernel source.

2. modify the patch " i2c: cadence: do not clear bus_hold_flag in mrecv" by 
adding
a I2C_M_NOSTART flag check according to Shubhrajyoti's suggestion. And test it 
at
zcu102 board (read bus 0x8 device 0x65 (ucd10120) register 0xd6)as below:
Before applying this patch:
root@xilinx-zynq:~# i2cget -f -y 0x8 0x65 0xd6
0xff
After applying this patch:
root@xilinx-zynq:~# i2cget -f -y 0x8 0x65 0xd6
0x05

I'll wait for comments on this patch.

This patch has been reviewed. Would you please help merge it to v5.2/standard/xlnx-soc?

Thanks,

Quanyang


I just wanted to follow up to say that I *think* that I have all of
the reviewed and ack'd patches merged now .. but gmail is doing some
very strange things and hiding replies to some of the threads.

So if you see something that is reviewed/acked and is missing, send it
again with a clear "v2" (or whatever version it is) in the subject.

Bruce

Thanks,
Quanyang

Quanyang Wang (1):
   i2c: cadence: keep bus_hold_flag unless I2C_M_NOSTART is set

  drivers/i2c/busses/i2c-cadence.c | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)

--
2.17.1


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to