summaryrefslogtreecommitdiffstats
path: root/arch/mips/tx4938/toshiba_rbtx4938/setup.c
diff options
context:
space:
mode:
authorDavid Brownell2007-08-31 08:56:24 +0200
committerLinus Torvalds2007-08-31 10:42:22 +0200
commitfc3ba9525b50ea0d1670357ece21ebedcee507ae (patch)
tree857f3817737c800e8d45fbb129993a4b5dfbd3bf /arch/mips/tx4938/toshiba_rbtx4938/setup.c
parentAssign task_struct.exit_code before taskstats_exit() (diff)
downloadkernel-qcow2-linux-fc3ba9525b50ea0d1670357ece21ebedcee507ae.tar.gz
kernel-qcow2-linux-fc3ba9525b50ea0d1670357ece21ebedcee507ae.tar.xz
kernel-qcow2-linux-fc3ba9525b50ea0d1670357ece21ebedcee507ae.zip
SPI driver hotplug/coldplug fixes
Update various SPI drivers so they properly support - coldplug through "modprobe $(cat /sys/devices/.../modalias)" - hotplug through "modprobe $(MODALIAS)" The basic rule for platform, SPI, and (new style) I2C drivers is just to make sure that modprobing the driver name works. In this case, all the relevant drivers are platform drivers, and this patch either (a) Changes the driver name, if no in-tree code would break; this is simpler and thus preferable in the long term. (b) Adds MODULE_ALIAS directives, when in-tree platforms declare devices using the current driver name; less desirable. Most systems will link SPI controller drivers statically, but there's no point in being needlessly broken. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: Jean Delvare <khali@linux-fr.org> Acked-by: Andrei Konovalov <akonovalov@ru.mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips/tx4938/toshiba_rbtx4938/setup.c')
0 files changed, 0 insertions, 0 deletions