[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1][V2]patches for xilinx

quanyang.wang at windriver.com quanyang.wang at windriver.com
Thu Oct 24 03:25:57 PDT 2019


From: Quanyang Wang <quanyang.wang at 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 at xilinx-zynq:~# i2cget -f -y 0x8 0x65 0xd6
0xff
After applying this patch:
root at xilinx-zynq:~# i2cget -f -y 0x8 0x65 0xd6
0x05

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



More information about the linux-yocto mailing list