On Thu, Oct 24, 2019 at 6:26 AM <[email protected]> wrote: > > From: Quanyang Wang <[email protected]> > > 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. 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 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
