From patchwork Tue Oct 27 16:41:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 11860861 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0F37D921 for ; Tue, 27 Oct 2020 16:42:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAF4621707 for ; Tue, 27 Oct 2020 16:42:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1811781AbgJ0QmV (ORCPT ); Tue, 27 Oct 2020 12:42:21 -0400 Received: from aposti.net ([89.234.176.197]:47424 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1811767AbgJ0QmV (ORCPT ); Tue, 27 Oct 2020 12:42:21 -0400 From: Paul Cercueil To: Bin Liu Cc: Greg Kroah-Hartman , Tony Lindgren , od@zcrc.me, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [RESEND PATCH 0/4] MUSB and jz4740-musb fixes Date: Tue, 27 Oct 2020 16:41:56 +0000 Message-Id: <20201027164200.18602-1-paul@crapouillou.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi Bin, The first two patches of this series have already been sent before but were never merged, hence the RESEND. This is not really a V2 as nothing changed there. Patches 3/4 are new. Cheers, -Paul Paul Cercueil (4): usb: musb: Fix runtime PM race in musb_queue_resume_work usb: musb: Fix NULL check on struct musb_request field usb: musb: dma: Remove unused variable musb: jz4740: Add missing CR to error strings drivers/usb/musb/jz4740.c | 14 +++++++------- drivers/usb/musb/musb_core.c | 31 +++++++++++++++++-------------- drivers/usb/musb/musb_gadget.c | 2 +- drivers/usb/musb/musbhsdma.c | 4 ---- 4 files changed, 25 insertions(+), 26 deletions(-)