From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Sat, 28 Nov 2009 12:47:51 +0000 Subject: [PATCH 6/9] add gpiolib support to ucb1x00 In-Reply-To: <1254778533-3529-7-git-send-email-thommycheck@gmx.de> References: <1254778533-3529-1-git-send-email-thommycheck@gmx.de> <1254778533-3529-2-git-send-email-thommycheck@gmx.de> <1254778533-3529-3-git-send-email-thommycheck@gmx.de> <1254778533-3529-4-git-send-email-thommycheck@gmx.de> <1254778533-3529-5-git-send-email-thommycheck@gmx.de> <1254778533-3529-6-git-send-email-thommycheck@gmx.de> <1254778533-3529-7-git-send-email-thommycheck@gmx.de> Message-ID: <20091128124751.GD25671@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 05, 2009 at 11:35:30PM +0200, Thomas Kunze wrote: > The old access methods to the gpios will be removed when > all users has been converted. (mainly ucb1x00-ts) btw, what was the point in moving private includes out of drivers/mfd into include/linux/mfd? If they're private, they should stay private and local to the relevant files IMHO.