Re: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset"

2021-03-03 Thread Tom Rini
On Tue, Dec 15, 2020 at 04:47:51PM +0100, Harald Seiler wrote: > This reverts commit 576007aec9a4a5f4f3dd1f690fb26a8c05ceb75f. > > The paramter passed to reset_cpu() no longer holds a meaning as all > call-sites now pass the value 0. Thus, branching on it is essentially > dead code and will just

RE: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset"

2020-12-17 Thread Sylvain Lemieux
Re: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset" Hello Sylvain, On Tue, 2020-12-15 at 17:29 +, Sylvain Lemieux wrote: > Hi, > > This functionality (soft vs hard reset) is used in multiple LPC32xx > products with our custom hardware. > > If this su

Re: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset"

2020-12-17 Thread Harald Seiler
ld > Sylvain Lemieux > > -Original Message- > From: Harald Seiler > Sent: Tuesday, December 15, 2020 10:48 AM > To: u-boot@lists.denx.de > Cc: Harald Seiler ; Tom Rini ; Simon Glass > ; Sylvain Lemieux > Subject: [PATCH 3/4] Revert "lpc32xx: cpu:

RE: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset"

2020-12-15 Thread Sylvain Lemieux
, December 15, 2020 10:48 AM To: u-boot@lists.denx.de Cc: Harald Seiler ; Tom Rini ; Simon Glass ; Sylvain Lemieux Subject: [PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset" This reverts commit 576007aec9a4a5f4f3dd1f690fb26a8c05ceb75f. The paramter passed to reset_cpu() no long

[PATCH 3/4] Revert "lpc32xx: cpu: add support for soft reset"

2020-12-15 Thread Harald Seiler
This reverts commit 576007aec9a4a5f4f3dd1f690fb26a8c05ceb75f. The paramter passed to reset_cpu() no longer holds a meaning as all call-sites now pass the value 0. Thus, branching on it is essentially dead code and will just confuse future readers. Revert soft-reset support and just always perfor