From: Haavard Skinnemoen Date: Fri, 19 Sep 2008 15:13:28 +0000 (+0200) Subject: avr32: Provide a way to deselect pins in the portmux X-Git-Tag: v2.6.28-rc1~700^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece2678c62ce13ef11a8b43526ccc5db8d711ed3;p=pandora-kernel.git avr32: Provide a way to deselect pins in the portmux Currently, setting up the portmux is completely one-shot: Once a pin is muxed, the portmux driver will complain loudly and refuse to do anything if you try to set up the same pin again. Sometimes, it may be necessary to change the configuration of a pin after it has been set up initially. This patch adds a way to undo the previous configuration, allowing the pin to be reconfigured. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed