summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-05-254-4/+50
|\
| * pinctrl: Fix gpio/pin mapping for Meson8bCarlo Caione2015-05-192-3/+3
| * pinctrl: cygnus: fixed incorrect GPIO-pin mappingRay Jui2015-05-191-1/+3
| * pinctrl: cherryview: Read triggering type from HW if not set when requestedMika Westerberg2015-05-121-0/+44
* | Merge tag 'gpio-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-05-252-5/+7
|\ \
| * | gpio: gpio-kempld: Fix get_direction return valueMichael Brunner2015-05-121-1/+1
| * | gpio: fix gpio leak in gpiochip_add error pathJohan Hovold2015-05-121-4/+6
| |/
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-05-2412-72/+63
|\ \
| * | MAINTAINERS, be2iscsi: change email domainMinh Tran2015-05-189-36/+36
| * | sd: Disable support for 256 byte/sector disksMark Hounschell2015-05-181-14/+5
| * | lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy2015-05-111-20/+21
| * | storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan2015-05-111-2/+1
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-231-1/+8
|\ \ \
| * | | irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-201-1/+8
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2230-240/+190
|\ \ \ \
| * \ \ \ Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-222-11/+11
| |\ \ \ \
| | * | | | drm/radeon: fix error flag checking in native aux pathAlex Deucher2015-05-211-2/+0
| | * | | | drm/radeon: retry dcpd fetchAlex Deucher2015-05-211-9/+11
| * | | | | Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-221-13/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | drm/i915: fix screen flickeringThomas Gummerer2015-05-191-13/+11
| | |/ / /
| * | | | drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau2015-05-211-1/+1
| * | | | drm/exynos: dp: Lower level of EDID read success messageKrzysztof Kozlowski2015-05-191-1/+1
| * | | | 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