From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Regression in next with spi return from transfer_one() Date: Thu, 15 Nov 2018 13:14:51 -0800 Message-ID: <20181115211451.GH53235@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Lubomir Rintel , Mark Brown Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Pavel Machek , Geert Uytterhoeven , linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org Hi, Commit 810923f3bf06 ("spi: Deal with slaves that return from transfer_one() unfinished") causes a regression at least on droid 4 with SPI PMIC and regulators on the PMIC. During boot the device just hangs there waiting for rootfs to appear on MMC. Reverting 810923f3bf06 makes things work again. Any ideas why this might be? Regards, Tony