Re: [U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset

2016-05-30 Thread Daniel Schwierzeck
Am 22.05.2016 um 13:32 schrieb Marek Vasut: > On 05/22/2016 01:29 PM, Wills Wang wrote: >> >> >> On 05/22/2016 07:08 PM, Marek Vasut wrote: >>> On 05/22/2016 05:59 AM, Wills Wang wrote: Collect all reset operation on platform and move them into a uniform header Signed-off-by:

Re: [U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset

2016-05-22 Thread Marek Vasut
On 05/22/2016 01:29 PM, Wills Wang wrote: > > > On 05/22/2016 07:08 PM, Marek Vasut wrote: >> On 05/22/2016 05:59 AM, Wills Wang wrote: >>> Collect all reset operation on platform and move them into a uniform >>> header >>> >>> Signed-off-by: Wills Wang >>> --- >>> >>> arch/mips/mach-ath79/inc

Re: [U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset

2016-05-22 Thread Wills Wang
On 05/22/2016 07:08 PM, Marek Vasut wrote: On 05/22/2016 05:59 AM, Wills Wang wrote: Collect all reset operation on platform and move them into a uniform header Signed-off-by: Wills Wang --- arch/mips/mach-ath79/include/mach/ath79.h | 3 --- arch/mips/mach-ath79/include/mach/reset.h | 2

Re: [U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset

2016-05-22 Thread Marek Vasut
On 05/22/2016 05:59 AM, Wills Wang wrote: > Collect all reset operation on platform and move them into a uniform header > > Signed-off-by: Wills Wang > --- > > arch/mips/mach-ath79/include/mach/ath79.h | 3 --- > arch/mips/mach-ath79/include/mach/reset.h | 2 ++ > board/tplink/wdr4300/wdr4300.c

[U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset

2016-05-21 Thread Wills Wang
Collect all reset operation on platform and move them into a uniform header Signed-off-by: Wills Wang --- arch/mips/mach-ath79/include/mach/ath79.h | 3 --- arch/mips/mach-ath79/include/mach/reset.h | 2 ++ board/tplink/wdr4300/wdr4300.c| 1 + 3 files changed, 3 insertions(+), 3 del