aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | drm/exynos: cleanup exynos_drm_planeTobias Jakobi2015-05-191-13/+0
| * | | | | | | | | | | drm/exynos: 'win' is always unsignedTobias Jakobi2015-05-193-7/+9
| * | | | | | | | | | | drm/exynos: mixer: don't dump registers under spinlockTobias Jakobi2015-05-191-4/+4
| * | | | | | | | | | | drm/exynos: Consolidate return statements in fimd_bind()Krzysztof Kozlowski2015-05-191-6/+1
| * | | | | | | | | | | drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-197-15/+15
| * | | | | | | | | | | drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMDKrzysztof Kozlowski2015-05-194-37/+31
| * | | | | | | | | | | drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski2015-05-191-1/+1
| * | | | | | | | | | | drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi2015-05-191-10/+23
| * | | | | | | | | | | drm/exynos: mixer: also allow NV21 for the video processorTobias Jakobi2015-05-191-0/+3
| * | | | | | | | | | | drm/exynos: mixer: remove buffer count handling in vp_video_buffer()Tobias Jakobi2015-05-191-15/+2
| * | | | | | | | | | | drm/exynos: plane: honor buffer offset for dma_addrTobias Jakobi2015-05-191-1/+1
| * | | | | | | | | | | drm/exynos: fb: use drm_format_num_planes to get buffer countTobias Jakobi2015-05-191-38/+1
| * | | | | | | | | | | Merge branch 'msm-fixes-4.1' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2015-05-1915-67/+75
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | drm/msm: fix locking inconsistencies in gpu->destroy()Rob Clark2015-05-153-3/+3
| | * | | | | | | | | | drm/msm/dsi: Simplify the code to get the number of read byteHai Li2015-05-141-10/+4
| | * | | | | | | | | | drm/msm: Attach assigned encoder to eDP and DSI connectorsHai Li2015-05-143-6/+12
| | * | | | | | | | | | drm/msm: setup vram after component_bind_all()Rob Clark2015-05-141-4/+4
| | * | | | | | | | | | drm/msm/dsi: use pr_err_ratelimitedRob Clark2015-05-141-1/+1
| | * | | | | | | | | | drm/msm: fix unbalanced DRM framebuffer init/destroyStephane Viau2015-05-141-4/+3
| | * | | | | | | | | | drm/msm/mdp5: Fix iteration on INTF config arrayStephane Viau2015-05-143-26/+29
| | * | | | | | | | | | drm/msm/dsi: Fixup missing *break* statement during cmd rxHai Li2015-05-141-0/+1
| | * | | | | | | | | | drm/msm/dp: fix error return codeJulia Lawall2015-05-141-1/+2
| | * | | | | | | | | | drm: msm: Fix build when legacy fbdev support isn't setArchit Taneja2015-05-141-0/+4
| | * | | | | | | | | | drm/msm/dsi: Fix a couple more 64-bit build warningsStephane Viau2015-05-141-2/+2
| | * | | | | | | | | | drm/msm: Fix a couple of 64-bit build warningsThierry Reding2015-05-144-10/+10
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-2210-25/+57
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2015-05-222-0/+13
| * | | | | | | | | | | | cdc_ncm: Fix tx_bytes statisticsBjørn Mork2015-05-221-1/+1
| * | | | | | | | | | | | net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale2015-05-201-13/+16
| * | | | | | | | | | | | vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1
| * | | | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-182-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Bluetooth: ath3k: add support of 04ca:300f AR3012 deviceDmitry Tunin2015-05-132-0/+3
| | * | | | | | | | | | | | Bluetooth: btusb: Add support for 0cf3:e007Wen-chien Jesse Sung2015-05-131-0/+1
| | * | | | | | | | | | | | Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k listWen-chien Jesse Sung2015-05-132-0/+3
| * | | | | | | | | | | | | rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-1/+1
| * | | | | | | | | | | | | net: phy: Make sure PHY_RESUMING state change is always processedTim Beale2015-05-161-1/+1
| * | | | | | | | | | | | | net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-05-151-3/+4
| * | | | | | | | | | | | | rocker: fix a neigh entry leak issueYing Xue2015-05-151-3/+5
| * | | | | | | | | | | | | net: macb: Add better comment for RXUBR handlingNathan Sullivan2015-05-151-0/+6
| * | | | | | | | | | | | | net/mlx4: Avoid 'may be used uninitialized' warningsBjorn Helgaas2015-05-141-4/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig2015-05-131-1/+2
* | | | | | | | | | | | | | Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-223-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown2015-05-211-1/+6
| * | | | | | | | | | | | | md/raid0: fix restore to sector variable in raid0_make_requestEric Work2015-05-211-1/+3
| * | | | | | | | | | | | | raid5: fix broken async operation chainShaohua Li2015-05-211-1/+1
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-05-226-4/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-211-1/+1
| * | | | | | | | | | | | | | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-211-1/+1
| * | | | | | | | | | | | | | Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-211-0/+61