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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 40C42C43603 for ; Sun, 15 Dec 2019 19:00:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B4842467A for ; Sun, 15 Dec 2019 19:00:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576436439; bh=MARWSIAM7JBGiZzNVsaND2CO0egvmeZ5zryi/UGVVHw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=s23/ErBXQM55UaT8MbF1z5h79N8UaI0j9qo9UcRxQLbGIpL1T4sRslPcsWvC3wTBp DQ0aSZ9ujisOWKRbKkrltiQqY98vbQdNNOoca2BVP8plsuhBScaCwS4YV7dol5Gsz9 vUyQexy0LctO7y64ZVY/wlW8VLfe/yo1UwXxVtSU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726426AbfLOTAi (ORCPT ); Sun, 15 Dec 2019 14:00:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:59282 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbfLOTAi (ORCPT ); Sun, 15 Dec 2019 14:00:38 -0500 Received: from localhost (unknown [73.61.17.254]) (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 8ECD0206D8; Sun, 15 Dec 2019 19:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576436438; bh=MARWSIAM7JBGiZzNVsaND2CO0egvmeZ5zryi/UGVVHw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xFszvP/Jys9UtvBynwtSDqYx/KU8C/niygTaQvwZP10Imc/CAV6xRsNfleoRFWiG7 Gxs+hON1/BHybyUU0DLrBI2Cq0YNDuMu6qJWCsBUuQQnCBc5CceVzmE0YicZx8XhMj 4gNvqF5ak4oK9h4KUzsh/UWc0Wfow/QgEVsOzn6g= Date: Sun, 15 Dec 2019 14:00:36 -0500 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: hns@goldelico.com, stable@vger.kernel.org, tony@atomide.com, ulf.hansson@linaro.org Subject: Re: FAILED: patch "[PATCH] omap: pdata-quirks: remove openpandora quirks for mmc3 and" failed to apply to 5.4-stable tree Message-ID: <20191215190036.GQ18043@sasha-vm> References: <15764167786972@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <15764167786972@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Dec 15, 2019 at 02:32:58PM +0100, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 5.4-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From 2398c41d64321e62af54424fd399964f3d48cdc2 Mon Sep 17 00:00:00 2001 >From: "H. Nikolaus Schaller" >Date: Thu, 7 Nov 2019 11:30:39 +0100 >Subject: [PATCH] omap: pdata-quirks: remove openpandora quirks for mmc3 and > wl1251 > >With a wl1251 child node of mmc3 in the device tree decoded >in omap_hsmmc.c to handle special wl1251 initialization, we do >no longer need to instantiate the mmc3 through pdata quirks. > >We also can remove the wlan regulator and reset/interrupt definitions >and do them through device tree. > >Fixes: 81eef6ca9201 ("mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel") >Signed-off-by: H. Nikolaus Schaller >Cc: # v4.7+ >Acked-by: Tony Lindgren >Signed-off-by: Ulf Hansson I've also grabbed 4e8fad98171b ("omap: pdata-quirks: revert pandora specific gpiod additions") and queued for all branches. -- Thanks, Sasha