RE: [PATCH] panic: add support to update panic_timeout via DT

2017-10-27 Thread Jeetesh Burman
...@gmail.com] > Sent: Friday, October 27, 2017 1:30 PM > To: Jeetesh Burman <jbur...@nvidia.com> > Cc: sergey.senozhat...@gmail.com; keesc...@chromium.org; linux- > ker...@vger.kernel.org; Bibek Basu <bb...@nvidia.com> > Subject: Re: [PATCH] panic: add support to update pa

RE: [PATCH] panic: add support to update panic_timeout via DT

2017-10-27 Thread Jeetesh Burman
...@gmail.com] > Sent: Friday, October 27, 2017 1:30 PM > To: Jeetesh Burman > Cc: sergey.senozhat...@gmail.com; keesc...@chromium.org; linux- > ker...@vger.kernel.org; Bibek Basu > Subject: Re: [PATCH] panic: add support to update panic_timeout via DT > > On (10

Re: [PATCH] panic: add support to update panic_timeout via DT

2017-10-27 Thread Sergey Senozhatsky
On (10/27/17 09:27), Jeetesh Burman wrote: > Add support to set 'panic_timeout' value via dtb to have > control from device tree. This makes sense when you have > multiple platforms support from same defconfig and > differentiated only through device tree blob. > The patch will check for panic

Re: [PATCH] panic: add support to update panic_timeout via DT

2017-10-27 Thread Sergey Senozhatsky
On (10/27/17 09:27), Jeetesh Burman wrote: > Add support to set 'panic_timeout' value via dtb to have > control from device tree. This makes sense when you have > multiple platforms support from same defconfig and > differentiated only through device tree blob. > The patch will check for panic

[PATCH] panic: add support to update panic_timeout via DT

2017-10-26 Thread Jeetesh Burman
Add support to set 'panic_timeout' value via dtb to have control from device tree. This makes sense when you have multiple platforms support from same defconfig and differentiated only through device tree blob. The patch will check for panic time out value coming from dtb if it exists, otherwise

[PATCH] panic: add support to update panic_timeout via DT

2017-10-26 Thread Jeetesh Burman
Add support to set 'panic_timeout' value via dtb to have control from device tree. This makes sense when you have multiple platforms support from same defconfig and differentiated only through device tree blob. The patch will check for panic time out value coming from dtb if it exists, otherwise