summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11347): mt9t031: use platform power hookGuennadi Liakhovetski2009-04-061-0/+21
* V4L/DVB (11345): af9015: support for DigitalNow TinyTwin remoteStuart Hall2009-04-061-11/+8
* V4L/DVB (11343): au0828: make i2c clock speed per-board configurableDevin Heitmueller2009-04-063-20/+18
* V4L/DVB (11342): au0828: better document i2c registersDevin Heitmueller2009-04-062-28/+69
* V4L/DVB (11340): af9015: add support for AverMedia AVerTV Volar Black HD (A850)Antti Palosaari2009-04-062-1/+24
* V4L/DVB (11339): af9015: remove wrong definitionsAntti Palosaari2009-04-061-8/+0
* V4L/DVB (11338): af9015: add support for TrekStor DVB-T USB StickMarc Schneider2009-04-063-3/+83
* V4L/DVB (11337): af9015: add new USB ID for KWorld USB DVB-T TV Stick II (VS-...Antti Palosaari2009-04-062-1/+4
* V4L/DVB (11336): af9015: remove experimentalAntti Palosaari2009-04-061-1/+1
* V4L/DVB (11334): pvrusb2: Fix uninitialized tuner_setup field(s)Mike Isely2009-04-061-0/+1
* V4L/DVB (11333): pvrusb2: Report def_val items in sysfs symbolically, consist...Mike Isely2009-04-061-6/+8
* V4L/DVB (11332): pvrusb2: Fix incorrect reporting of default value for non-in...Mike Isely2009-04-061-7/+5
* V4L/DVB (11331): em28xx: convert to v4l2_subdevDouglas Schilling Landgraf2009-04-065-141/+172
* V4L/DVB (11329): Fix buglets in v4l1 compatibility layerRussell King2009-04-061-2/+7
* V4L/DVB (11328): Add AVerMedia A310 USB IDs to CE6230 driver.Juan Jesús García de Soria Lucena2009-04-062-1/+8
* V4L/DVB (11327): ov772x: add edge contrl supportKuninori Morimoto2009-04-062-4/+94
* V4L/DVB (11326): mt9m001: fix advertised pixel clock polarityGuennadi Liakhovetski2009-04-061-1/+1
* V4L/DVB (11325): soc-camera: fix breakage caused by 1fa5ae857bb14f6046205171d...Guennadi Liakhovetski2009-04-061-2/+4
* V4L/DVB (11324): ov772x: wrong pointer for soc_camera_link is modifiedKuninori Morimoto2009-04-061-1/+1
* V4L/DVB (11323): pxa-camera: simplify the .buf_queue path by merging two loopsGuennadi Liakhovetski2009-04-061-14/+6
* V4L/DVB (11322): pxa_camera: Fix overrun condition on last bufferRobert Jarzmik2009-04-061-5/+20
* V4L/DVB (11321): pxa_camera: Redesign DMA handlingRobert Jarzmik2009-04-062-128/+316
* V4L/DVB (11320): pxa_camera: Remove YUV planar formats holeRobert Jarzmik2009-04-061-38/+105
* V4L/DVB (11319): pxa_camera: Enforce YUV422P frame sizes to be 16 multiplesRobert Jarzmik2009-04-061-11/+21
* V4L/DVB (11318): fix misspelling of kconfig optionKyle McMartin2009-04-061-1/+1
* Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-054-28/+32
|\
| * Audit: remove spaces from audit_log_d_pathEric Paris2009-04-052-3/+3
| * audit: audit_set_auditable defined but not usedEric Paris2009-04-051-8/+8
| * audit: incorrect ref counting in audit tree tag_chunkEric Paris2009-04-051-0/+2
| * audit: Fix possible return value truncation in audit_get_context()Paul Moore2009-04-051-1/+1
| * audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac2009-04-051-0/+3
| * Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac2009-04-051-1/+1
| * make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu2009-04-051-8/+8
| * auditsc: fix kernel-doc notationRandy Dunlap2009-04-051-2/+2
| * audit: EXECVE record - removed bogus newlineJiri Pirko2009-04-051-5/+4
* | Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-04-0515-164/+139
|\ \
| * | mfd: fix da903x warningSamuel Ortiz2009-04-051-1/+1
| * | mfd: fix MAINTAINERS entrySamuel Ortiz2009-04-051-1/+2
| * | mfd: Use the value of the final spin when reading the AUXADCMark Brown2009-04-051-1/+1
| * | mfd: Storage class should be before const qualifierTobias Klauser2009-04-053-4/+4
| * | mfd: PASIC3: supply clock_rate to DS1WM via driver_dataPhilipp Zabel2009-04-051-9/+13
| * | mfd: remove DS1WM clock handlingPhilipp Zabel2009-04-052-20/+8
| * | mfd: remove unused PASIC3 bus_shift fieldPhilipp Zabel2009-04-051-1/+0
| * | pxa/magician: remove deprecated .bus_shift from PASIC3 platform_dataPhilipp Zabel2009-04-051-1/+0
| * | mfd: convert PASIC3 to use MFD corePhilipp Zabel2009-04-052-98/+62
| * | mfd: convert DS1WM to use MFD corePhilipp Zabel2009-04-053-23/+25
| * | mfd: Support active high IRQs on WM835xMark Brown2009-04-052-1/+17
| * | mfd: Use bulk read to fill WM8350 register cacheMark Brown2009-04-051-9/+12
| * | mfd: remove duplicated #include from pcf50633Huang Weiyi2009-04-051-1/+0
| |/
* | Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-04-057-14/+13
|\ \