From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 29 Aug 2016 22:26:01 +0800 Subject: [PATCH 1/3] ARM: dts: imx7-colibri: move SD-card to module level In-Reply-To: <20160829051324.2276-1-stefan@agner.ch> References: <20160829051324.2276-1-stefan@agner.ch> Message-ID: <20160829142600.GS30790@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Aug 28, 2016 at 10:13:22PM -0700, Stefan Agner wrote: > Move SD-card definition to module level. While at it, also disable > write-protect since the Colibri standard does not define a pin for > SD-Card write-protection. > > Signed-off-by: Stefan Agner Applied all, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/3] ARM: dts: imx7-colibri: move SD-card to module level Date: Mon, 29 Aug 2016 22:26:01 +0800 Message-ID: <20160829142600.GS30790@tiger> References: <20160829051324.2276-1-stefan@agner.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160829051324.2276-1-stefan-XLVq0VzYD2Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Agner Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, max.krummenacher-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org, marcel.ziswiler-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org, fabio.estevam-3arQi8VN3Tc@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, Aug 28, 2016 at 10:13:22PM -0700, Stefan Agner wrote: > Move SD-card definition to module level. While at it, also disable > write-protect since the Colibri standard does not define a pin for > SD-Card write-protection. > > Signed-off-by: Stefan Agner Applied all, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757502AbcH2O0c (ORCPT ); Mon, 29 Aug 2016 10:26:32 -0400 Received: from mail.kernel.org ([198.145.29.136]:38214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757409AbcH2O0a (ORCPT ); Mon, 29 Aug 2016 10:26:30 -0400 Date: Mon, 29 Aug 2016 22:26:01 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, max.krummenacher@toradex.com, marcel.ziswiler@toradex.com, fabio.estevam@nxp.com, galak@codeaurora.org, ijc+devicetree@hellion.org.uk, mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org, grinberg@compulab.co.il, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] ARM: dts: imx7-colibri: move SD-card to module level Message-ID: <20160829142600.GS30790@tiger> References: <20160829051324.2276-1-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160829051324.2276-1-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 28, 2016 at 10:13:22PM -0700, Stefan Agner wrote: > Move SD-card definition to module level. While at it, also disable > write-protect since the Colibri standard does not define a pin for > SD-Card write-protection. > > Signed-off-by: Stefan Agner Applied all, thanks.