summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13077): em28xx: Add support for new variant of KWorld 2800dDevin Heitmueller2009-12-052-1/+3
* V4L/DVB (13076): xc5000: make the definition of the FM input part of the xc50...Devin Heitmueller2009-12-052-3/+28
* V4L/DVB (13075): xc5000: add FM radio supportBeholder Intl. Ltd. Dmitry Belimov2009-12-051-4/+62
* V4L/DVB (13073): radio-mr800: set radio frequency only upon successDavid Ellingsworth2009-12-051-6/+2
* V4L/DVB (13072): radio-mr800: simplify device warningsDavid Ellingsworth2009-12-051-52/+26
* V4L/DVB (13071): radio-mr800: preserve radio state during suspend/resumeDavid Ellingsworth2009-12-051-5/+28
* V4L/DVB (13070): radio-mr800: fix behavior of set_stereo functionDavid Ellingsworth2009-12-051-4/+5
* V4L/DVB (13069): radio-mr800: ensure the radio is initialized to a consistent...David Ellingsworth2009-12-051-2/+32
* V4L/DVB (13068): radio-mr800: remove device initialization from open/closeDavid Ellingsworth2009-12-051-33/+2
* V4L/DVB (13067): radio-mr800: fix potential use after freeDavid Ellingsworth2009-12-051-1/+1
* V4L/DVB (13066): radio-mr800: remove device removed indicatorDavid Ellingsworth2009-12-051-12/+8
* V4L/DVB (13065): radio-mr800: simplify locking in ioctl callbacksDavid Ellingsworth2009-12-051-79/+30
* V4L/DVB (13064): radio-mr800: simplify access to amradio_deviceDavid Ellingsworth2009-12-051-10/+13
* V4L/DVB (13063): radio-mr800: remove unnecessary local variableDavid Ellingsworth2009-12-051-6/+4
* V4L/DVB (13062): radio-mr800: simplify error paths in usb probe callbackDavid Ellingsworth2009-12-051-11/+16
* V4L/DVB (13061): radio-mr800: simplify video_device allocationDavid Ellingsworth2009-12-051-32/+21
* V4L/DVB (13060): radio-mr800: implement proper lockingDavid Ellingsworth2009-12-051-75/+106
* V4L/DVB (13058): af9015: enable remote polling when eeprom contains 0x04Antti Palosaari2009-12-052-1/+2
* V4L/DVB (13057): af9015: add MSI DIGIVOX mini III remoteAntti Palosaari2009-12-052-0/+81
* V4L/DVB (13056): af9015: add LeadTek Y04G0051 remote buttonsAntti Palosaari2009-12-051-55/+88
* V4L/DVB (13055): af9015: fix few typosAntti Palosaari2009-12-051-3/+3
* V4L/DVB (13054): af9015: add USB ID for KWorld PlusTV DVB-T PCI Pro Card (DVB...Antti Palosaari2009-12-052-1/+9
* V4L/DVB (13052): DiB0700: EvolutePC TvWay+ USB ISDB-Tb fullseg device supportS?rgio Fortier2009-12-052-1/+8
* V4L/DVB (13051): DiB7000P: improve rebostness of HAS_LOCK indicatorOlivier Grenie2009-12-052-5/+11
* V4L/DVB (13049): dib8000: SNR in 10th of dBOlivier Grenie2009-12-055-1/+136
* V4L/DVB (13045): Fix debug messaging for stv0900 demod.Igor M. Liplianin2009-12-053-45/+46
* V4L/DVB (13044): dib0700: Be less verbose when an IR key is pressedMauro Carvalho Chehab2009-12-051-1/+0
* V4L/DVB (13043): Add support for Pixelview SBTVD IRMauro Carvalho Chehab2009-12-051-0/+31
* V4L/DVB (13042): Add NEC protocol to firmware v1.2 handlerMauro Carvalho Chehab2009-12-051-24/+37
* V4L/DVB (13040): V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision O...Marek Vasut2009-12-055-0/+1018
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-0528-518/+856
|\
| * tracing: Separate raw syscall from syscall tracerLai Jiangshan2009-11-251-1/+2
| * ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt2009-11-251-2/+56
| * tracing, function tracer: Clean up strstrip() usageIngo Molnar2009-11-231-5/+4
| * ring-buffer benchmark: Run producer/consumer threads at nice +19Ingo Molnar2009-11-231-0/+6
| * tracing: Remove the stale include/trace/power.hJosh Stone2009-11-191-32/+0
| * tracing: Only print objcopy version warning once from recordmcountSteven Rostedt2009-11-172-2/+11
| * tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan2009-11-171-1/+1
| * ring-buffer: Move access to commit_page up into function usedSteven Rostedt2009-11-171-6/+3
| * tracing: do not disable interrupts for trace_clock_localSteven Rostedt2009-11-111-3/+5
| * ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt2009-11-111-9/+16
| * kprobes: Sanitize struct kretprobe_instance allocationsAnanth N Mavinakayanahalli2009-11-021-2/+2
| * tracing: Fix to use __always_unused attributeLi Zefan2009-11-021-2/+2
| * compiler: Introduce __always_unusedLi Zefan2009-11-022-0/+5
| * tracing: Exit with error if a weak function is used in recordmcount.plLi Hong2009-10-291-7/+3
| * tracing: Move conditional into update_funcs() in recordmcount.plLi Hong2009-10-291-5/+3
| * tracing: Add regex for weak functions in recordmcount.plLi Hong2009-10-291-7/+9
| * tracing: Move mcount section search to front of loop in recordmcount.plLi Hong2009-10-291-14/+18
| * tracing: Fix objcopy revision check in recordmcount.plLi Hong2009-10-291-29/+27
| * tracing: Check absolute path of input file in recordmcount.plLi Hong2009-10-291-1/+1
OpenPOWER on IntegriCloud