aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-30crypto: caam - request JR IRQ as the last stepAndrey Smirnov1-19/+15
2019-08-30crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov1-34/+14
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov2-110/+95
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov3-24/+22
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan1-5/+4
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen2-45/+161
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen3-166/+404
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen4-33/+0
2019-08-30crypto: inside-secure - make driver selectable for non-Marvell hardwarePascal van Leeuwen1-6/+6
2019-08-30crypto: s5p - use correct block size of 1 for ctr(aes)Ard Biesheuvel1-1/+1
2019-08-30crypto: s5p - deal gracefully with bogus input sizesArd Biesheuvel1-1/+4
2019-08-30crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELLChristophe JAILLET1-1/+1
2019-08-30Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Mario Limonciello1-5/+0
2019-08-30scsi: fnic: print port speed only at driver init or speed changeJohn Pittman2-5/+11
2019-08-30mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressingMasahiro Yamada1-0/+1
2019-08-30mmc: sdhci-sprd: clear the UHS-I modes read from registersChunyan Zhang1-1/+12
2019-08-30mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTIONChunyan Zhang1-1/+2
2019-08-30mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKENChunyan Zhang1-1/+2
2019-08-30mmc: sdhci-sprd: add get_ro hook functionChunyan Zhang1-0/+6
2019-08-30mmc: sdhci-sprd: fixed incorrect clock dividerChunyan Zhang1-3/+4
2019-08-30mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson1-0/+6
2019-08-30mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"Ashish Kumar1-1/+4
2019-08-30mtd: spi-nor: Add support for mt35xu02gAshish Kumar1-0/+3
2019-08-30staging: exfat: add exfat filesystem code to stagingValdis Klētnieks12-0/+10880
2019-08-30usb: gadget: net2280: Add workaround for AB chip Errata 11Benjamin Herrenschmidt1-0/+10
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureBenjamin Herrenschmidt2-20/+11
2019-08-30usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen1-2/+12
2019-08-30Merge tag 'drm-intel-fixes-2019-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie4-2/+19
2019-08-29net: spider_net: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-08-30Merge tag 'drm-fixes-5.3-2019-08-28' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie5-27/+92
2019-08-29r8169: add support for EEE on RTL8125Heiner Kallweit1-0/+24
2019-08-29r8169: add RTL8125 PHY initializationHeiner Kallweit1-3/+127
2019-08-29r8169: add support for RTL8125Heiner Kallweit2-18/+265
2019-08-29r8169: don't use bit LastFrag in tx descriptor after sendHeiner Kallweit1-1/+1
2019-08-29r8169: read common register for PCI commitHeiner Kallweit1-1/+1
2019-08-29r8169: move disabling interrupt coalescing to RTL8169/RTL8168 initHeiner Kallweit1-2/+6
2019-08-29r8169: factor out reading MAC address from registersHeiner Kallweit1-3/+10
2019-08-29r8169: restrict rtl_is_8168evl_up to RTL8168 chip versionsHeiner Kallweit1-1/+2
2019-08-29r8169: change interrupt mask type to u32Heiner Kallweit1-5/+11
2019-08-30Merge tag 'drm-misc-fixes-2019-08-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie7-18/+50
2019-08-29Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller22-115/+284
2019-08-29net: dsa: mv88e6xxx: fix freeing unused SERDES IRQVivien Didelot1-1/+2
2019-08-29net: dsa: mv88e6xxx: keep CMODE writable code privateVivien Didelot4-11/+8
2019-08-29net: dsa: mv88e6xxx: get serdes lane after lockVivien Didelot1-2/+4
2019-08-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo4-2/+75
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan2-4/+4
2019-08-29net: hns3: add phy selftest functionYufeng Mo2-19/+138
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li7-2/+78
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu2-5/+7
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao2-18/+30