summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12282): gspca - main: Support for vidioc_g_chip_ident and vidioc_g/s...Brian Johnson2009-07-242-0/+82
* V4L/DVB (12269): af9013: auto-detect parameters in case of garbage given by appAntti Palosaari2009-07-241-7/+18
* V4L/DVB (12267): gspca - sonixj: Bad sensor init of non ov76xx sensors.Jean-Francois Moine2009-07-241-0/+2
* V4L/DVB (12265): em28xx: fix tuning problem in HVR-900 (R1)Devin Heitmueller2009-07-241-3/+11
* V4L/DVB (12263): em28xx: set demod profile for Pinnacle Hybrid Pro 320eDevin Heitmueller2009-07-241-0/+1
* V4L/DVB (12262): em28xx: Make sure the tuner is initialized if generic empia ...Devin Heitmueller2009-07-241-0/+1
* V4L/DVB (12261): em28xx: set GPIO properly for Pinnacle Hybrid Pro analog sup...Devin Heitmueller2009-07-241-1/+1
* V4L/DVB (12260): em28xx: make support work for the Pinnacle Hybrid Pro (eb1a:...Devin Heitmueller2009-07-242-4/+21
* V4L/DVB (12258): em28xx: fix typo in mt352 init sequence for Terratec Cinergy...Devin Heitmueller2009-07-241-1/+1
* V4L/DVB (12257): em28xx: make tuning work for Terratec Cinergy T XS USB (mt35...Devin Heitmueller2009-07-241-6/+41
* V4L/DVB (12245): em28xx: add support for mt9m001 webcamsMauro Carvalho Chehab2009-07-242-0/+42
* V4L/DVB (12244): em28xx: adjust vinmode/vinctl based on the stream input formatMauro Carvalho Chehab2009-07-243-14/+17
* V4L/DVB (12243): em28xx: allow specifying sensor xtal frequencyMauro Carvalho Chehab2009-07-242-3/+10
* V4L/DVB (12242): mt9v011: implement core->s_config to allow adjusting xtal fr...Mauro Carvalho Chehab2009-07-241-0/+17
* V4L/DVB (12241): mt9v011: Fix vstartMauro Carvalho Chehab2009-07-241-1/+1
* V4L/DVB (12240): mt9v011: add a function to calculate frames per second rateMauro Carvalho Chehab2009-07-241-1/+31
* V4L/DVB (12239): em28xx: fix webcam scalingMauro Carvalho Chehab2009-07-244-24/+18
* V4L/DVB (12238): em28xx: call sensor detection code for all webcam entriesMauro Carvalho Chehab2009-07-241-9/+9
* V4L/DVB (12237): mt9v011: implement VIDIOC_QUERYCTRLMauro Carvalho Chehab2009-07-241-0/+18
* V4L/DVB (12236): em28xx: stop abusing of board->decoder for sensor informationMauro Carvalho Chehab2009-07-242-3/+9
* V4L/DVB (12235): em28xx: detects sensors also with the generic em2750/2750 entryMauro Carvalho Chehab2009-07-242-5/+6
* V4L/DVB (12234): em28xx-cards: use is_webcam flag for devices that are known ...Mauro Carvalho Chehab2009-07-241-4/+8
* V4L/DVB (12233): em28xx: rename is_27xx to is_webcamMauro Carvalho Chehab2009-07-244-7/+7
* V4L/DVB (12224): gspca - m5602-s5k4aa: Remove erroneous register writesErik Andrén2009-07-241-6/+0
* V4L/DVB (12223): gspca - stv06xx-hdcs: Correct the pixelformatErik Andrén2009-07-241-2/+2
* V4L/DVB (12222): gspca - stv06xx-hdcs: Fix sensor sequence bugErik Andrén2009-07-241-3/+5
* V4L/DVB (12221): gspca - stv06xx-hdcs: Actually update the sensor stateErik Andrén2009-07-241-1/+3
* Linux 2.6.31-rc4v2.6.31-rc4Linus Torvalds2009-07-221-1/+1
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-221-0/+5
|\
| * genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont2009-07-221-0/+5
* | Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-07-221-2/+2
|\ \ | |/ |/|
| * lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra2009-07-221-2/+2
* | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-2225-299/+948
|\ \
| * | perf_counter tools: Give perf top inherit optionMike Galbraith2009-07-221-1/+5
| * | perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith2009-07-221-2/+5
| * | perf_counter: Detect debugfs locationJason Baron2009-07-225-17/+102
| * | perf_counter: Add tracepoint support to perf list, perf statJason Baron2009-07-222-1/+176
| * | perf symbol: C++ demanglingArnaldo Carvalho de Melo2009-07-222-3/+20
| * | perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
| * | perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard2009-07-221-1/+4
| * | perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-222-2/+4
| * | perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-224-120/+35
| * | perf_counter: Plug more stack leaksPeter Zijlstra2009-07-221-2/+21
| * | perf: Fix stack data leakArjan van de Ven2009-07-221-0/+1
| * | perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0
| * | Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-2210-142/+556
| |\ \
| | * | perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2
| | * | perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2009-07-112-0/+21
| | * | perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| | * | perf report: Make the output more compactArnaldo Carvalho de Melo2009-07-111-15/+21