From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Regression in Linux next with SPI pump changes Date: Wed, 23 Jan 2019 13:56:42 -0800 Message-ID: <20190123215642.GK5720@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Rothwell , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org To: Martin Sperl , Mark Brown Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org Hi all, Commit 412e60373245 ("spi: core: avoid waking pump thread from spi_sync instead run teardown delayed") caused a PM regression in Linux next where a SPI device (drivers/spi/spi-omap2-mcspi.c) no longer idles for PM runtime. Looks like this also breaks suspend as reported at [0]. Regards, Tony [0] https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1899265.html