summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [media] stb0899: remove commented value from IQ_SWAP_ON/OFF usagesReinhard Nissl2013-05-215-5/+5
* [media] media/usb: fix kconfig dependenciesRandy Dunlap2013-05-211-1/+4
* [media] saa7115: Add register setup and config for gm7113cJon Arne Jørgensen2013-05-211-10/+37
* [media] saa7115: add detection code for gm7113cMauro Carvalho Chehab2013-05-212-0/+38
* [media] saa7115: move the autodetection code out of the probe functionMauro Carvalho Chehab2013-05-211-50/+83
* [media] wl128x: do not call copy_to_user() while holding spinlocksAlexey Khoroshilov2013-05-211-10/+14
* [media] solo6x10: Approximate frame intervals with non-standard denominatorIsmael Luceno2013-05-211-23/+15
* [media] media: i2c: tvp7002: enable TVP7002 decoder for media controller base...Lad, Prabhakar2013-05-212-5/+93
* [media] hdpvr: Added some error handling in hdpvr_start_streaming()Leonid Kegulskiy2013-05-211-1/+5
* [media] hdpvr: Removed unnecessary get_video_info() call from hdpvr_device_in...Leonid Kegulskiy2013-05-211-8/+0
* [media] media: davinci: vpbe: fix checkpatch warning for CamelCaseLad, Prabhakar2013-05-213-15/+15
* [media] em28xx: Add support for 1b80:e1cc Delock 61959Jakob Haufe2013-05-213-2/+20
* [media] rc: Add rc-delock-61959Jakob Haufe2013-05-213-0/+85
* [media] update saa7134 and tuner cardlistsMauro Carvalho Chehab2013-05-212-3/+4
* [media] CARDLIST.bttv: add new cardsHans Verkuil2013-05-212-0/+3
* [media] media: davinci: vpif_display: move displaying of error to appropprait...Lad, Prabhakar2013-05-211-1/+1
* [media] media: davinci: vpif: remove unwanted header file inclusionLad, Prabhakar2013-05-214-43/+9
* [media] videodev2.h: Make V4L2_PIX_FMT_MPEG4 comment more specific about its ...Ismael Luceno2013-05-211-1/+1
* [media] bttv: Add CyberVision CV06Ondrej Zary2013-05-211-0/+10
* [media] bttv: Add noname Bt848 capture card with 14MHz xtalOndrej Zary2013-05-212-1/+21
* [media] media:adv7180: Use dev_pm_opsLars-Peter Clausen2013-05-211-7/+12
* [media] bfin_capture: add query_dv_timings/enum_dv_timings supportScott Jiang2013-05-211-7/+21
* [media] blackfin: add display support in ppi driverScott Jiang2013-05-211-0/+12
* [media] bttv: Add Adlink MPG24 entry to the bttv cardlistHans Verkuil2013-05-213-5/+19
* [media] s5k6aa: Convert to devm_gpio_request_one()Laurent Pinchart2013-05-211-47/+26
* [media] s5c73m3: Convert to devm_gpio_request_one()Laurent Pinchart2013-05-211-51/+28
* [media] m5mols: Convert to devm_request_irq()Laurent Pinchart2013-05-211-9/+5
* [media] media: i2c: Convert to devm_regulator_bulk_get()Laurent Pinchart2013-05-212-11/+5
* [media] media: i2c: Convert to devm_gpio_request_one()Laurent Pinchart2013-05-215-61/+27
* [media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart2013-05-2156-202/+79
* [media] media: i2c: Convert to gpio_request_one()Laurent Pinchart2013-05-214-15/+16
* [media] tvp514x: Fix double freeLaurent Pinchart2013-05-211-1/+0
* [media] mt9v032: Free control handler in cleanup pathsLaurent Pinchart2013-05-211-1/+6
* [media] mt9p031: Use gpio_is_valid()Laurent Pinchart2013-05-211-4/+4
* [media] mt9p031: Power down the sensor if no supported device has been detectedGuennadi Liakhovetski2013-05-211-3/+3
* Merge tag 'v3.10-rc1' into patchworkMauro Carvalho Chehab2013-05-139424-338377/+583603
|\
| * Linux 3.10-rc1v3.10-rc1Linus Torvalds2013-05-111-2/+2
| * Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-116-108/+368
| |\
| | * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-091-0/+6
| | * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-091-36/+214
| | * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-091-17/+16
| | * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-091-4/+4
| | * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-091-1/+1
| | * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-091-1/+5
| | * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-091-1/+1
| | * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-091-4/+6
| | * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-091-12/+20
| | * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-092-2/+11
| | * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-091-0/+2
| | * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-091-0/+2