Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-10-09 Thread Simon Goldschmidt
Am 02.08.2019 um 16:41 schrieb Simon Glass: Hi SImon, On Thu, 1 Aug 2019 at 23:53, Simon Goldschmidt wrote: On Fri, Aug 2, 2019 at 12:45 AM Simon Glass wrote: Hi Simon, On Mon, 29 Jul 2019 at 04:47, Simon Goldschmidt wrote: Simon, On Wed, Jul 10, 2019 at 8:50 PM Simon Goldschmidt

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-08-02 Thread Simon Glass
Hi SImon, On Thu, 1 Aug 2019 at 23:53, Simon Goldschmidt wrote: > > On Fri, Aug 2, 2019 at 12:45 AM Simon Glass wrote: > > > > Hi Simon, > > > > On Mon, 29 Jul 2019 at 04:47, Simon Goldschmidt > > wrote: > > > > > > Simon, > > > > > > On Wed, Jul 10, 2019 at 8:50 PM Simon Goldschmidt > > >

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-08-01 Thread Simon Goldschmidt
On Fri, Aug 2, 2019 at 12:45 AM Simon Glass wrote: > > Hi Simon, > > On Mon, 29 Jul 2019 at 04:47, Simon Goldschmidt > wrote: > > > > Simon, > > > > On Wed, Jul 10, 2019 at 8:50 PM Simon Goldschmidt > > wrote: > > > > > > Simon, > > > > > > I know I've slept for a while before retriggering

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-08-01 Thread Simon Glass
Hi Simon, On Mon, 29 Jul 2019 at 04:47, Simon Goldschmidt wrote: > > Simon, > > On Wed, Jul 10, 2019 at 8:50 PM Simon Goldschmidt > wrote: > > > > Simon, > > > > I know I've slept for a while before retriggering this, but... > > > > Am 04.05.2019 um 20:23 schrieb Simon Goldschmidt: > > > Am

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-07-29 Thread Simon Goldschmidt
Simon, On Wed, Jul 10, 2019 at 8:50 PM Simon Goldschmidt wrote: > > Simon, > > I know I've slept for a while before retriggering this, but... > > Am 04.05.2019 um 20:23 schrieb Simon Goldschmidt: > > Am 03.05.2019 um 23:10 schrieb Simon Glass: > >> Hi Simon, > >> > >> On Fri, 3 May 2019 at

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-07-10 Thread Simon Goldschmidt
Simon, I know I've slept for a while before retriggering this, but... Am 04.05.2019 um 20:23 schrieb Simon Goldschmidt: Am 03.05.2019 um 23:10 schrieb Simon Glass: Hi Simon, On Fri, 3 May 2019 at 14:43, Marek Vasut wrote: On 5/3/19 10:40 PM, Simon Goldschmidt wrote: On 03.05.19 22:37,

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-04 Thread Simon Goldschmidt
Am 03.05.2019 um 23:10 schrieb Simon Glass: Hi Simon, On Fri, 3 May 2019 at 14:43, Marek Vasut wrote: On 5/3/19 10:40 PM, Simon Goldschmidt wrote: On 03.05.19 22:37, Marek Vasut wrote: On 5/3/19 10:33 PM, Simon Goldschmidt wrote: On 03.05.19 22:27, Marek Vasut wrote: On 5/3/19 10:25

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Simon Glass
Hi Simon, On Fri, 3 May 2019 at 14:43, Marek Vasut wrote: > > On 5/3/19 10:40 PM, Simon Goldschmidt wrote: > > > > > > On 03.05.19 22:37, Marek Vasut wrote: > >> On 5/3/19 10:33 PM, Simon Goldschmidt wrote: > >>> > >>> > >>> On 03.05.19 22:27, Marek Vasut wrote: > On 5/3/19 10:25 PM, Simon

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Marek Vasut
On 5/3/19 10:40 PM, Simon Goldschmidt wrote: > > > On 03.05.19 22:37, Marek Vasut wrote: >> On 5/3/19 10:33 PM, Simon Goldschmidt wrote: >>> >>> >>> On 03.05.19 22:27, Marek Vasut wrote: On 5/3/19 10:25 PM, Simon Goldschmidt wrote: > This patch adds parameter support for the 'reset'

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Simon Goldschmidt
On 03.05.19 22:37, Marek Vasut wrote: On 5/3/19 10:33 PM, Simon Goldschmidt wrote: On 03.05.19 22:27, Marek Vasut wrote: On 5/3/19 10:25 PM, Simon Goldschmidt wrote: This patch adds parameter support for the 'reset' command to specify the reboot mode (cold vs. warm). Checking these

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Marek Vasut
On 5/3/19 10:33 PM, Simon Goldschmidt wrote: > > > On 03.05.19 22:27, Marek Vasut wrote: >> On 5/3/19 10:25 PM, Simon Goldschmidt wrote: >>> This patch adds parameter support for the 'reset' command to specify >>> the reboot mode (cold vs. warm). >>> >>> Checking these parameters is implemented

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Simon Goldschmidt
On 03.05.19 22:27, Marek Vasut wrote: On 5/3/19 10:25 PM, Simon Goldschmidt wrote: This patch adds parameter support for the 'reset' command to specify the reboot mode (cold vs. warm). Checking these parameters is implemented in the DM implementation. Signed-off-by: Simon Goldschmidt ---

Re: [U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Marek Vasut
On 5/3/19 10:25 PM, Simon Goldschmidt wrote: > This patch adds parameter support for the 'reset' command to specify > the reboot mode (cold vs. warm). > > Checking these parameters is implemented in the DM implementation. > > Signed-off-by: Simon Goldschmidt > --- > > cmd/boot.c

[U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode

2019-05-03 Thread Simon Goldschmidt
This patch adds parameter support for the 'reset' command to specify the reboot mode (cold vs. warm). Checking these parameters is implemented in the DM implementation. Signed-off-by: Simon Goldschmidt --- cmd/boot.c | 4 ++-- drivers/sysreset/sysreset-uclass.c | 17