]> git.baikalelectronics.ru Git - kernel.git/commit
USB: musb: Kill board specific pinmux from driver file
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 8 Jul 2010 11:04:54 +0000 (16:34 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:39 +0000 (14:35 -0700)
commitf69407d8dc1c8a6bfef3ff080045cdb3ee22d068
tree3c282dd21282f1c8d4e476074160a2e9d5c1ed4e
parent3e2b698f0da05268f042ab42642beebcacbdffe4
USB: musb: Kill board specific pinmux from driver file

This pin-muxing is best done in the board files. The driver should
not do this explicitly.

Also, this code causes a warning to be thrown when OMAP2430 and OMAP3/4
support are enabled in the same kernel.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/omap2430.c