index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
spi: spi-mxs: Clean up setup_transfer function
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Remove check of spi mode bits
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Fix race in setup method
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Remove bogus setting of ssp clk rate field
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Remove full duplex check, spi core already does it
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Fix chip select control bits in DMA mode
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Change flag arguments in txrx functions to bit flags
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable
Trent Piepho
2013-10-18
|
*
|
|
|
|
|
spi: spi-mxs: Always set LOCK_CS
Trent Piepho
2013-10-18
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/loop' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
spi/s3c64xx: Use core message handling
Mark Brown
2013-10-11
|
*
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop
Mark Brown
2013-10-11
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
spi/s3c64xx: Factor transfer start out of enable/disable_cs()
Mark Brown
2013-10-07
|
|
*
|
|
|
|
spi/s3c64xx: Enable GPIO /CS prior to starting hardware
Mark Brown
2013-09-30
|
|
*
|
|
|
|
spi/s3c64xx: Factor transfer start out of enable/disable_cs()
Mark Brown
2013-09-30
|
|
*
|
|
|
|
spi/s3c64xx: Use core cs_gpio field
Mark Brown
2013-09-30
|
|
*
|
|
|
|
spi/s3c64xx: Remove unused gpios field from driver data
Mark Brown
2013-09-30
|
|
*
|
|
|
|
spi/s3c64xx: Check that clock enables succeed on runtime resume
Mark Brown
2013-09-30
|
|
*
|
|
|
|
spi/s3c64xx: Flush FIFOs prior to cleaning up transfer
Mark Brown
2013-09-30
|
|
*
|
|
|
|
Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-s3c64xx
Mark Brown
2013-09-27
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
spi: s3c64xx: Allow build on all Samsung platforms
Mateusz Krawczuk
2013-09-26
|
|
*
|
|
|
|
|
spi: s3c64xx: Add missing compatibles
Mateusz Krawczuk
2013-09-23
|
|
*
|
|
|
|
|
spi/s3c64xx: Use managed registration
Mark Brown
2013-09-18
|
|
*
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/devm' into spi-s3c64xx
Mark Brown
2013-09-17
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
spi: spi-s3c64xx: Use module_platform_driver()
Lukasz Czerwinski
2013-09-17
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
spi: Provide common spi_message processing loop
Mark Brown
2013-10-11
|
*
|
|
|
|
|
|
spi/s3c64xx: Use prepare_message() and unprepare_message()
Mark Brown
2013-10-11
|
*
|
|
|
|
|
|
spi: Provide per-message prepare and unprepare operations
Mark Brown
2013-10-11
|
*
|
|
|
|
|
|
spi: Provide trace points for message processing
Mark Brown
2013-10-07
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/imx' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
spi: spi-imx: only enable the clocks when we start to transfer a message
Huang Shijie
2013-10-23
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/hspi' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
spi/hspi: add device tree support
Kuninori Morimoto
2013-10-25
|
*
|
|
|
|
|
|
spi: sh-hspi: Fix checkpatch issue
Jingoo Han
2013-10-15
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/gpio' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
spi: gpio: Include linux/of.h header
Sachin Kamat
2013-10-16
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/efm32' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
spi: efm32: drop unused struct and fix size check
Uwe Kleine-König
2013-10-09
|
*
|
|
|
|
|
|
spi: efm32: add spi_bitbang_stop to device remove callback
Uwe Kleine-König
2013-10-07
|
*
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/bitbang' into HEAD
Mark Brown
2013-10-07
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
spi: efm32: Don't call kfree() after spi_master_put()
Axel Lin
2013-09-23
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/dspi' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
spi: fsl-dspi: add missing clk_disable_unprepare() in dspi_remove()
Wei Yongjun
2013-10-15
|
*
|
|
|
|
|
|
|
spi: fsl-dspi: several minor improvements and fixes
Uwe Kleine-König
2013-09-17
|
*
|
|
|
|
|
|
|
spi: fsl-dspi: add missing __iomem annotation
Jingoo Han
2013-09-17
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge remote-tracking branch 'spi/topic/dev' into spi-next
Mark Brown
2013-10-25
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
spi: spidev: Fix checkpatch issue
Jingoo Han
2013-10-15
|
*
|
|
|
|
|
|
|
spi: spidev: remove unnecessary spi_set_drvdata()
Jingoo Han
2013-09-17
|
|
/
/
/
/
/
/
/
[prev]
[next]