aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cx25821 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman1-1/+1
2010-08-02V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart1-1/+1
2010-08-02V4L/DVB: Remove videobuf_sg_alloc abuseLaurent Pinchart1-15/+14
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2-3/+3
2010-08-02V4L/DVB: cx25821: Fix bad whitespacingMauro Carvalho Chehab7-424/+424
2010-08-02V4L/DVB: cx25821: Add a kernel level at printk'sMauro Carvalho Chehab1-11/+11
2010-08-02V4L/DVB: cx25821: Make comments C99 compliantMauro Carvalho Chehab5-933/+933
2010-08-02V4L/DVB: cx25821: Removed duplicate code and cleaned upPalash Bandyopadhyay27-5504/+1047
2010-07-22Staging: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-06-18Staging: cx25821: added KERN_ facility levelsScott Kidder1-15/+10
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman3-10/+6
2010-05-19V4L/DVB: Fix unlock logic at medusa_video_initMauro Carvalho Chehab1-32/+21
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil13-42/+41
2010-05-19V4L/DVB: cx25821-video-upstream.c: Added severity to printk callsRicardo Maraschini1-16/+16
2010-05-19V4L/DVB: staging:cx25821:fixes coding styles in cx25821-i2c.csai1-1/+1
2010-05-19V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.csai1-2/+2
2010-05-19V4L/DVB: cx25821: fix coding style issues in cx25821-alsa.csai gopal1-1/+2
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-05-19V4L/DVB: cx25821: fix coding style issues in cx25821-video-upstream.cOlimpiu Pascariu1-58/+63
2010-05-18V4L/DVB: cx25821: prepend cx25821_ to video exported symbolsMauro Carvalho Chehab15-566/+566
2010-05-18V4L/DVB: cx25821-video.c: fix table indentMauro Carvalho Chehab1-24/+24
2010-05-18V4L/DVB: cx25821: fix coding style issues in cx25821-i2c.cOlimpiu Pascariu1-6/+6
2010-05-18V4L/DVB: cx25821: fix coding style issues in cx25821-medusa-video.cOlimpiu Pascariu1-99/+108
2010-05-18V4L/DVB: cx25821: fix coding style issues in cx25821-gpio.cOlimpiu Pascariu1-13/+12
2010-05-18V4L/DVB: cx25821: fix coding style issues in cx25821-core.cOlimpiu Pascariu1-79/+77
2010-05-18V4L/DVB: cx25821-audio-upstream.c: Fixed some checkpatch.pl warnings/errorsMauro Carvalho Chehab1-72/+74
2010-05-18V4L/DVB: Staging: cx25821: fix coding style issues in cx25821-alsa.cOlimpiu Pascariu1-48/+54
2010-05-11Staging: Drop memory allocation castJulia Lawall3-10/+6
2010-05-11Staging: cx25821: Hoist assign from ifJoe Perches1-1/+2
2010-05-11Staging: cx25821 fixed C99 comments, white spaces and unnecessary bracesWouter Van Rooy1-33/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+7
2010-03-03staging: cx25821: avoid NULL pointer dereferenceAlexander Beregalov2-2/+4
2010-03-03Staging: cx25821: off by one in cx25821_enum_input()Dan Carpenter1-1/+1
2010-03-03Staging: cx25821: fix double unlock in medusa_video_init()Dan Carpenter1-3/+1
2010-01-17V4L/DVB (13955): cx25821: fix double unlock in medusa_video_init()Dan Carpenter1-3/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart13-13/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart12-24/+36
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart13-263/+67
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-2/+2
2009-12-11Staging: cx25821: adding __init/__exit macrosPeter Huewe1-2/+2
2009-09-19V4L/DVB (12851): cx25821/Makefile: CleanupMauro Carvalho Chehab1-2/+0
2009-09-19V4L/DVB (12847): cx25821: Add README with todo listMauro Carvalho Chehab1-0/+6
2009-09-18cx25821: Add driver to the building systemMauro Carvalho Chehab1-0/+1
2009-09-18V4L/DVB (12734): cx25821: Fix some compilation troublesMauro Carvalho Chehab4-10/+8
2009-09-18V4L/DVB (12733): cx25821: some CodingStyle fixesMauro Carvalho Chehab35-12726/+12592
2009-09-18V4L/DVB (12732): cx25821: fix bad whitespacingMauro Carvalho Chehab29-3915/+3914
2009-09-18V4L/DVB (12731): cx25821: Add missing includeMauro Carvalho Chehab1-0/+1
2009-09-18V4L/DVB (12730): Add conexant cx25821 driverMauro Carvalho Chehab37-0/+16790