aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu3-3/+33
2019-08-30memory: mtk-smi: Add gals supportYong Wu1-0/+36
2019-08-30iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu2-1/+3
2019-08-30iommu/mediatek: Move reset_axi into plat_dataYong Wu2-3/+3
2019-08-30iommu/mediatek: Refine protect memory definitionYong Wu1-7/+6
2019-08-30iommu/mediatek: Add larb-id remapped supportYong Wu2-0/+6
2019-08-30iommu/mediatek: Add bclk can be supported optionallyYong Wu2-3/+10
2019-08-30iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu2-10/+17
2019-08-30iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTekYong Wu1-7/+33
2019-08-30iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu2-4/+4
2019-08-30iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/paYong Wu1-1/+2
2019-08-30iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpersYong Wu1-12/+33
2019-08-30iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu1-1/+25
2019-08-30memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu1-11/+24
2019-08-30memory: mtk-smi: Use a general config_port interfaceYong Wu1-7/+5
2019-08-30iommu/mediatek: Use a struct as the platform dataYong Wu2-9/+21
2019-08-30iommu: Revisit iommu_insert_resv_region() implementationEric Auger1-47/+45
2019-08-30iommu/vt-d: Fix wrong analysis whether devices share the same busNadav Amit1-3/+3
2019-08-30iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet1-1/+3
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Hsin-Yi Wang1-1/+10
2019-08-30i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta1-1/+1
2019-08-30i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi1-1/+3
2019-08-30i2c: iproc: Stop advertising support of SMBUS quick cmdLori Hikichi1-1/+4
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon19-212/+783
2019-08-30spi: bcm-qspi: Make BSPI default modeRayagonda Kokatanur1-0/+1
2019-08-30spi: npcm-fiu: add NPCM FIU controller driverTomer Maimon3-0/+782
2019-08-30spi: dw-pci: Add MODULE_DEVICE_TABLEJarkko Nikula1-0/+1
2019-08-30regulator: sy8824x: add prefixes to BUCK_EN and MODE macrosJisheng Zhang1-6/+8
2019-08-30regulator: sy8824x: use c++style for the comment block near SPDXJisheng Zhang1-7/+6
2019-08-30regulator: mt6358: Add BROKEN dependency while waiting for MFD to mergeMark Brown1-1/+1
2019-08-30iommu/amd: Silence warnings under memory pressureQian Cai1-1/+3
2019-08-30drm/selftests: modes: Add more unit tests for the cmdline parserMaxime Ripard2-0/+137
2019-08-30drm/modes: Introduce a whitelist for the named modesMaxime Ripard1-0/+20
2019-08-30drm/modes: Fix the command line parser to take force options into accountMaxime Ripard1-5/+19
2019-08-30drm/modes: Add a switch to differentiate free standing optionsMaxime Ripard1-1/+9
2019-08-30crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan1-0/+1
2019-08-30crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel1-3/+0
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing1-3/+0
2019-08-30crypto: atmel - Fix -Wunused-const-variable warningYueHaibing2-12/+12
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov1-0/+1
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov1-1/+6
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov7-26/+63
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov3-3/+13
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov3-9/+43
2019-08-30crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov1-7/+15
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov6-6/+16
2019-08-30crypto: caam - share definition for MAX_SDLENAndrey Smirnov3-53/+27
2019-08-30crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov1-19/+0
2019-08-30crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov1-5/+13
2019-08-30crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov1-5/+9