[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8cd8d734-c865-d899-0db4-12dead817daa@ti.com>
Date: Thu, 13 Jun 2019 15:38:41 +0530
From: Sekhar Nori <nsekhar@...com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<linux-kernel@...r.kernel.org>
CC: <stable@...r.kernel.org>, Alan Stern <stern@...land.harvard.edu>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Sasha Levin <sashal@...nel.org>
Subject: Re: [PATCH 5.1 101/155] usb: ohci-da8xx: disable the regulator if the
overcurrent irq fired
Hi,
On 13/06/19 2:03 PM, Greg Kroah-Hartman wrote:
> [ Upstream commit d327330185f192411be80563a3c8398f4538cdb2 ]
>
> Historically the power supply management in this driver has been handled
> in two separate places in parallel. Device-tree users simply defined an
> appropriate regulator, while two boards with no DT support (da830-evm and
> omapl138-hawk) passed functions defined in their respective board files
> over platform data. These functions simply used legacy GPIO calls to
> watch the oc GPIO for interrupts and disable the vbus GPIO when the irq
> fires.
>
> Commit d193abf1c913 ("usb: ohci-da8xx: add vbus and overcurrent gpios")
> updated these GPIO calls to the modern API and moved them inside the
> driver.
>
> This however is not the optimal solution for the vbus GPIO which should
> be modeled as a fixed regulator that can be controlled with a GPIO.
>
> In order to keep the overcurrent protection available once we move the
> board files to using fixed regulators we need to disable the enable_reg
> regulator when the overcurrent indicator interrupt fires. Since we
> cannot call regulator_disable() from interrupt context, we need to
> switch to using a oneshot threaded interrupt.
>
> Acked-by: Alan Stern <stern@...land.harvard.edu>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
> Signed-off-by: Sekhar Nori <nsekhar@...com>
> Signed-off-by: Sasha Levin <sashal@...nel.org>
This is a preparatory patch for some clean-up. This should not be
backported to stable.
Thanks,
Sekhar
Powered by blists - more mailing lists