index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sh-msiof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: sh-msiof: Fix FIFO size to 64 word from 256 word
Koji Matsuoka
2015-08-31
1
-6
/
+9
*
spi: sh-msiof: Remove obsolete spi_r8a779x_msiof platform_device_id entries
Geert Uytterhoeven
2015-07-07
1
-5
/
+0
*
spi: sh-msiof: Constify platform_device_id
Krzysztof Kozlowski
2015-05-01
1
-1
/
+1
*
spi: sh-msiof: remove slave_id settings for DMAEngine
Arnd Bergmann
2015-02-23
1
-1
/
+0
*
spi: sh-msiof: cleanup wait_for_completion return handling
Nicholas Mc Guire
2015-02-04
1
-4
/
+2
*
spi: sh-msiof: Update calculation of frequency dividing
Nobuhiro Iwamatsu
2015-02-02
1
-20
/
+16
*
spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup()
Geert Uytterhoeven
2015-01-07
1
-1
/
+1
*
Merge tag 'v3.19-rc3' into spi-sh-msiof
Mark Brown
2015-01-07
1
-0
/
+5
|
\
|
*
Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into sp...
Mark Brown
2014-12-24
1
-0
/
+5
|
|
\
|
|
*
spi: sh-msiof: Add runtime PM lock in initializing
Hisashi Nakamura
2014-12-15
1
-0
/
+5
*
|
|
Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiof
Mark Brown
2015-01-06
1
-1
/
+1
|
\
\
\
|
*
|
|
spi: sh-msiof: fix MDR1_FLD_MASK value
Yoshihiro Shimoda
2015-01-06
1
-1
/
+1
|
|
/
/
*
/
/
spi: sh-msiof: Configure MSIOF sync signal timing in device tree
Yoshihiro Shimoda
2014-12-24
1
-0
/
+47
|
/
/
*
/
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
spi: sh-msiof: Add support for new R-Car Gen2 SoCs
Geert Uytterhoeven
2014-08-28
1
-0
/
+6
*
spi: sh-msiof: Fix transmit-only DMA transfers
Geert Uytterhoeven
2014-08-16
1
-2
/
+2
*
spi: sh-msiof: Return early in sh_msiof_dma_once() where possible
Geert Uytterhoeven
2014-08-16
1
-9
/
+4
*
spi: sh-msiof: Add DT support to DMA setup
Geert Uytterhoeven
2014-08-16
1
-7
/
+18
*
spi: sh-msiof: Configure DMA slave bus width
Geert Uytterhoeven
2014-08-16
1
-2
/
+5
*
spi: sh-msiof: Fix leaking of unused DMA descriptors
Geert Uytterhoeven
2014-08-16
1
-33
/
+38
*
spi: sh-msiof: Use correct device for DMA mapping with IOMMU
Geert Uytterhoeven
2014-07-16
1
-10
/
+16
*
spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefully
Geert Uytterhoeven
2014-07-16
1
-8
/
+15
*
spi: sh-msiof: Add DMA support
Geert Uytterhoeven
2014-06-30
1
-7
/
+341
*
spi: sh-msiof: Refactor sh_msiof_transfer_one()
Geert Uytterhoeven
2014-06-21
1
-22
/
+21
*
spi: sh-msiof: Improve transfer error handling
Geert Uytterhoeven
2014-06-21
1
-5
/
+13
*
spi: sh-msiof: Extract sh_msiof_spi_{start,stop}() helpers
Geert Uytterhoeven
2014-06-21
1
-14
/
+37
*
spi: sh-msiof: Add more register documentation
Geert Uytterhoeven
2014-06-21
1
-1
/
+53
*
spi: sh-msiof: remove unnecessary OOM messages
Jingoo Han
2014-04-29
1
-3
/
+1
*
-
.
Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...
Mark Brown
2014-03-30
1
-179
/
+205
|
\
\
|
|
*
spi: sh-msiof: Convert to spi core auto_runtime_pm framework
Geert Uytterhoeven
2014-03-11
1
-24
/
+1
|
|
*
spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functions
Axel Lin
2014-03-03
1
-23
/
+2
|
|
*
spi: sh-msiof: Use core message handling instead of spi-bitbang
Geert Uytterhoeven
2014-02-27
1
-47
/
+20
|
|
*
spi: sh-msiof: Convert to let spi core validate xfer->bits_per_word
Geert Uytterhoeven
2014-02-27
1
-17
/
+2
|
|
*
spi: sh-msiof: Move clock management to (un)prepare_message()
Geert Uytterhoeven
2014-02-27
1
-23
/
+38
|
|
*
spi: sh-msiof: Add support for R-Car H2 and M2
Geert Uytterhoeven
2014-02-27
1
-3
/
+20
|
|
*
spi: sh-msiof: Move default FIFO sizes to device ID data
Geert Uytterhoeven
2014-02-27
1
-16
/
+34
|
|
*
spi: sh-msiof: Improve bindings
Geert Uytterhoeven
2014-02-27
1
-1
/
+1
|
|
*
spi: sh-msiof: Use the core cs_gpio field, and make it optional
Geert Uytterhoeven
2014-02-22
1
-3
/
+18
|
|
*
spi: sh-msiof: Add more register documentation
Geert Uytterhoeven
2014-02-22
1
-52
/
+100
|
|
*
spi: sh-msiof: Change hz from unsigned long to u32
Geert Uytterhoeven
2014-02-22
1
-5
/
+3
|
|
*
spi: sh-msiof: Typo in comment s/tx/rx/
Geert Uytterhoeven
2014-02-22
1
-1
/
+1
|
|
*
spi: sh-msiof: Fix SPI bus population from DT
Geert Uytterhoeven
2014-02-22
1
-0
/
+1
|
|
/
*
/
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-03
1
-1
/
+0
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...
Mark Brown
2014-01-23
1
-28
/
+32
|
\
\
|
|
*
spi: spi-sh-msiof: set hi/low Active for HW CS
Takashi Yoshii
2013-12-02
1
-4
/
+9
|
|
*
spi: sh-msiof: Convert to clk_prepare/unprepare
Laurent Pinchart
2013-11-28
1
-0
/
+8
|
|
*
spi: sh-msiof: Use devm_* managed allocators
Laurent Pinchart
2013-11-28
1
-23
/
+14
|
|
*
spi: sh-msiof: Fix warnings due to improper casts
Laurent Pinchart
2013-11-27
1
-1
/
+1
|
|
/
*
/
spi: spi-sh-msiof: round up div to fix freq calculation
Takashi Yoshii
2013-12-02
1
-1
/
+1
|
/
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-1
/
+1
[next]