Re: [PATCH] tca8418: fix loading this driver as a module from a device tree

2014-04-24 Thread Dmitry Torokhov
On Thu, Apr 10, 2014 at 11:29:58AM +0200, Dr. H. Nikolaus Schaller wrote: > Loading the tca8418 driver as a module on a device tree based system needs > a MODULE_ALIAS because the driver name does not match the automatic > name generation rules of a 'compatible' entry on i2c bus. > > Signed-off-by

[PATCH] tca8418: fix loading this driver as a module from a device tree

2014-04-10 Thread Dr. H. Nikolaus Schaller
Loading the tca8418 driver as a module on a device tree based system needs a MODULE_ALIAS because the driver name does not match the automatic name generation rules of a 'compatible' entry on i2c bus. Signed-off-by: H. Nikolaus Schaller --- drivers/input/keyboard/tca8418_keypad.c | 5 + 1 fi