summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-13mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson1-17/+1
2017-02-13mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson1-6/+0
2017-02-13mmc: sdhci-iproc: Increase max_blk_size for bcm2835Stefan Wahren1-1/+3
2017-02-13mmc: sdhci-iproc: Apply caps from bcm2835-mmc driverStefan Wahren1-3/+6
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada10-73/+73
2017-02-13mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven1-15/+13
2017-02-13mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven1-1/+2
2017-02-13mmc: core: Export device lifetime information through sysfsJungseung Lee1-0/+12
2017-02-13mmc: sh_mobile_sdhi: enable HS200Wolfram Sang1-1/+3
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang1-6/+1
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang1-5/+6
2017-02-13mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang1-16/+14
2017-02-13mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang1-10/+4
2017-02-13mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang1-3/+4
2017-02-11Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+23
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-8/+31
2017-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-89/+222
2017-02-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-4/+6
2017-02-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+8
2017-02-10Merge tag 'mmc-v4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-7/+25
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-10NET: mkiss: Fix panicRalf Baechle1-2/+2
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-10Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2-9/+23
2017-02-09Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley3-6/+13
2017-02-09Merge tag 'drm-fixes-for-v4.10-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-18/+36
2017-02-09scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier1-4/+4
2017-02-09scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll1-2/+6
2017-02-10Merge tag 'drm-intel-fixes-2017-02-09' of git://anongit.freedesktop.org/git/d...Dave Airlie6-15/+34
2017-02-10Merge tag 'drm-misc-fixes-2017-02-09' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-1/+1
2017-02-09scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-09net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy1-4/+2
2017-02-09xen-netfront: Improve error handling during initializationRoss Lagerwall1-18/+11
2017-02-09sierra_net: Skip validating irrelevant fields for IDLE LSIsStefan Brüns1-7/+7
2017-02-09sierra_net: Add support for IPv6 and Dual-Stack Link Sense IndicationsStefan Brüns1-35/+66
2017-02-09xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai1-3/+11
2017-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-32/+75
2017-02-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli1-8/+20
2017-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-7/+21
2017-02-09Merge tag 'vfio-v4.10-final' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+22
2017-02-09i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda1-5/+7
2017-02-09i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-02-08Revert "hwrng: core - zeroize buffers with random data"David Daney1-3/+0
2017-02-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2017-02-08mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara1-3/+1
2017-02-08drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz1-1/+1