From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FD66C352AA for ; Mon, 7 Oct 2019 10:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 465EE2173B for ; Mon, 7 Oct 2019 10:54:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570445648; bh=Z1MRzz422mluKa9Ij7u3C58q1TXNGxxIP/7fJgkKIpY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CG5pRkXdrRam+KcqMogR5T+vQmBdsIKaGVf1hIrrsJW/HKGgwITMPHtQB+ai3DxUo dBKvmQEyrcvWo/f8fm7mg8C5VZAiFaOr0rAvwiCbg2swhap7cA1AkcJ4fDdRO0DenA pNnrpwgNNlaq4GWRV2ImsYNncLzTGroaM/YFNeG4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727472AbfJGKyE (ORCPT ); Mon, 7 Oct 2019 06:54:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:42354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727402AbfJGKyE (ORCPT ); Mon, 7 Oct 2019 06:54:04 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2C98C20867; Mon, 7 Oct 2019 10:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570445643; bh=Z1MRzz422mluKa9Ij7u3C58q1TXNGxxIP/7fJgkKIpY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rThIEYgUEJNHh5O/4EKROFNcOWZjsEBA/BpVJO2DHtFpXbf/p7xkX66CN4anhTNec oPa48Zk4JXjSP46Ny3FErVccyo0aemdJsoz2TO+jCH3zjl4gCOG9PdvqyBHKPXFm7Z 5bkz6p536OP+OLUX+mHND6bM0ZSJ13fpeGbOe15o= Date: Mon, 7 Oct 2019 12:54:01 +0200 From: Greg Kroah-Hartman To: Hans de Goede Cc: Felipe Balbi , "Rafael J . Wysocki" , linux-usb@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] Add platform_get_irq_byname_optional() and use it in the dwc3 driver Message-ID: <20191007105401.GA550008@kroah.com> References: <20191005210449.3926-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191005210449.3926-1-hdegoede@redhat.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, Oct 05, 2019 at 11:04:46PM +0200, Hans de Goede wrote: > Hi All, > > Here is a fix for the false-positive dev_err in platform_get_irq_byname() > discussed recently and reported here: > https://bugzilla.kernel.org/show_bug.cgi?id=205037 > > Since patch 2 depends on patch 1, I think it might be best to merge > all three patches through the same tree ... Thanks for these, I'll take them through my USB tree to be merged to Linus soon. greg k-h