aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins1-0/+201
2017-06-23i2c: aspeed: added driver for Aspeed I2CBrendan Higgins3-0/+701
2017-06-23i2c: rcar: document HW incapabilitiesWolfram Sang1-1/+6
2017-06-19i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav1-1/+3
2017-06-19i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira1-2/+31
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira6-368/+433
2017-06-19i2c: designware: refactoring of the i2c-designwareLuis Oliveira2-35/+52
2017-06-19i2c: designware: Cleaning and comment style fixes.Luis Oliveira3-61/+62
2017-06-19i2c: at91: Fix compilation warning.Arvind Yadav1-4/+4
2017-06-19i2c: at91: Handle return value of clk_prepare_enableArvind Yadav1-2/+6
2017-06-19i2c: use proper name for the R-Car SoCWolfram Sang1-1/+1
2017-06-19i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian1-0/+1
2017-06-19i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada2-0/+10
2017-06-18i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann1-0/+1
2017-06-15i2c: stub: fix build warning regressionWolfram Sang1-1/+1
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier1-3/+3
2017-06-02i2c: sh_mobile: drop needless check for of_nodeWolfram Sang1-12/+7
2017-06-02i2c: sh_mobile: remove platform_dataWolfram Sang1-8/+0
2017-06-02i2c: stub: use pr_fmtWolfram Sang1-8/+8
2017-06-02i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran1-13/+161
2017-06-02i2c: xgene-slimpro: Use a single function to send command messageHoan Tran1-41/+26
2017-05-31i2c: reformat core-base file headerWolfram Sang1-21/+22
2017-05-31i2c: remove unneeded includes from coreWolfram Sang1-2/+0
2017-05-31i2c: break out ACPI support into separate fileWolfram Sang4-648/+669
2017-05-31i2c: break out OF support into separate fileWolfram Sang4-264/+286
2017-05-31i2c: break out smbus support into separate fileWolfram Sang3-575/+595
2017-05-31i2c: break out slave support into separate fileWolfram Sang4-101/+118
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang3-2/+4
2017-05-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds4-17/+11
2017-05-27Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds11-40/+141
2017-05-27Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-15/+18
2017-05-26Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-79/+197
2017-05-26net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König1-5/+2
2017-05-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-123/+130
2017-05-26Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-14/+39
2017-05-26Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+7
2017-05-26Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-80/+102
2017-05-26nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski1-0/+2
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig3-19/+33
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig5-5/+6
2017-05-26nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig1-6/+6
2017-05-26Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie15-68/+85
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir1-2/+9
2017-05-25Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao1-13/+8
2017-05-25Input: elan_i2c - clear INT before resetting controllerKT Liao1-1/+8
2017-05-25net: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2017-05-25drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu1-1/+6
2017-05-25geneve: fix fill_info when using collect_metadataEric Garver1-3/+5