summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mtd: spi-nor: Convert cadence-quadspi to use spi-mem frameworkRamuthevar Vadivel Murugan2020-06-191-285/+191
| * | | mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase pathVignesh Raghavendra2020-06-191-5/+0
| * | | mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA cha...Vignesh Raghavendra2020-06-191-5/+13
| * | | mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset linesVignesh Raghavendra2020-06-191-4/+4
| * | | mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failureVignesh Raghavendra2020-06-191-0/+1
| * | | mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC modeVignesh Raghavendra2020-06-191-1/+4
| * | | mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometryVignesh Raghavendra2020-06-191-35/+1
* | | | Merge series "add regmap & indirect access support" from Xu Yilun <yilun.xu@i...Mark Brown2020-06-192-21/+107
|\ \ \ \
| * | | | spi: altera: fix size mismatch on 64 bit processorsMatthew Gerlach2020-06-191-1/+1
| * | | | spi: altera: support indirect access to the registersXu Yilun2020-06-191-15/+47
| * | | | spi: altera: use regmap-mmio instead of direct mmio register accessXu Yilun2020-06-192-19/+73
* | | | | Merge series "spi: spi-geni-qcom: Fixes / perf improvements" from Douglas And...Mark Brown2020-06-191-31/+74
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | spi: spi-geni-qcom: Don't keep a local state variableDouglas Anderson2020-06-191-28/+27
| * | | | spi: spi-geni-qcom: Actually use our FIFODouglas Anderson2020-06-191-1/+1
| * | | | spi: spi-geni-qcom: Check for error IRQsDouglas Anderson2020-06-191-0/+5
| * | | | spi: spi-geni-qcom: Mo' betta lockingDouglas Anderson2020-06-191-3/+42
| |/ / /
* / / / spi: npcm-fiu: Reuse BITS_PER_BYTE definitionAndy Shevchenko2020-06-191-3/+3
|/ / /
* | | spi: spi-geni-qcom: No need for irqsave variant of spinlock callsDouglas Anderson2020-06-181-8/+7
* | | spi: bcm63xx-hsspi: add reset supportÁlvaro Fernández Rojas2020-06-171-0/+12
* | | spi: bcm63xx-spi: add reset supportÁlvaro Fernández Rojas2020-06-171-0/+12
* | | Merge series "Add MSIOF support for R8A7742 SOC" from Lad Prabhakar <prabhaka...Mark Brown2020-06-161-0/+1
|\ \ \
| * | | spi: renesas,sh-msiof: Add r8a7742 supportLad Prabhakar2020-06-151-0/+1
* | | | Merge series "spi: bcm63xx: add BMIPS support" from Álvaro Fernández Rojas ...Mark Brown2020-06-161-2/+2
|\ \ \ \
| * | | | spi: bcm63xx-hsspi: allow building for BMIPSÁlvaro Fernández Rojas2020-06-161-1/+1
| * | | | spi: bcm63xx-spi: allow building for BMIPSÁlvaro Fernández Rojas2020-06-161-1/+1
| |/ / /
* | | | Merge series "Add more configuration and regmap support for spi-altera" from ...Mark Brown2020-06-162-3/+76
|\ \ \ \
| * | | | spi: altera: add platform data for slave information.Xu Yilun2020-06-152-0/+16
| * | | | spi: altera: add SPI core parameters support via platform data.Xu Yilun2020-06-152-3/+46
| * | | | spi: altera: add 32bit data width transfer support.Xu Yilun2020-06-151-0/+14
| |/ / /
* | | | spi: spi-cavium-thunderx: flag controller as half duplexTim Harvey2020-06-161-0/+1
* | | | spi: add Renesas RPC-IF driverSergei Shtylyov2020-06-163-0/+223
|/ / /
* | | Merge existing fixes from spi/for-5.8Mark Brown2020-06-156-26/+52
|\ \ \ | |/ / |/| / | |/
| * spi: uapi: spidev: Use TABs for alignmentGeert Uytterhoeven2020-06-151-4/+4
| * spi: spi-fsl-dspi: Free DMA memory with matching functionKrzysztof Kozlowski2020-06-111-4/+4
| * spi: tools: Add macro definitions to fix build errorsQing Zhang2020-06-111-0/+4
| * spi: tools: Make default_tx/rx and input_tx staticQing Zhang2020-06-111-3/+3
| * spi: dt-bindings: amlogic, meson-gx-spicc: Fix schema for meson-g12aAlexander Stein2020-06-101-9/+17
| * spi: rspi: Use requested instead of maximum bit rateGeert Uytterhoeven2020-06-091-7/+21
| * spi: spidev_test: Use %u to format unsigned numbersGeert Uytterhoeven2020-06-081-2/+2
| * spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu2020-06-021-1/+1
* | Linux 5.8-rc1v5.8-rc1Linus Torvalds2020-06-141-2/+2
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-145-1/+40
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-145-1/+40
* | | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-147-234/+286
|\ \ \
| * | | Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba2020-06-144-166/+169
| * | | Revert "fs: remove dio_end_io()"David Sterba2020-06-092-0/+21
| * | | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-092-0/+21
| * | | Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba2020-06-093-83/+90
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-13111-647/+1344
|\ \ \ \
| * | | | net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko2020-06-131-9/+40