linux/drivers/pps/clients
Alexander Gordeev 4f542e3dd9 pps: claim parallel port exclusively
Both pps_parport and pps_gen_parport are written in a way that they
can't share a port with any other driver.  This can result in locking up
the process that loads modules or even the whole kernel if the modules
are compiled in.  Use PARPORT_FLAG_EXCL to indicate this.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Cc: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-26 10:50:00 +10:00
..
Kconfig pps: add parallel port PPS client 2011-01-13 08:03:21 -08:00
Makefile pps: add parallel port PPS client 2011-01-13 08:03:21 -08:00
pps-ktimer.c pps ktimer: remove noisy message 2011-01-26 10:49:59 +10:00
pps-ldisc.c pps: timestamp is always passed to dcd_change() 2011-01-13 08:03:20 -08:00
pps_parport.c pps: claim parallel port exclusively 2011-01-26 10:50:00 +10:00