Re: [U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control

2012-08-19 Thread Daniel Schwierzeck
2012/7/27 Marek Vasut : > Write the TSCR register via 32bit write instead of 16bit one. > The register is 32bit wide and bit 16 is being set, triggering > gcc overflow error and making the code broken. > > Signed-off-by: Marek Vasut > Cc: Daniel > Cc: Shinya Kuribayashi > Cc: Xiangfu Liu > ---

Re: [U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control

2012-07-30 Thread Daniel Schwierzeck
2012/7/30 Marek Vasut : > Dear Marek Vasut, > >> Write the TSCR register via 32bit write instead of 16bit one. >> The register is 32bit wide and bit 16 is being set, triggering >> gcc overflow error and making the code broken. > [...] > Dan, can you please pick these (I didn't CC you ... sigh :/ )

Re: [U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control

2012-07-29 Thread Marek Vasut
Dear Marek Vasut, > Write the TSCR register via 32bit write instead of 16bit one. > The register is 32bit wide and bit 16 is being set, triggering > gcc overflow error and making the code broken. [...] Dan, can you please pick these (I didn't CC you ... sigh :/ ) ? Best regards, Marek Vasut _

[U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control

2012-07-27 Thread Marek Vasut
Write the TSCR register via 32bit write instead of 16bit one. The register is 32bit wide and bit 16 is being set, triggering gcc overflow error and making the code broken. Signed-off-by: Marek Vasut Cc: Daniel Cc: Shinya Kuribayashi Cc: Xiangfu Liu --- arch/mips/cpu/xburst/cpu.c |2 +- 1