Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-05-06 Thread Wills Wang
On Friday, May 06, 2016 06:43 PM, Daniel Schwierzeck wrote: Hi Wills, I'm getting a warning with gcc-5.3: CC arch/mips/mach-ath79/ar933x/ddr.o arch/mips/mach-ath79/ar933x/ddr.c: In function ‘ddr_tap_tuning’: arch/mips/mach-ath79/ar933x/ddr.c:329:15: warning: ‘upper’ may be used

Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-05-06 Thread Daniel Schwierzeck
Hi Wills, I'm getting a warning with gcc-5.3: CC arch/mips/mach-ath79/ar933x/ddr.o arch/mips/mach-ath79/ar933x/ddr.c: In function ‘ddr_tap_tuning’: arch/mips/mach-ath79/ar933x/ddr.c:329:15: warning: ‘upper’ may be used uninitialized in this function [-Wmaybe-uninitialized] val = (upper

Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-05-04 Thread Marek Vasut
On 05/04/2016 12:07 PM, Daniel Schwierzeck wrote: > > > Am 03.05.2016 um 23:28 schrieb Marek Vasut: >> On 04/15/2016 01:19 PM, Daniel Schwierzeck wrote: >>> >>> >>> Am 12.04.2016 um 05:09 schrieb Wills Wang: These series of patch based on top of mips/next, it fix some defects on

Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-05-04 Thread Daniel Schwierzeck
Am 03.05.2016 um 23:28 schrieb Marek Vasut: > On 04/15/2016 01:19 PM, Daniel Schwierzeck wrote: >> >> >> Am 12.04.2016 um 05:09 schrieb Wills Wang: >>> >>> These series of patch based on top of mips/next, it fix some defects on >>> the previous patch series "add support for atheros ath79 based

Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-05-03 Thread Marek Vasut
On 04/15/2016 01:19 PM, Daniel Schwierzeck wrote: > > > Am 12.04.2016 um 05:09 schrieb Wills Wang: >> >> These series of patch based on top of mips/next, it fix some defects on >> the previous patch series "add support for atheros ath79 based SOCs". >> >> >> Wills Wang (4): >> ath79: spi:

Re: [U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-04-15 Thread Daniel Schwierzeck
Am 12.04.2016 um 05:09 schrieb Wills Wang: > > These series of patch based on top of mips/next, it fix some defects on > the previous patch series "add support for atheros ath79 based SOCs". > > > Wills Wang (4): > ath79: spi: Remove the explicit pinctrl setting > ar933x: serial: Remove

[U-Boot] [PATCH 0/4] ath79: fix some minor defects

2016-04-11 Thread Wills Wang
These series of patch based on top of mips/next, it fix some defects on the previous patch series "add support for atheros ath79 based SOCs". Wills Wang (4): ath79: spi: Remove the explicit pinctrl setting ar933x: serial: Remove the explicit pinctrl setting ath79: ar933x: use BIT macro