Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-02-20 Thread Marek Vasut
On 02/16/2017 04:34 AM, Ley Foon Tan wrote: > Hi Marek > > On Mon, Jan 23, 2017 at 11:58 AM, Marek Vasut wrote: >> >> On 01/10/2017 06:20 AM, Chee Tien Fong wrote: >>> From: Tien Fong Chee >>> >>> There is no dependency on doing a separate clrbits first

Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-02-20 Thread Marek Vasut
On 02/17/2017 10:10 AM, Ley Foon Tan wrote: > On Fri, Feb 17, 2017 at 3:54 PM, Marek Vasut wrote: >> On 02/16/2017 04:34 AM, Ley Foon Tan wrote: >>> Hi Marek >>> >>> On Mon, Jan 23, 2017 at 11:58 AM, Marek Vasut wrote: On 01/10/2017 06:20 AM, Chee Tien

Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-02-17 Thread Ley Foon Tan
On Fri, Feb 17, 2017 at 3:54 PM, Marek Vasut wrote: > On 02/16/2017 04:34 AM, Ley Foon Tan wrote: >> Hi Marek >> >> On Mon, Jan 23, 2017 at 11:58 AM, Marek Vasut wrote: >>> >>> On 01/10/2017 06:20 AM, Chee Tien Fong wrote: From: Tien Fong Chee

Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-02-17 Thread Marek Vasut
On 02/16/2017 04:34 AM, Ley Foon Tan wrote: > Hi Marek > > On Mon, Jan 23, 2017 at 11:58 AM, Marek Vasut wrote: >> >> On 01/10/2017 06:20 AM, Chee Tien Fong wrote: >>> From: Tien Fong Chee >>> >>> There is no dependency on doing a separate clrbits first

Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-02-15 Thread Ley Foon Tan
Hi Marek On Mon, Jan 23, 2017 at 11:58 AM, Marek Vasut wrote: > > On 01/10/2017 06:20 AM, Chee Tien Fong wrote: > > From: Tien Fong Chee > > > > There is no dependency on doing a separate clrbits first in the > > dwmac_deassert_reset function. Combine

Re: [U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-01-22 Thread Marek Vasut
On 01/10/2017 06:20 AM, Chee Tien Fong wrote: > From: Tien Fong Chee > > There is no dependency on doing a separate clrbits first in the > dwmac_deassert_reset function. Combine them into a single > clrsetbits call. > > Signed-off-by: Dinh Nguyen

[U-Boot] [PATCH v4 15/28] arm: socfpga: combine clrbits/setbits into a single clrsetbits

2017-01-09 Thread Chee Tien Fong
From: Tien Fong Chee There is no dependency on doing a separate clrbits first in the dwmac_deassert_reset function. Combine them into a single clrsetbits call. Signed-off-by: Dinh Nguyen Signed-off-by: Tien Fong Chee