summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/mxb.c
AgeCommit message (Expand)Author
2009-03-10avoid loading the entire videodev.h header for drivers that are already V4L2 ...Mauro Carvalho Chehab
2009-02-07saa7146: convert saa7146 and mxb in particular to v4l2_subdev.Hans Verkuil
2009-01-18saa7146: convert to video_ioctl2.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-09-07mxb: use unique i2c adapter nameHans Verkuil
2008-09-06mxb: coding style cleanupsHans Verkuil
2008-09-06mxb/tda9840: cleanups, use module saa7115 instead of saa7111.Hans Verkuil
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-07-25First mxb cleanup phaseHans Verkuil
2008-04-15Backport changeset 5fa1247a2b56f33f88432c24e109deaf91ef8281Mauro Carvalho Chehab
2008-02-05backport Kernel commit 961f80f9c0c0f7c45d7818f9c9969dfaa9e4463dMauro Carvalho Chehab
2008-01-27[PATCH] static memoryDouglas Schilling Landgraf
2007-10-10Change list_for_each+list_entry to list_for_each_entryTrent Piepho
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2006-11-28mxb: fix to load the proper i2c modulesMauro Carvalho Chehab
2006-03-29zmalloc changed to kzmalloc; semaphore to mutexMauro Carvalho Chehab
2006-03-18Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil
2006-03-18renamed I2C_foo addresses to I2C_ADDR_fooMauro Carvalho Chehab
2006-03-15Restore tuning capabilities in v4l2 mxb driverMauro Carvalho Chehab
2006-03-14Removed inclusion of linux/version.h included on a previous patchMauro Carvalho Chehab
2006-03-08Add mxb, dpc7146, hexium_gemini and hexium_orion from 2.6.15Michael Hunold
2003-05-28I removed all "analog" drivers from the main CVS repository and moved themMichael Hunold
2003-04-28Compile fixes against 2.5.68.Michael Hunold
2003-04-25Lots of cosmetic changes in order to sync the CVS withMichael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-03-28A whole bunch of small changes all over the place:Michael Hunold
2003-03-20Necessary changes to the analog saa7146 based video drivers dueMichael Hunold
2003-03-14saa7146: set default values for brightness/contrast/saturation on driver loadMichael Hunold
2003-02-27- fix some bugs that appeared in system with both analog and digitalMichael Hunold
2003-02-26- Compile fixes against 2.5.63 (daemonize() has been changed)Michael Hunold
2003-01-10- Fix broken i2c irq transfer, due to Holger's changesMichael Hunold
2003-01-09Fixes for 2.5.55 all over the place:Michael Hunold
2003-01-05After all, using the i2c irq wasn't a good idea. After long hours ofMichael Hunold
2003-01-04- Removed preinit() from saa7146 probe()/attach() logic, it's not usedMichael Hunold
2003-01-04Some more changes... (but we're stabilizing...)Michael Hunold
2002-12-30Next chunk of big splitup / cleanup:Michael Hunold
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...Michael Hunold
2002-12-23For some unobvious reason, analog cards (ie. the MXB) and digital cardsMichael Hunold
2002-12-20Removed the dependecy to i2c-core from saa7146 and av7110,Michael Hunold
2002-12-20More compile fixes to allow a flawless static build, changed theMichael Hunold
2002-12-17Misc. build fixes (beautification, remove some unnecessary printks)Michael Hunold
2002-12-17Add the video4linux driver for the "Multimedia eXtension Board",Michael Hunold