From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 26 Jul 2014 15:09:17 +0200 Subject: [U-Boot] [PATCH v3 04/10] sunxi: Implement reset_cpu In-Reply-To: <20140723204545.1071b81c@i7> References: <1402306622-18485-1-git-send-email-hdegoede@redhat.com> <1402306622-18485-5-git-send-email-hdegoede@redhat.com> <20140723204545.1071b81c@i7> Message-ID: <53D3A87D.6060901@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07/23/2014 07:45 PM, Siarhei Siamashka wrote: > On Mon, 9 Jun 2014 11:36:56 +0200 > Hans de Goede wrote: > >> There is no way to reset the cpu, so use the watchdog for this. >> >> Signed-off-by: Hans de Goede >> Acked-by: Ian Campbell > > Acked-by: Siarhei Siamashka > > However shouldn't this be squashed with > http://patchwork.ozlabs.org/patch/359692/ ? Good point, unfortunately the pull-req has already gone out. > Otherwise there is a range of commits, where reset is > broken on sun5i hardware in the middle of the patch set. True, but what are the chances people will be testing reset in a bisect? Other then for a bisect this should not be an issue as this is all part of a single pull-req. Regards, Hans