Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4272553ybl; Mon, 13 Jan 2020 10:46:00 -0800 (PST) X-Google-Smtp-Source: APXvYqwv9TnKWDbaZztZeJjzVKAoW2nw8NQDQRcv9aSiyTgQ109+ue6CCFZ9pkLERqrZowtN0L9d X-Received: by 2002:a9d:4f18:: with SMTP id d24mr14324245otl.179.1578941160420; Mon, 13 Jan 2020 10:46:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578941160; cv=none; d=google.com; s=arc-20160816; b=JxEyqvOkMRSrKyjZt67IKRq2iFgcFMbvwDyJc2dqXaKi3blcBqJk4LIcqAmSRKLj3X VpNDlpaUlgI4qB17WlnAKUG5WFH32wixR1B+ifVZEnM1Lt/5cqQo7azvrZ0KT6eg1Z4u vGNilnkhK16c/evExqEMZ+TSl2Dl8Y/LRlgKAjKhZZwm9kGhxx1LekpL74iMSh0m4wD3 J56RzhJo1TcH3cep/oBS8FvgW5tsxx0YhQvubn7CWL384UqnVd/pJRN0MP0+S1rS8Hy+ /1BKfHFgYBQAD83ZjXCGX1iZilEfmxAa7yHyZsRIHKOXSdlLZP1M9S1+p7EWy9zM7DwD 5ElA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Ho4iIrM3U6z3V1Sfxl1IcA4P7qNemcl3KIAtqb0XaRk=; b=NsSSMJrgtF1NFOMuLfGSeffz6JCIGoHZVvcMEUvrBlzwimVZVCcfZF1T9MIXBbgpCU hIhi70jJ0AEmpWoaS5YUaiKPavyrq26NP0tHzzlLcS0RucW8pDtcBd5IGvkmUYsgPpqy ByGmnW824QMvTH+P52JEu/3HL8p0OIvFnd6epVDc7XQ/v3tKG/WWikFxlPxEMBl4otit TDjbQizNFpCfVsyuftos194KfQ27j9ZnLwR/wQN2t1fcOJVF+PxAknBMoYGDcZCuC0Nw 7bO/Wt49aCZPdL0f4997JOTX9ndl1IVFlipC5I6g2nEh3Z5iKhv8Fz0ajmK5Y808HXHJ Hjgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l2si6899870oti.303.2020.01.13.10.45.48; Mon, 13 Jan 2020 10:46:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728791AbgAMSos (ORCPT + 99 others); Mon, 13 Jan 2020 13:44:48 -0500 Received: from muru.com ([72.249.23.125]:50794 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726435AbgAMSos (ORCPT ); Mon, 13 Jan 2020 13:44:48 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2101B8047; Mon, 13 Jan 2020 18:45:29 +0000 (UTC) Date: Mon, 13 Jan 2020 10:44:44 -0800 From: Tony Lindgren To: Faiz Abbas , Keerthy , Dave Gerlach Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-mmc@vger.kernel.org, mark.rutland@arm.com, robh+dt@kernel.org, bcousson@baylibre.com, kishon@ti.com Subject: Re: [PATCH] arm: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver Message-ID: <20200113184444.GO5885@atomide.com> References: <20200106111517.15158-1-faiz_abbas@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Faiz Abbas [200109 13:57]: > Hi, > > On 06/01/20 4:45 pm, Faiz Abbas wrote: > > Move mmc nodes to be compatible with the sdhci-omap driver. The following > > modifications are required for omap_hsmmc specific properties: > > > > ti,non-removable: convert to the generic mmc non-removable > > ti,needs-special-reset: co-opted into the sdhci-omap driver > > ti,dual-volt: removed. Legacy property not used in am335x or am43xx > > ti,needs-special-hs-handling: removed. Legacy property not used in am335x or am43xx > > > > Also since the sdhci-omap driver does not support runtime PM, explicitly > > disable the mmc3 instance in the dtsi. > > > > Signed-off-by: Faiz Abbas > > --- > > > > Driver modifications have been posted separately: > > https://patchwork.kernel.org/project/linux-mmc/list/?series=224053 > > > > Tested on: am335x-evm, am335x-boneblack, am335x-sk, am335x-bone, am437x-idk, > > am43xx-gp-evm, am43xx-epos-evm. > > > > I need some help with testing all other am335x variants and SDIO cards. > > > > Here's a branch for testing: https://github.com/faizinator/linux/tree/sdhci-omap_v4_2 > > > > Tony, can you help test some of these boards? I have your branch above a quick boot test on bbb and am437x-idk and both detected MMC just fine :) I guess up to Dave and Keerthy to check if this conversion can be done without missing runtime PM support, any comments? I guess it should not be hard implement runtime PM support for autosuspend in sdhci-omap.c? Regards, Tony