summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-02-04[media] em28xx-i2c: fix the error code for unknown errorsFrank Schaefer1-6/+23
2014-02-04[media] em28xx-i2c: fix the i2c error description strings for -ENXIOFrank Schaefer1-6/+6
2014-02-04[media] em28xx-v4l: do not call em28xx_init_camera() if the device has no sensorFrank Schaefer1-1/+2
2014-02-04[media] em28xx-camera: fix return value checks on sensor probingFrank Schaefer1-2/+2
2014-02-04[media] em28xx-video: do not unregister the v4l2 dummy clock before v4l2_devi...Frank Schaefer1-3/+3
2014-02-04[media] em28xx-audio: fix user counting in snd_em28xx_capture_open()Frank Schaefer1-11/+11
2014-02-04[media] media: rc: add raw decoder for Sharp protocolJames Hogan4-0/+216
2014-02-04[media] media: rc: add Sharp infrared protocolJames Hogan1-0/+1
2014-02-04[media] media: rc: only turn on LED if keypress generatedJames Hogan1-1/+2
2014-02-04[media] rc-core: ir_core_dev_number can be staticFengguang Wu1-1/+1
2014-02-04[media] em28xx-cards: em28xx_devused can be staticFengguang Wu1-1/+1
2014-02-04[media] v4l2-dv-timings: mention missing 'reduced blanking V2'Hans Verkuil1-0/+4
2014-02-04[media] s2255drv: checkpatch fix: coding style fixsensoray-dev1-182/+151
2014-02-04[media] radio-keene: Use module_usb_driverSachin Kamat1-18/+1
2014-02-04[media] adv7842: platform-data for Hotplug Active (HPA) manual/autoMartin Bugge1-3/+9
2014-02-04[media] adv7842: log-status for Audio Video Info frames (AVI)Martin Bugge1-9/+12
2014-02-04[media] adv7842: pixelclock read-outMartin Bugge1-4/+3
2014-02-04[media] adv7842: adjust gain and offset for DVI-D signalsMartin Bugge1-10/+99
2014-02-04[media] s3c-camif: Remove use of deprecated V4L2_CTRL_FLAG_DISABLEDHans Verkuil1-7/+8
2014-02-04[media] usbvision: drop unused define USBVISION_SAY_AND_WAITHans Verkuil1-8/+0
2014-02-04[media] usbtv: fix compiler error due to missing module.hHans Verkuil2-2/+1
2014-02-04[media] usbtv: split core and video implementationFederico Simoncelli4-154/+246
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller1-1/+1
2014-02-02Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2014-02-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+14
2014-02-02hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-02-02hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-02-01Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds75-0/+71854
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2-19/+19
2014-02-01clocksource: kona: Add basic use of external clockTim Kryger1-3/+11
2014-02-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds35-487/+2193
2014-02-01drivers: bus: fix CCI driver kcalloc call parameters swapLorenzo Pieralisi1-1/+1
2014-02-01Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-2/+2
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds261-5010/+29210
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-38/+37
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds5-32/+135
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu1-0/+22
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss3-27/+90
2014-01-31Merge tag 'upstream-3.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-34/+28
2014-01-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds15-1374/+59
2014-01-31Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-29/+437
2014-01-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds11-149/+720
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-01-31zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-01-31zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-01-31zram: use atomic operation for statMinchan Kim2-20/+16
2014-01-31zram: remove unnecessary freeMinchan Kim1-8/+0
2014-01-31zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-01-31zram: fix race between reset and flushing pending workMinchan Kim1-2/+2