Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751582Ab0AHGce (ORCPT ); Fri, 8 Jan 2010 01:32:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750934Ab0AHGce (ORCPT ); Fri, 8 Jan 2010 01:32:34 -0500 Received: from trinity.fluff.org ([89.16.178.74]:53916 "EHLO trinity.fluff.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788Ab0AHGcd (ORCPT ); Fri, 8 Jan 2010 01:32:33 -0500 From: Ben Dooks To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: GPIO update to allow code to get at gpio_chip Date: Fri, 8 Jan 2010 06:32:27 +0000 Message-Id: <1262932348-2888-1-git-send-email-ben-linux@fluff.org> X-Mailer: git-send-email 1.5.6.5 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@trinity.fluff.org X-SA-Exim-Scanned: No (on trinity.fluff.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 560 Lines: 13 Allowing gpiolib implementations to get at the gpio_chip from the gpio number is useful to allow gpiolib gpio numbering to be used for other gpio purposes such as changing pin configuration. The following patch exports this information. A patch showing the reason for my wanting this can be supplied on request. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/