summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pwm: core: Fix coding style issuesSachin Kamat2012-08-171-4/+4
| * | | pwm: vt8500: Fix coding style issueSachin Kamat2012-08-171-1/+1
| * | | pwm: Remove a redundant error message when devm_request_and_ioremap failsAxel Lin2012-08-173-9/+3
| * | | pwm: samsung: add missing device pointer to struct pwm_chipJingoo Han2012-08-171-0/+1
| * | | pwm: Add missing static storage class specifiers in core.c fileSachin Kamat2012-08-171-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-221-12/+7
|\ \ \
| * | | vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-221-2/+2
| * | | vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-221-2/+1
| * | | vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2
| * | | vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-216-34/+86
|\ \ \ \
| * | | | rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine2012-08-211-1/+4
| * | | | rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine2012-08-211-0/+7
| * | | | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
| * | | | drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
| * | | | drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-08-211-19/+65
| * | | | cciss: fix incorrect scsi status reportingStephen M. Cameron2012-08-211-10/+1
| * | | | cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann2012-08-211-2/+2
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-2114-178/+216
|\ \ \ \ \
| * | | | | [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
| * | | | | [media] media: mx2_camera: Fix clock handling for i.MX27Javier Martin2012-08-151-14/+29
| * | | | | [media] video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-6/+6
| * | | | | [media] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-2/+2
| * | | | | [media] media: mx3_camera: buf_init() add buffer state checkAlex Gershgorin2012-08-151-15/+7
| * | | | | [media] radio-shark2: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-49/+73
| * | | | | [media] radio-shark: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-56/+79
| * | | | | [media] radio-shark*: Call cancel_work_sync from disconnect rather then releaseHans de Goede2012-08-122-21/+4
| * | | | | [media] radio-shark*: Remove work-around for dangling pointer in usb intfdataHans de Goede2012-08-122-18/+0
| * | | | | [media] Add USB dependency for IguanaWorks USB IR TransceiverGuenter Roeck2012-08-121-0/+1
| * | | | | [media] Add missing logging for rangelow/high of hwseekHans Verkuil2012-08-111-2/+4
| * | | | | [media] VIDIOC_ENUM_FREQ_BANDS fixHans Verkuil2012-08-111-0/+4
| * | | | | [media] mem2mem_testdev: fix querycap regressionHans Verkuil2012-08-111-1/+1
| * | | | | [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-113-3/+7
| * | | | | [media] uvcvideo: Reset the bytesused field when recycling an erroneous bufferJayakrishnan Memana2012-08-111-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-2130-301/+163
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | netconsole: remove a redundant netconsole_target_put()Amerigo Wang2012-08-201-1/+0
| * | | | | net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung2012-08-201-1/+1
| * | | | | drivers/net/irda: fix error return codeJulia Lawall2012-08-202-0/+2
| * | | | | drivers/net/wan/dscc4.c: fix error return codeJulia Lawall2012-08-201-2/+3
| * | | | | drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall2012-08-201-1/+3
| * | | | | net: qmi_wwan: new devices: UML290 and K5006-ZBjørn Mork2012-08-201-0/+5
| * | | | | net: sh_eth: Add eth support for R8A7779 devicePhil Edworthy2012-08-202-5/+10
| * | | | | netdev/phy: skip disabled mdio-mux nodesTimur Tabi2012-08-201-1/+1
| * | | | | dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi2012-08-201-0/+27
| * | | | | vmxnet3: Fix race between dev_open() and register_netdev()Steve Hodgson2012-08-151-1/+1
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-1411-18/+31
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-1411-18/+31
| | |\ \ \ \ \
| | | * | | | | ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2012-08-132-7/+4
| | | * | | | | ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi2012-08-131-1/+1
| | | * | | | | ath9k: stop btcoex on device suspendRajkumar Manoharan2012-08-101-0/+1