Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] lirc_bt829: Note in TODO why it can't be a normal PCI driver yet

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Ben Hutchings and committed by
Mauro Carvalho Chehab
cfd66ab7 cfe1b7a7

+5
+5
drivers/staging/media/lirc/TODO
··· 2 2 (see drivers/media/IR/mceusb.c vs. lirc_mceusb.c in lirc cvs for an 3 3 example of a previously completed port). 4 4 5 + - lirc_bt829 uses registers on a Mach64 VT, which has a separate kernel 6 + framebuffer driver (atyfb) and userland X driver (mach64). It can't 7 + simply be converted to a normal PCI driver, but ideally it should be 8 + coordinated with the other drivers. 9 + 5 10 Please send patches to: 6 11 Jarod Wilson <jarod@wilsonet.com> 7 12 Greg Kroah-Hartman <greg@kroah.com>