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" 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?

I saw the review, but was traveling last week. I'll pick up the
reviewed changes today.

Bruce

>
> 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
> >>
> >



-- 
- 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
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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 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


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 
> 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
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 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

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