summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown
2020-05-29Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown
2020-05-29spi: dw: add reset controlDinh Nguyen
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro
2020-05-29hfi1: get rid of pointless access_ok()Al Viro
2020-05-29usb: get rid of pointless access_ok() callsAl Viro
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro
2020-05-29efi_test: get rid of pointless access_ok()Al Viro
2020-05-29drm_read(): get rid of pointless access_ok()Al Viro
2020-05-29via-pmu: don't bother with access_ok()Al Viro
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro
2020-05-29omapfb: get rid of pointless access_ok() callsAl Viro
2020-05-29amifb: get rid of pointless access_ok() callsAl Viro
2020-05-29drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()Al Viro
2020-05-29drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()Al Viro
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro
2020-05-29nvram: drop useless access_ok()Al Viro
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu
2020-05-29EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()Colin Ian King
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown
2020-05-29Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski
2020-05-29gpio: fix locking open drain IRQ linesLinus Walleij
2020-05-29Merge tag 'drm-misc-fixes-2020-05-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon