summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cx25821
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* drivers/staging/cx25821/cx25821-video.c: introduce missing kfreeJulia Lawall2011-04-201-0/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-245-16/+15
|\
| * [media] staging/cx25721: serialize access to devlistArnd Bergmann2011-03-215-16/+15
* | staging: cx25821: Remove NULL check before kfreeIlia Mirkin2011-03-143-18/+9
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-101-1/+1
|\
| * Staging: cx25821: use DEFINE_PCI_DEVICE_TABLENamhyung Kim2010-12-091-1/+1
* | [media] cx25821: Fix compilation breakage due to BKL dependencyMauro Carvalho Chehab2011-01-051-0/+1
* | [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-2/+0
* | [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-292-37/+0
* | [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-291-1/+1
* | [media] drivers/staging/cx25821: Use pr_fmt and pr_<level>Joe Perches2010-12-2911-322/+287
* | [media] ir-core: more cleanups of ir-functions.cDavid Härdeman2010-12-291-2/+2
* | [media] Don't export format_by_forcc on two different driversMauro Carvalho Chehab2010-12-022-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-10-284-15/+19
|\
| * Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-284-23/+31
| |\
| | * Staging: cx25821: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-081-1/+1
| | * Staging: cx25821: Makefile: cleaned up Makefile cflag linesTracey Dent2010-10-051-4/+4
| | * Staging: cx25821: clenup warnings found by checkpatch.pl tool in cx25821-audi...Gorskin Ilya2010-08-312-14/+17
| | * staging: cx25821: call disable_pci_device() if pci_probe() failedKulikov Vasiliy2010-08-311-4/+9
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-2816-186/+177
|\ \ \ | |/ / |/| |
| * | [media] Staging: cx25821: fix braces and space coding style issuesRuslan Pisarev2010-10-2112-179/+168
| * | [media] Staging: cx25821: remove spaces after parenthesisRuslan Pisarev2010-10-211-2/+2
| * | V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-1/+1
| * | V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-1/+1
| * | V4L/DVB: Fix Kconfig dependencies for VIDEO_IRMauro Carvalho Chehab2010-10-211-1/+1
| * | V4L/DVB: cx25821: fix gcc warning when compiled with allyesconfigMauro Carvalho Chehab2010-10-211-1/+1
| * | V4L/DVB: cx25821: convert to the mediabus APIHans Verkuil2010-10-211-1/+3
| |/
* | 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
OpenPOWER on IntegriCloud