kernel-fxtec-pro1x/drivers/input/serio
Dmitry Torokhov 271002ca79 Input: xilinx_ps2 - allocate serio port separately
'struct serio' is a refcounted data structure with lifetime rules different
from 'struct xps2data'. It is quite likely that serio_unregister_port() will
try to free memory allocated by the port and that is why it should be
allocated separately.

Also switch to using platform_get/set_drvdata instead of dev_get/set_drvdata
because we are dealing with platform device.

Reported-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2012-04-03 09:57:11 -07:00
..
altera_ps2.c Input: altera_ps2 - use of_match_ptr() 2012-03-16 23:34:00 -07:00
ambakmi.c input: ambakmi: Enable module alias autogeneration for AMBA drivers 2011-11-22 10:58:31 +00:00
ams_delta_serio.c Input: ams_delta_serio - include linux/module.h 2011-11-09 21:19:54 -08:00
at32psif.c Merge commit 'v3.3-rc6' into next 2012-03-09 10:55:17 -08:00
ct82c710.c
gscps2.c
hil_mlc.c
hp_sdc.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
hp_sdc_mlc.c
i8042-io.h
i8042-ip22io.h
i8042-jazzio.h
i8042-ppcio.h
i8042-snirm.h
i8042-sparcio.h
i8042-unicore32io.h
i8042-x86ia64io.h Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklist 2012-02-03 00:22:43 -08:00
i8042.c Input: i8042 - also perform controller reset when suspending 2011-11-05 00:01:56 -07:00
i8042.h
Kconfig
libps2.c
maceps2.c
Makefile
parkbd.c
pcips2.c
ps2mult.c
q40kbd.c Input: q40kbd - convert driver to the split model 2012-01-23 00:02:31 -08:00
rpckbd.c Input: serio - use macro module_platform_driver() 2011-11-30 23:41:43 -08:00
sa1111ps2.c
serio.c
serio_raw.c Input: serio_raw - return proper result when serio_raw_read fails 2012-02-01 09:26:18 -08:00
serport.c
xilinx_ps2.c Input: xilinx_ps2 - allocate serio port separately 2012-04-03 09:57:11 -07:00