From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: Re: [PATCH 06/17] gpio: mvebu: add suspend/resume support Date: Mon, 3 Nov 2014 22:21:55 +0100 Message-ID: <20141103222155.49bcb7ef@free-electrons.com> References: <1414151970-6626-1-git-send-email-thomas.petazzoni@free-electrons.com> <1414151970-6626-7-git-send-email-thomas.petazzoni@free-electrons.com> <5457C119.90809@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from down.free-electrons.com ([37.187.137.238]:56890 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753216AbaKCVV6 (ORCPT ); Mon, 3 Nov 2014 16:21:58 -0500 In-Reply-To: <5457C119.90809@free-electrons.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Gregory CLEMENT Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Tawfik Bayouk , Nadav Haklai , Lior Amsalem , Ezequiel Garcia , devicetree@vger.kernel.org, Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org Dear Gregory CLEMENT, On Mon, 03 Nov 2014 18:53:29 +0100, Gregory CLEMENT wrote: > I don't know if the suspend is supported on this platform but as we were > on the road to remove this platform I don't know it it worth testing it unless > some interested users show up. The same can be said of the entire mv78xx0 support in gpio-mvebu: it's completely unused today. Since the migration to mv78xx0 has not been started, this platform is still using the old style GPIO driver in plat-orion/gpio.c. And therefore, all the mv78xx0 specific code in gpio-mvebu.c is purely "tentative" and has never been actually tested on HW. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Mon, 3 Nov 2014 22:21:55 +0100 Subject: [PATCH 06/17] gpio: mvebu: add suspend/resume support In-Reply-To: <5457C119.90809@free-electrons.com> References: <1414151970-6626-1-git-send-email-thomas.petazzoni@free-electrons.com> <1414151970-6626-7-git-send-email-thomas.petazzoni@free-electrons.com> <5457C119.90809@free-electrons.com> Message-ID: <20141103222155.49bcb7ef@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Gregory CLEMENT, On Mon, 03 Nov 2014 18:53:29 +0100, Gregory CLEMENT wrote: > I don't know if the suspend is supported on this platform but as we were > on the road to remove this platform I don't know it it worth testing it unless > some interested users show up. The same can be said of the entire mv78xx0 support in gpio-mvebu: it's completely unused today. Since the migration to mv78xx0 has not been started, this platform is still using the old style GPIO driver in plat-orion/gpio.c. And therefore, all the mv78xx0 specific code in gpio-mvebu.c is purely "tentative" and has never been actually tested on HW. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com