Re: [PATCH v2] quectel: Power on/off with a gpio pulse

2020-10-05 Thread Lars Poeschel
On Fri, Oct 02, 2020 at 09:50:22AM -0500, Denis Kenzior wrote: > Hi Lars, > > On 10/1/20 6:42 AM, poesc...@lemonage.de wrote: > > From: Lars Poeschel > > > > Current implementation uses a gpio level of 1 for powering on quectel > > modems using a gpio and a level of 0 for powering off. > > This

Re: [PATCH v2] quectel: Power on/off with a gpio pulse

2020-10-02 Thread Denis Kenzior
Hi Lars, On 10/1/20 6:42 AM, poesc...@lemonage.de wrote: From: Lars Poeschel Current implementation uses a gpio level of 1 for powering on quectel modems using a gpio and a level of 0 for powering off. This is wrong. Quectel modems use pulses for either power on and power off. They turn on by

[PATCH v2] quectel: Power on/off with a gpio pulse

2020-10-01 Thread poeschel
From: Lars Poeschel Current implementation uses a gpio level of 1 for powering on quectel modems using a gpio and a level of 0 for powering off. This is wrong. Quectel modems use pulses for either power on and power off. They turn on by the first pulse and turn then off by the next pulse. The