summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttusb-budget
AgeCommit message (Expand)AuthorLines
2012-08-13[media] dvb-usb: move it to drivers/media/usb/dvb-usbMauro Carvalho Chehab-1837/+0
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab-1/+1
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-44/+58
2012-01-06[media] ttusb-budget: use goto for exception handlingJonathan Nieder-18/+22
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab-6/+6
2011-12-31[media] dvb-ttusb-budget: use DVBv5 parameters on set_params()Mauro Carvalho Chehab-20/+30
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman-20/+1
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe-1/+1
2011-05-20[media] ttusb-budget: driver has a debug param, use itJarod Wilson-33/+27
2011-03-21[media] TTUSB DVB: ttusb_boot_dsp() needs to release_firmware() or it leaks m...Jesper Juhl-0/+1
2010-10-21[media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare-1/+0
2009-01-02V4L/DVB (10149): ttusb-budget: make it depend on PCIMike Frysinger-1/+1
2008-11-16V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbsDouglas Schilling Landgraf-1/+8
2008-11-16V4L/DVB (9602): dvb-ttusb-budget: Add NULL pointer validationDouglas Schilling Landgraf-0/+6
2008-10-12V4L/DVB: follow lspci device/vendor styleBjorn Helgaas-1/+1
2008-07-20V4L/DVB (8251): ttusb: use simple_read_from_buffer()()Akinobu Mita-15/+3
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil-4/+0
2008-07-10ttusb-budget: use request_firmware()David Woodhouse-1648/+12
2008-06-05V4L/DVB (7962): ttusb endianness annotations and fixesAl Viro-1/+1
2008-04-24V4L/DVB (7662): stv0299: Fixed some typosOliver Endriss-1/+1
2008-04-24V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau-2/+6
2008-04-24V4L/DVB (7516): media/dvb/ttusb-budget replace remaining __FUNCTION__ occurre...Harvey Harrison-22/+22
2008-04-24V4L/DVB (7140): constify function pointer tablesJan Engelhardt-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day-1/+1
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab-1/+0
2007-07-18V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGSTrent Piepho-1/+1
2007-04-27V4L/DVB (5361): Dvb-pll: Fix Kconfig files and allow dvb-pll to be optionalTrent Piepho-1/+0
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-09-26V4L/DVB (4424): Add missing dvb-pll Kconfig infrastructureAndrew de Quincey-1/+2
2006-09-26V4L/DVB (4405): Add missing KConfig I2C dependenciesAndrew de Quincey-9/+8
2006-09-26V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f...Andrew de Quincey-6/+2
2006-09-26V4L/DVB (4386): Convert DVB devices to use dvb_attach()Andrew de Quincey-10/+16
2006-09-26V4L/DVB (4384): Remove remaining static function callsAndrew de Quincey-3/+3
2006-09-10V4L/DVB (4608b): i2c deps fix on DVBAndrew de Quincey-1/+2
2006-06-30typo fixes: bandwith -> bandwidthAdrian Bunk-1/+1
2006-06-26[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman-11/+0
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher-29/+29
2006-06-25V4L/DVB (3935): Add missing pll gate control callsAndrew de Quincey-0/+14
2006-06-25V4L/DVB (3934): Support new dvb-ttusb-budget boards with stv0297Thomas Kaiser-0/+176
2006-06-25V4L/DVB (3932): Convert lnbp21 to a moduleAndrew de Quincey-26/+3
2006-06-25V4L/DVB (3880): Convert dvb-ttusb-budget to refactored tuner codeAndrew de Quincey-17/+20
2006-06-25V4L/DVB (3762): Add sysfs device links to dvb devicesAndrew de Quincey-1/+1
2006-05-12V4L/DVB (3743): Fix some more potential oopsesAndrew de Quincey-1/+5
2006-03-21V4L/DVB (3485): BUG_ON() Conversion in drivers/video/mediaEric Sesterhenn-2/+1
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar-15/+17
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris-3/+1
2006-01-09V4L/DVB (3218): Whitespace cleanupsMichael Krufky-1/+1