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

2019-11-04 Thread Bruce Ashfield
On Mon, Nov 4, 2019 at 1:21 AM Quanyang Wang wrote: > > Hi Bruce, > > On 10/25/19 1:20 AM, Bruce Ashfield wrote: > > On Thu, Oct 24, 2019 at 6:26 AM wrote: > >> From: Quanyang Wang > >> > >> Hi all, > >> > >> V1 ---> V2: > >> > >> 1. delete the patch "arch: arm64: dts: add overlay dts file"

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

2019-11-03 Thread Quanyang Wang
Hi Bruce, On 10/25/19 1:20 AM, Bruce Ashfield wrote: On Thu, Oct 24, 2019 at 6:26 AM wrote: From: Quanyang Wang 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

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

2019-10-24 Thread Bruce Ashfield
On Thu, Oct 24, 2019 at 6:26 AM wrote: > > From: Quanyang Wang > > 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 >

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

2019-10-24 Thread quanyang.wang
From: Quanyang Wang 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