Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-16 Thread Yoshinori Sato
On Wed, 11 May 2016 01:28:07 +0900, Rich Felker wrote: > > On Tue, May 10, 2016 at 05:25:36PM +0900, Yoshinori Sato wrote: > > On Wed, 04 May 2016 12:10:05 +0900, > > Rich Felker wrote: > > > > > > On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: > > > > Changes bellow > > > > - FD

Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-10 Thread Rich Felker
On Tue, May 10, 2016 at 05:25:36PM +0900, Yoshinori Sato wrote: > On Wed, 04 May 2016 12:10:05 +0900, > Rich Felker wrote: > > > > On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: > > > Changes bellow > > > - FDT setup timing fix. > > > - chosen/bootargs support. > > > - zImage supp

Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-10 Thread Yoshinori Sato
On Wed, 04 May 2016 15:41:18 +0900, Geert Uytterhoeven wrote: > > On Wed, May 4, 2016 at 5:10 AM, Rich Felker wrote: > >On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: > >> static void __init sh_of_setup(char **cmdline_p) > >> { > >> - unflatten_device_tree(); > >> - > >> -

Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-10 Thread Yoshinori Sato
On Wed, 04 May 2016 12:10:05 +0900, Rich Felker wrote: > > On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: > > Changes bellow > > - FDT setup timing fix. > > - chosen/bootargs support. > > - zImage support. > > - DT binding helper macro. > > > > Signed-off-by: Yoshinori Sato > >

Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-03 Thread Geert Uytterhoeven
On Wed, May 4, 2016 at 5:10 AM, Rich Felker wrote: >On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: >> static void __init sh_of_setup(char **cmdline_p) >> { >> - unflatten_device_tree(); >> - >> - board_time_init = sh_of_time_init; >> + struct device_node *cpu; >> +

Re: [PATCH RESEND 05/12] sh: DeviceTree support update

2016-05-03 Thread Rich Felker
On Sun, May 01, 2016 at 02:08:29PM +0900, Yoshinori Sato wrote: > Changes bellow > - FDT setup timing fix. > - chosen/bootargs support. > - zImage support. > - DT binding helper macro. > > Signed-off-by: Yoshinori Sato > --- > arch/sh/boards/of-generic.c| 23 > ++

[PATCH RESEND 05/12] sh: DeviceTree support update

2016-04-30 Thread Yoshinori Sato
Changes bellow - FDT setup timing fix. - chosen/bootargs support. - zImage support. - DT binding helper macro. Signed-off-by: Yoshinori Sato --- arch/sh/boards/of-generic.c| 23 +++--- arch/sh/boot/compressed/head_32.S | 5 +++-- arch/sh/