summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: isch: Remove unnecessary acpi.h includeBjorn Helgaas2019-04-031-1/+0
* i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter2019-04-031-2/+1
* i2c: iproc: add NIC I2C supportRayagonda Kokatanur2019-04-031-5/+75
* i2c: iproc: use wrapper for read/write accessRayagonda Kokatanur2019-04-031-63/+77
* i2c: iproc: add polling supportRayagonda Kokatanur2019-04-031-117/+181
* i2c: iproc: Add support for more master error statusMichael Cheng2019-04-031-0/+10
* i2c: iproc: Add slave mode supportShreesha Rajashekar2019-04-032-6/+299
* i2c: iproc: Extend I2C read up to 255 bytesShreesha Rajashekar2019-04-031-22/+74
* i2c: at91: Convert to use struct i2c_timingsAndy Shevchenko2019-03-272-16/+8
* i2c: Add drivers for the AMD PCIe MP2 I2C controllerElie Morisse2019-03-255-0/+1080
* i2c: at91: added slave mode supportJuergen Fitschen2019-03-245-4/+198
* i2c: at91: split driver into core and master fileJuergen Fitschen2019-03-244-468/+522
* i2c: at91: segregate master mode specific code from probe and init funcJuergen Fitschen2019-03-241-35/+55
* i2c: rcar: wait for data empty before starting DMAWolfram Sang2019-03-201-7/+4
* i2c: rcar: let DMA enable routine return success statusWolfram Sang2019-03-201-5/+6
* i2c: rcar: sanity check for minimal DMA lengthWolfram Sang2019-03-201-2/+6
* i2c: i2c-stm32f7: improve loopback in timing algorithmNicolas Le Bayon2019-03-201-0/+4
* i2c: designware: Add support for an interface clockPhil Edworthy2019-03-203-2/+23
* Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-171-1/+4
|\
| * xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-1622-502/+1044
|\ \
| * | device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-284-0/+126
| * | device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma2019-02-271-0/+12
| * | device-dax: Add a 'target_node' attributeDan Williams2019-02-201-0/+28
| * | device-dax: Auto-bind device after successful new_idDan Williams2019-01-241-6/+18
| * | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-0610-6/+23
| * | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-069-49/+202
| * | device-dax: Add support for a dax override driverDan Williams2019-01-063-10/+156
| * | device-dax: Move resource pinning+mapping into the common driverDan Williams2019-01-065-79/+90
| * | device-dax: Introduce bus + driver modelDan Williams2019-01-065-87/+203
| * | device-dax: Start defining a dax bus modelDan Williams2019-01-069-224/+209
| * | device-dax: Remove multi-resource infrastructureDan Williams2019-01-064-49/+10
| * | device-dax: Kill dax_region baseDan Williams2019-01-064-8/+4
| * | device-dax: Kill dax_region idaDan Williams2019-01-062-24/+3
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-1621-77/+206
|\ \ \
| * | | scsi: aacraid: Fix performance issue on logical drivesSagar Biradar2019-03-141-5/+8
| * | | scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * | | scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan2019-03-071-2/+20
| * | | scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-061-0/+2
| * | | scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-063-3/+49
| * | | scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-03-061-0/+10
| * | | scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-062-25/+60
| * | | scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-03-061-1/+2
| * | | scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-061-1/+2
| * | | scsi: qla2xxx: check for kstrtol() failureDan Carpenter2019-03-061-0/+2
| * | | scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-061-1/+1
| * | | scsi: lpfc: fix unused variable warningArnd Bergmann2019-03-061-1/+2
| * | | scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko2019-03-061-5/+3
| * | | scsi: libiscsi: fall back to sendmsg for slab pagesVasily Averin2019-03-061-3/+8
| * | | scsi: qla2xxx: avoid printf format warningArnd Bergmann2019-03-061-2/+2