summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULLVladimir Oltean2019-08-201-1/+0
* | spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probeVladimir Oltean2019-08-201-1/+1
* | spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()Vladimir Oltean2019-08-201-11/+12
* | spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macrosVladimir Oltean2019-08-201-16/+21
* | spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEARVladimir Oltean2019-08-201-1/+13
* | spi: spi-fsl-dspi: Use BIT() and GENMASK() macrosVladimir Oltean2019-08-201-29/+29
* | spi: spi-fsl-dspi: Remove unused defines and includesVladimir Oltean2019-08-201-26/+0
* | spi: spi-fsl-dspi: Fix code alignmentVladimir Oltean2019-08-201-185/+185
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: sh-msiof: Use devm_platform_ioremap_resource() helperGeert Uytterhoeven2019-08-071-3/+1
* | spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König2019-08-021-0/+5
* | spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0236-80/+19
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-022-2/+2
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
* | spi: sprd: Change the hwlock support to be optionalBaolin Wang2019-07-261-3/+8
* | spi: sprd: adi: Change hwlock to be optionalBaolin Wang2019-07-261-26/+42
* | spi: sprd: adi: Add a reset reason for watchdog modeSherry Zong2019-07-261-0/+15
* | spi: sprd: adi: Add a reset reason for factory test modeSherry Zong2019-07-261-0/+3
* | spi: sprd: adi: Add a reset reason for TOS panicChenxu Wei2019-07-261-0/+3
* | spi: sprd: adi: Remove redundant address bits settingBaolin Wang2019-07-261-3/+0
* | spi: dw-pci: Use dev_get_drvdataChuhong Yuan2019-07-241-4/+2
* | spi: dw-mmio: Clock should be shut when error occursAndy Shevchenko2019-07-221-2/+4
* | spi: dw-mmio: Use devm_platform_ioremap_resource()Andy Shevchenko2019-07-221-3/+1
* | Linus 5.3-rc1v5.3-rc1Linus Torvalds2019-07-211-2/+2
* | Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2111-122/+119
|\ \
| * | dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examplesRob Herring2019-07-211-0/+4
| * | dt-bindings: iio: ad7124: Fix dtc warnings in exampleRob Herring2019-07-211-33/+38
| * | dt-bindings: iio: avia-hx711: Fix avdd-supply typo in exampleRob Herring2019-07-211-1/+1
| * | dt-bindings: pinctrl: aspeed: Fix AST2500 example errorsRob Herring2019-07-211-4/+1
| * | dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errorsRob Herring2019-07-212-2/+6
| * | dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodesRob Herring2019-07-211-82/+61
| * | dt-bindings: Ensure child nodes are of type 'object'Rob Herring2019-07-216-0/+8
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-211-1/+1
|\ \ \
| * | | typo fix: it's d_make_root, not d_make_inode...Al Viro2019-07-211-1/+1
* | | | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-218-31/+126
|\ \ \ \
| * | | | cifs: update internal module numberSteve French2019-07-191-1/+1
| * | | | cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-191-0/+16
| * | | | smb3: optimize open to not send query file internal infoSteve French2019-07-195-26/+56
| * | | | cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-181-3/+8
| * | | | CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* | | | | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | | | | hexagon: switch to generic version of pte allocationMike Rapoport2019-07-211-32/+2
* | | | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2119-60/+1458
|\ \ \ \ \
| * | | | | NTB: Describe the ntb_msi_test client in the documentation.Logan Gunthorpe2019-06-131-0/+27
| * | | | | NTB: Add MSI interrupt support to ntb_transportLogan Gunthorpe2019-06-131-1/+168
| * | | | | NTB: Add ntb_msi_test support to ntb_testLogan Gunthorpe2019-06-131-2/+52
| * | | | | NTB: Introduce NTB MSI Test ClientLogan Gunthorpe2019-06-133-0/+443
| * | | | | NTB: Introduce MSI libraryLogan Gunthorpe2019-06-134-1/+501
| * | | | | NTB: Rename ntb.c to support multiple source files in the moduleLogan Gunthorpe2019-06-132-0/+2
| * | | | | NTB: Introduce functions to calculate multi-port resource indexLogan Gunthorpe2019-06-131-0/+70