Re: [U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-17 Thread Michal Simek
On 17.7.2018 05:45, Simon Glass wrote: > Hi Michal, > > On 15 July 2018 at 23:31, Michal Simek wrote: >> On 16.7.2018 07:20, Simon Glass wrote: >>> Hi Michal, >>> >>> On 13 July 2018 at 03:15, Michal Simek wrote: The Linux kernel has binding for gpio-restart node. This patch is adding

Re: [U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-16 Thread Simon Glass
Hi Michal, On 15 July 2018 at 23:31, Michal Simek wrote: > On 16.7.2018 07:20, Simon Glass wrote: >> Hi Michal, >> >> On 13 July 2018 at 03:15, Michal Simek wrote: >>> The Linux kernel has binding for gpio-restart node. >>> This patch is adding basic support without supporting any optional >>> p

Re: [U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-15 Thread Michal Simek
On 16.7.2018 07:20, Simon Glass wrote: > Hi Michal, > > On 13 July 2018 at 03:15, Michal Simek wrote: >> The Linux kernel has binding for gpio-restart node. >> This patch is adding basic support without supporting any optional >> properties. >> This driver was tested on Microblaze system where gp

Re: [U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-15 Thread Simon Glass
Hi Michal, On 13 July 2018 at 03:15, Michal Simek wrote: > The Linux kernel has binding for gpio-restart node. > This patch is adding basic support without supporting any optional > properties. > This driver was tested on Microblaze system where gpio is connected to > SoC reset logic. > Output va

Re: [U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-13 Thread Dr. Philipp Tomsich
> On 13 Jul 2018, at 11:15, Michal Simek wrote: > > The Linux kernel has binding for gpio-restart node. > This patch is adding basic support without supporting any optional > properties. Nice. This may also give us an opportunity to streamline some of the reset logic (and the FDT-interface to t

[U-Boot] [PATCH] sysreset: Add support for gpio-restart

2018-07-13 Thread Michal Simek
The Linux kernel has binding for gpio-restart node. This patch is adding basic support without supporting any optional properties. This driver was tested on Microblaze system where gpio is connected to SoC reset logic. Output value is handled via gpios cells values. In gpio_reboot_request() set_va