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

2017-10-27 Thread Jeetesh Burman
y [mailto:sergey.senozhat...@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

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 time

[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 co