summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: simplify getting .drvdataWolfram Sang2018-04-202-8/+4
* spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-191-1/+1
* spi: spi-s3c64xx: Allow higher transfer lengths in polling IO modeSylwester Nawrocki2018-04-181-33/+66
* spi: spi-s3c64xx: Use local variable for FIFO lengthSylwester Nawrocki2018-04-181-3/+3
* spi: pxa2xx: pxa2xx_spi_transfer_one() can be statickbuild test robot2018-04-181-3/+3
* spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function namesSylwester Nawrocki2018-04-181-12/+12
* spi: spi-s3c64xx: Drop unused enable_datapath() function argumentSylwester Nawrocki2018-04-181-3/+2
* spi: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-9/+3
* spi: pxa2xx: Use core message processing loopJarkko Nikula2018-04-173-185/+89
* spi: pxa2xx: Remove pump_transfers string from dev_ printsJarkko Nikula2018-04-171-6/+4
* spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()Jarkko Nikula2018-04-173-3/+3
* spi: spi-s3c64xx: Fix indentation in the register offset definitionsSylwester Nawrocki2018-04-171-8/+8
* spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O modeSylwester Nawrocki2018-04-171-0/+2
* spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argumentSylwester Nawrocki2018-04-171-3/+3
* spi: spi-s3c64xx: Remove unused driver data structure tgl_spi fieldSylwester Nawrocki2018-04-171-2/+0
* spi: zynqmp: Add pm runtime supportNaga Sureshkumar Relli2018-04-171-16/+70
* spi: sh-msiof: Simplify calculation of divisors for transfer rateVladimir Zapolskiy2018-04-171-32/+35
* spi: stm32: Fix error handling in stm32_spi_probe()Alexey Khoroshilov2018-04-171-1/+1
* spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCRVladimir Zapolskiy2018-04-161-0/+1
* spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"wangbo2018-04-131-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-121-0/+6
|\
| * virtio_balloon: export hugetlb page allocation countsJonathan Helman2018-04-101-0/+6
* | Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-1220-838/+978
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------------. \ Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-29701-5887/+7851
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum2018-02-141-1/+7
| | | | | | | | | * | ACPI/IORT: Add msi address regions reservation helperShameer Kolothum2018-02-142-4/+110
| | | | | | | | | * | iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam2018-02-133-24/+25
| | | | | | | | | * | iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-132-4/+4
| | | | | | | | * | | iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy2018-03-291-1/+1
| | | | | | | | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2018-03-292-317/+292
| | | | | | | | |\ \ \
| | | | | | | | | * | | iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy2018-03-271-1/+9
| | | | | | | | | * | | iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy2018-03-271-15/+20
| | | | | | | | | * | | iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy2018-03-271-18/+49
| | | | | | | | | * | | iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy2018-03-271-73/+55
| | | | | | | | | * | | iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy2018-03-271-90/+59
| | | | | | | | | * | | iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy2018-03-271-97/+77
| | | | | | | | | * | | iommu/arm-smmu-v3: Clean up address maskingRobin Murphy2018-03-271-32/+21
| | | | | | | | | * | | iommu/arm-smmu-v3: limit reporting of MSI allocation failuresNate Watterson2018-03-271-1/+6
| | | | | | | | | * | | iommu/arm-smmu-v3: Warn about missing IRQsRobin Murphy2018-03-271-0/+6
| | | | | | * | | | | | iommu/exynos: Use generic group callbackRobin Murphy2018-02-131-12/+1
| | | | | | | |_|_|/ / | | | | | | |/| | | |
| | | | | * | | | | | iommu/mediatek: Fix protect memory settingYong Wu2018-03-212-5/+11
| | | | | * | | | | | iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu2018-02-131-33/+21
| | | | | |/ / / / /
| | | | * | | | | | iommu/omap: Increase group ref in .device_group()Jeffy Chen2018-03-151-1/+1
| | | * | | | | | | iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen2018-03-291-2/+20
| | | * | | | | | | iommu/rockchip: Add runtime PM supportJeffy Chen2018-03-291-52/+129
| | | * | | | | | | iommu/rockchip: Fix error handling in initJeffy Chen2018-03-291-13/+2
| | | * | | | | | | iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen2018-03-291-95/+40
| | | * | | | | | | iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen2018-03-291-61/+24
| | | * | | | | | | iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa2018-03-291-3/+47
| | | * | | | | | | iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa2018-03-291-5/+7