[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <59E099B6.1000804@rock-chips.com>
Date: Fri, 13 Oct 2017 18:47:18 +0800
From: jeffy <jeffy.chen@...k-chips.com>
To: Mark Brown <broonie@...nel.org>
CC: linux-kernel@...r.kernel.org, briannorris@...omium.org,
dianders@...omium.org, Heiko Stuebner <heiko@...ech.de>,
linux-spi@...r.kernel.org, linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 1/2] spi: rockchip: Convert to late and early system PM
callbacks
Hi Mark,
On 10/13/2017 06:17 PM, Mark Brown wrote:
> On Fri, Oct 13, 2017 at 06:01:15PM +0800, Jeffy Chen wrote:
>> Currently we are suspending the spi master in it's ->suspend callback,
>> which is racy as some other drivers may still want to transmit messages
>> on the bus(e.g. spi based pwm backlight).
>
> I'm missing patch 2/2.
>
Sorry, i'll resend them...
This patch is to defer suspend_spi_master to late suspend.
Since we put display-subsystem dt node above spi dt node, which makes
spi suspend been called before display driver. Then the display driver
would fail to set pwm backlight through spi in it's suspend/resume.
Powered by blists - more mailing lists