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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 0D84DC43331 for ; Wed, 1 Apr 2020 06:07:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CE4BE20714 for ; Wed, 1 Apr 2020 06:07:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585721248; bh=NB8w8IwU3SCR56lY9A59ZGC5pvUvYquixCCcxJyRYaE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YQ1eQO49YYhswSMQ16+rjkZdFYJpUCzzvF2cbJIX21fk8VxDNGDHymK4mZP2Etdp1 RqiUYVa5hvYtJBFt4oV3I/QlU+uEls590oo6HwgBXPsMgnk1BWQ941ZoVpdPCnH2Xb sO4Io/mUOOaIwcGjT4FxyTC+7bJUDiPX21IrB+24= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731738AbgDAGH2 (ORCPT ); Wed, 1 Apr 2020 02:07:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:58752 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731721AbgDAGH2 (ORCPT ); Wed, 1 Apr 2020 02:07:28 -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 208292077D; Wed, 1 Apr 2020 06:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585721247; bh=NB8w8IwU3SCR56lY9A59ZGC5pvUvYquixCCcxJyRYaE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oaXxetyfZQYBd2I/Oz1Yp+1rPTXZ18XqvCXScQFZgmJzbLtfz/jRzR5NiGqqFYVCn GukqF/bDXRRlTnySgojjWaxw4cOCmmq3pBEhQBtaJM2z45LpMt4k9A6RJHYHxP1+bC kdqlEo7biKH+dgxjpTLoWPxf+sMiT7EV7kALBglY= Date: Wed, 1 Apr 2020 08:07:20 +0200 From: Greg Kroah-Hartman To: Ulf Hansson Cc: Arnd Bergmann , Christoph Hellwig , Linus Walleij , Ludovic Barre , "# 4.0+" Subject: Re: patch "driver core: platform: Initialize dma_parms for platform devices" added to char-misc-testing Message-ID: <20200401060720.GA1904908@kroah.com> References: <158523473532132@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 31, 2020 at 08:43:25PM +0200, Ulf Hansson wrote: > On Thu, 26 Mar 2020 at 15:58, wrote: > > > > > > This is a note to let you know that I've just added the patch titled > > > > driver core: platform: Initialize dma_parms for platform devices > > > > to my char-misc git tree which can be found at > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > in the char-misc-testing branch. > > > > The patch will show up in the next release of the linux-next tree > > (usually sometime within the next 24 hours during the week.) > > > > The patch will be merged to the char-misc-next branch sometime soon, > > after it passes testing, and the merge window is open. > > > > If you have any questions about this process, please let me know. > > Greg, would you mind dropping this one and the other patch for the amba bus? > > I just sent out a new version (v2), addressing an issue for the > platform device when used for OF based platforms. > > If you prefer to not rebase/drop patches from your branch, I can send > an incremental change on top instead, whatever you prefer. I will just revert these and then send it all on to Linus later today. That way you can have the longer development cycle for better testing. thanks, greg k-h