aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28spi: mediatek: add spi slave for Mediatek MT2712Leilk Liu3-0/+565
2018-09-27spi: switch to SPDX license identifierMarco Felsch1-10/+1
2018-09-27spi: spi-mem: Fix inverted logic in op sanity checkGeert Uytterhoeven1-4/+4
2018-09-27spi: sprd: don't mark remove function as __exitArnd Bergmann1-1/+1
2018-09-20spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor1-2/+2
2018-09-20spi: spi-mem: Add extra sanity checks on the op paramBoris Brezillon1-6/+48
2018-09-18spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpioDavid Lechner1-3/+0
2018-09-18spi: always use software fallback for SPI_CS_WORD when using cs_gioDavid Lechner1-2/+4
2018-09-18spi: mediatek: Don't modify spi_transfer when transfer.Peter Shih1-16/+21
2018-09-18spi/bcm63xx-hsspi: keep pll clk enabledJonas Gorski1-4/+16
2018-09-17spi: pxa2xx: Remove the shutdown callbackLubomir Rintel1-9/+0
2018-09-17spi: spi-davinci: Add support for SPI_CS_WORDDavid Lechner1-3/+8
2018-09-17Merge tag 'spi-cs-word' into spi-4.20Mark Brown1-1/+30
2018-09-17spi: add software implementation for SPI_CS_WORDDavid Lechner1-1/+30
2018-09-17spi: pic32-sqi: remove unnecessary of_node_get()Alexey Khoroshilov1-1/+1
2018-09-13spi: davinci: remove set but not used variable 'pdata'YueHaibing1-2/+0
2018-09-11spi: davinci: Remove chip select GPIO pdataLinus Walleij1-7/+0
2018-09-10spi: spi-mem: Adjust op len based on message/transfer size limitationsChuanhua Han1-0/+15
2018-09-10spi: gpio: No MISO does not imply no RXLinus Walleij1-4/+6
2018-09-07spi: pic32: remove unnecessary of_node_get()Alexey Khoroshilov1-1/+1
2018-09-07spi: pl022: Remove set but not used variable 'chip'YueHaibing1-2/+0
2018-09-06spi: dw: support 4-16 bits per wordSimon Goldschmidt1-10/+5
2018-09-06spi: spi-gpio: Remove set but not used variable 'pdata'YueHaibing1-2/+0
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven5-30/+7
2018-09-03spi: orion: cosmetics - alias long direct_access variablesKosta Zertsekel1-11/+11
2018-08-31spi: dw-mmio: avoid hardcoded field maskAlexandre Belloni1-1/+2
2018-08-30spi: davinci: remove set but not used variable 'pdata'YueHaibing1-2/+0
2018-08-29spi: dw-mmio: add MSCC Jaguar2 supportAlexandre Belloni1-6/+22
2018-08-28spi: sprd: Add SPI driver for Spreadtrum SC9860Lanqing Liu3-0/+752
2018-08-28spi: use SPDX identifier for Renesas driversWolfram Sang4-34/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds11-179/+72
2018-08-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-17/+25
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-27/+87
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds14-24/+171
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-18/+205
2018-08-25Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds30-120/+158
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds28-232/+739
2018-08-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-4/+24
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds20-210/+626
2018-08-24Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2018-08-24Merge tag 'drm-next-2018-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds34-141/+160
2018-08-24Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds9-45/+31
2018-08-24iommu/rockchip: Move irq request past pm_runtime_enableMarc Zyngier1-11/+13
2018-08-24iommu/rockchip: Handle errors returned from PM frameworkMarc Zyngier1-6/+15
2018-08-24Merge tag 'reset-fixes-for-4.18' of git://git.pengutronix.de/git/pza/linux into next/lateOlof Johansson1-1/+1
2018-08-24Merge tag 'reset-for-4.19-2' of git://git.pengutronix.de/git/pza/linux into next/lateOlof Johansson3-0/+176
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-64/+99
2018-08-24i2c: don't use any __deprecated handling anymoreSedat Dilek1-1/+0