summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: designware: refactoring of the i2c-designwareLuis Oliveira2017-06-192-35/+52
| * i2c: designware: Cleaning and comment style fixes.Luis Oliveira2017-06-193-61/+62
| * i2c: at91: Fix compilation warning.Arvind Yadav2017-06-191-4/+4
| * i2c: at91: Handle return value of clk_prepare_enableArvind Yadav2017-06-191-2/+6
| * i2c: use proper name for the R-Car SoCWolfram Sang2017-06-191-1/+1
| * i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian2017-06-191-0/+1
| * i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada2017-06-193-0/+12
| * i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann2017-06-181-0/+1
| * i2c: stub: fix build warning regressionWolfram Sang2017-06-151-1/+1
| * i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier2017-06-021-3/+3
| * i2c: sh_mobile: drop needless check for of_nodeWolfram Sang2017-06-021-12/+7
| * i2c: sh_mobile: remove platform_dataWolfram Sang2017-06-022-19/+0
| * i2c: stub: use pr_fmtWolfram Sang2017-06-021-8/+8
| * i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran2017-06-021-13/+161
| * i2c: xgene-slimpro: Use a single function to send command messageHoan Tran2017-06-021-41/+26
| * i2c: reformat core-base file headerWolfram Sang2017-05-311-21/+22
| * i2c: remove unneeded includes from coreWolfram Sang2017-05-311-2/+0
| * docs: i2c: dev-interface: adapt to new filenames of the i2c coreWolfram Sang2017-05-311-7/+7
| * i2c: break out ACPI support into separate fileWolfram Sang2017-05-315-648/+670
| * i2c: break out OF support into separate fileWolfram Sang2017-05-314-264/+286
| * i2c: break out smbus support into separate fileWolfram Sang2017-05-316-799/+849
| * i2c: break out slave support into separate fileWolfram Sang2017-05-314-101/+118
| * i2c: rename core source file to allow refactorizationWolfram Sang2017-05-314-3/+5
* | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-1222-548/+1233
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------------. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel2017-06-28495-3395/+5571
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | iommu: Warn once when device_group callback returns NULLJoerg Roedel2017-06-281-0/+3
| | | | | | | | | * | iommu/omap: Return ERR_PTR in device_group call-backJoerg Roedel2017-06-281-1/+1
| | | | | | | | | * | iommu: Return ERR_PTR() values from device_group call-backsJoerg Roedel2017-06-281-12/+2
| | | | | | | | | * | iommu/iova: Don't disable preempt around this_cpu_ptr()Sebastian Andrzej Siewior2017-06-281-6/+3
| | | | | | | | * | | iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()Joerg Roedel2017-06-281-10/+5
| | | | | | | | |/ /
| | | | | | | * | | iommu/amd: Free already flushed ring-buffer entries before full-checkJoerg Roedel2017-06-221-3/+9
| | | | | | | * | | iommu/amd: Remove amd_iommu_disabled check from amd_iommu_detect()Joerg Roedel2017-06-221-3/+0
| | | | | | | * | | iommu/amd: Free IOMMU resources when disabled on command lineJoerg Roedel2017-06-221-0/+7
| | | | | | | * | | iommu/amd: Set global pointers to NULL after freeing themJoerg Roedel2017-06-221-0/+5
| | | | | | | * | | iommu/amd: Check for error states first in iommu_go_to_state()Joerg Roedel2017-06-221-2/+2
| | | | | | | * | | iommu/amd: Add new init-state IOMMU_CMDLINE_DISABLEDJoerg Roedel2017-06-221-2/+5
| | | | | | | * | | iommu/amd: Rename free_on_init_error()Joerg Roedel2017-06-221-2/+2
| | | | | | | * | | iommu/amd: Disable IOMMUs at boot if they are enabledJoerg Roedel2017-06-221-0/+3
| | | | | | | * | | iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernelJoerg Roedel2017-06-163-1/+12
| | | | | | | * | | iommu/amd: Remove queue_release() functionJoerg Roedel2017-06-081-20/+8
| | | | | | | * | | iommu/amd: Add per-domain timer to flush per-cpu queuesJoerg Roedel2017-06-081-17/+67
| | | | | | | * | | iommu/amd: Add flush counters to struct dma_ops_domainJoerg Roedel2017-06-081-0/+52
| | | | | | | * | | iommu/amd: Add locking to per-domain flush-queueJoerg Roedel2017-06-081-0/+11
| | | | | | | * | | iommu/amd: Make use of the per-domain flush queueJoerg Roedel2017-06-081-4/+56
| | | | | | | * | | iommu/amd: Add per-domain flush-queue data structuresJoerg Roedel2017-06-081-0/+69
| | | | | | | * | | iommu/amd: Rip out old queue flushing codeJoerg Roedel2017-06-081-137/+6
| | | | | | | * | | iommu/amd: Reduce delay waiting for command buffer spaceTom Lendacky2017-06-081-20/+13
| | | | | | | * | | iommu/amd: Reduce amount of MMIO when submitting commandsTom Lendacky2017-06-083-13/+26
| | | | | | | * | | iommu/amd: Constify irq_domain_opsTobias Klauser2017-05-301-1/+1
| | | | | | | * | | iommu/amd: Ratelimit io-page-faults per deviceJoerg Roedel2017-05-301-7/+33