summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-048-22/+23
|\
| * random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-263-3/+3
| * net: remove sock_no_pollChristoph Hellwig2018-05-262-2/+0
| * fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-263-4/+4
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-27/+15
|\ \
| * | ncp_lookup(): use d_splice_alias()Al Viro2018-05-221-27/+15
* | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-0/+1
|\ \ \
| * | | w1: w1_io.c: fix a kernel-doc warningMauro Carvalho Chehab2018-05-101-0/+1
* | | | Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-06-042-2/+3
|\ \ \ \
| * \ \ \ Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
| |\ \ \ \
| | * | | | regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
| * | | | | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
| |/ / / /
* | | | | Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-06-0426-1256/+1167
|\ \ \ \ \
| * \ \ \ \ Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown2018-06-044-12/+35
| |\ \ \ \ \
| | * | | | | spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven2018-05-241-2/+4
| * | | | | | spi: Fix typo on SPI_MEM help textFabio Estevam2018-05-311-1/+1
| * | | | | | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon2018-05-221-1/+1
| * | | | | | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren2018-05-211-22/+0
| * | | | | | spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren2018-05-211-0/+1
| * | | | | | spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon2018-05-171-1/+3
| * | | | | | spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski2018-05-171-2/+2
| * | | | | | spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon2018-05-131-31/+3
| * | | | | | spi: Get rid of the spi_flash_read() APIBoris Brezillon2018-05-112-98/+0
| * | | | | | mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2018-05-112-157/+80
| * | | | | | spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-13/+71
| * | | | | | spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-79/+111
| * | | | | | spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon2018-05-111-7/+26
| * | | | | | spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-05-113-0/+418
| * | | | | | spi: remove forgotten CONFIG_SPI_BCM53XXRafał Miłecki2018-05-102-9/+0
| * | | | | | spi: remove the older/duplicated bcm53xx driverRafał Miłecki2018-05-092-433/+0
| * | | | | | spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan2018-05-041-5/+13
| * | | | | | spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-031-16/+5
| * | | | | | spi: mxs: Switch to SPDX identifierFabio Estevam2018-05-031-29/+19
| * | | | | | spi: imx: Switch to SPDX identifierFabio Estevam2018-05-031-19/+3
| * | | | | | spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren2018-05-021-10/+48
| * | | | | | spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren2018-05-021-45/+30
| * | | | | | spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov2018-05-021-3/+8
| * | | | | | spi: mpc52xx: Use gpio_is_valid()Arvind Yadav2018-04-271-1/+1
| * | | | | | spi: Check presence the of ->transfer[_xxx]() before registering a controllerBoris Brezillon2018-04-261-0/+21
| * | | | | | spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate().Stefan Potyra2018-04-261-8/+17
| * | | | | | spi: s3c64xx: samsung: Remove support for Exynos5440Krzysztof Kozlowski2018-04-251-12/+0
| * | | | | | spi: Add an helper to flush the message queueBoris Brezillon2018-04-232-0/+18
| * | | | | | spi: Expose spi_{map,unmap}_buf() for internal useBoris Brezillon2018-04-232-18/+48
| * | | | | | 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