summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cx25821
Commit message (Expand)AuthorAgeFilesLines
* BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
* Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman2010-08-051-1/+1
|\
| * Staging: Remove unnecessary casts of private_dataJoe Perches2010-07-221-1/+1
| * Staging: cx25821: added KERN_ facility levelsScott Kidder2010-06-181-15/+10
* | V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart2010-08-021-1/+1
* | V4L/DVB: Remove videobuf_sg_alloc abuseLaurent Pinchart2010-08-021-15/+14
* | V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-022-3/+3
* | V4L/DVB: cx25821: Fix bad whitespacingMauro Carvalho Chehab2010-08-027-424/+424
* | V4L/DVB: cx25821: Add a kernel level at printk'sMauro Carvalho Chehab2010-08-021-11/+11
* | V4L/DVB: cx25821: Make comments C99 compliantMauro Carvalho Chehab2010-08-025-933/+933
* | V4L/DVB: cx25821: Removed duplicate code and cleaned upPalash Bandyopadhyay2010-08-0227-5504/+1047
|/
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-213-10/+6
|\
| * Staging: Drop memory allocation castJulia Lawall2010-05-113-10/+6
| * Staging: cx25821: Hoist assign from ifJoe Perches2010-05-111-1/+2
| * Staging: cx25821 fixed C99 comments, white spaces and unnecessary bracesWouter Van Rooy2010-05-111-33/+39
* | V4L/DVB: Fix unlock logic at medusa_video_initMauro Carvalho Chehab2010-05-191-32/+21
* | V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil2010-05-1913-42/+41
* | V4L/DVB: cx25821-video-upstream.c: Added severity to printk callsRicardo Maraschini2010-05-191-16/+16
* | V4L/DVB: staging:cx25821:fixes coding styles in cx25821-i2c.csai2010-05-191-1/+1
* | V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.csai2010-05-191-2/+2
* | V4L/DVB: cx25821: fix coding style issues in cx25821-alsa.csai gopal2010-05-191-1/+2
* | V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe2010-05-191-2/+2
* | V4L/DVB: cx25821: fix coding style issues in cx25821-video-upstream.cOlimpiu Pascariu2010-05-191-58/+63
* | V4L/DVB: cx25821: prepend cx25821_ to video exported symbolsMauro Carvalho Chehab2010-05-1815-566/+566
* | V4L/DVB: cx25821-video.c: fix table indentMauro Carvalho Chehab2010-05-181-24/+24
* | V4L/DVB: cx25821: fix coding style issues in cx25821-i2c.cOlimpiu Pascariu2010-05-181-6/+6
* | V4L/DVB: cx25821: fix coding style issues in cx25821-medusa-video.cOlimpiu Pascariu2010-05-181-99/+108
* | V4L/DVB: cx25821: fix coding style issues in cx25821-gpio.cOlimpiu Pascariu2010-05-181-13/+12
* | V4L/DVB: cx25821: fix coding style issues in cx25821-core.cOlimpiu Pascariu2010-05-181-79/+77
* | V4L/DVB: cx25821-audio-upstream.c: Fixed some checkpatch.pl warnings/errorsMauro Carvalho Chehab2010-05-181-72/+74
* | V4L/DVB: Staging: cx25821: fix coding style issues in cx25821-alsa.cOlimpiu Pascariu2010-05-181-48/+54
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+7
* staging: cx25821: avoid NULL pointer dereferenceAlexander Beregalov2010-03-032-2/+4
* Staging: cx25821: off by one in cx25821_enum_input()Dan Carpenter2010-03-031-1/+1
* Staging: cx25821: fix double unlock in medusa_video_init()Dan Carpenter2010-03-031-3/+1
* V4L/DVB (13955): cx25821: fix double unlock in medusa_video_init()Dan Carpenter2010-01-171-3/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-1613-13/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-1612-24/+36
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-1613-263/+67
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-2/+2
* Staging: cx25821: adding __init/__exit macrosPeter Huewe2009-12-111-2/+2
* V4L/DVB (12851): cx25821/Makefile: CleanupMauro Carvalho Chehab2009-09-191-2/+0
* V4L/DVB (12847): cx25821: Add README with todo listMauro Carvalho Chehab2009-09-191-0/+6
* cx25821: Add driver to the building systemMauro Carvalho Chehab2009-09-181-0/+1
* V4L/DVB (12734): cx25821: Fix some compilation troublesMauro Carvalho Chehab2009-09-184-10/+8
* V4L/DVB (12733): cx25821: some CodingStyle fixesMauro Carvalho Chehab2009-09-1835-12726/+12592
* V4L/DVB (12732): cx25821: fix bad whitespacingMauro Carvalho Chehab2009-09-1829-3915/+3914
* V4L/DVB (12731): cx25821: Add missing includeMauro Carvalho Chehab2009-09-181-0/+1
* V4L/DVB (12730): Add conexant cx25821 driverMauro Carvalho Chehab2009-09-1837-0/+16790
OpenPOWER on IntegriCloud