Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | spi: spi-mxs: Clean up setup_transfer function | Trent Piepho | 2013-10-18 | 1 | -11/+8 | |
| * | | | | | | spi: spi-mxs: Remove check of spi mode bits | Trent Piepho | 2013-10-18 | 1 | -3/+0 | |
| * | | | | | | spi: spi-mxs: Fix race in setup method | Trent Piepho | 2013-10-18 | 1 | -9/+1 | |
| * | | | | | | spi: spi-mxs: Remove bogus setting of ssp clk rate field | Trent Piepho | 2013-10-18 | 1 | -1/+0 | |
| * | | | | | | spi: spi-mxs: Remove full duplex check, spi core already does it | Trent Piepho | 2013-10-18 | 1 | -6/+0 | |
| * | | | | | | spi: spi-mxs: Fix chip select control bits in DMA mode | Trent Piepho | 2013-10-18 | 1 | -23/+13 | |
| * | | | | | | spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages | Trent Piepho | 2013-10-18 | 1 | -1/+2 | |
| * | | | | | | spi: spi-mxs: Change flag arguments in txrx functions to bit flags | Trent Piepho | 2013-10-18 | 1 | -24/+31 | |
| * | | | | | | spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted | Trent Piepho | 2013-10-18 | 1 | -3/+2 | |
| * | | | | | | spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable | Trent Piepho | 2013-10-18 | 1 | -18/+4 | |
| * | | | | | | spi: spi-mxs: Always set LOCK_CS | Trent Piepho | 2013-10-18 | 1 | -6/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge remote-tracking branch 'spi/topic/loop' into spi-next | Mark Brown | 2013-10-25 | 3 | -126/+242 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | spi/s3c64xx: Use core message handling | Mark Brown | 2013-10-11 | 1 | -96/+56 | |
| * | | | | | | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop | Mark Brown | 2013-10-11 | 3 | -50/+93 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | spi/s3c64xx: Factor transfer start out of enable/disable_cs() | Mark Brown | 2013-10-07 | 1 | -0/+3 | |
| | * | | | | | spi/s3c64xx: Enable GPIO /CS prior to starting hardware | Mark Brown | 2013-09-30 | 1 | -3/+3 | |
| | * | | | | | spi/s3c64xx: Factor transfer start out of enable/disable_cs() | Mark Brown | 2013-09-30 | 1 | -8/+11 | |
| | * | | | | | spi/s3c64xx: Use core cs_gpio field | Mark Brown | 2013-09-30 | 1 | -14/+10 | |
| | * | | | | | spi/s3c64xx: Remove unused gpios field from driver data | Mark Brown | 2013-09-30 | 1 | -1/+0 | |
| | * | | | | | spi/s3c64xx: Check that clock enables succeed on runtime resume | Mark Brown | 2013-09-30 | 1 | -2/+10 | |
| | * | | | | | spi/s3c64xx: Flush FIFOs prior to cleaning up transfer | Mark Brown | 2013-09-30 | 1 | -2/+2 | |
| | * | | | | | Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-s3c64xx | Mark Brown | 2013-09-27 | 1 | -2/+2 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | spi: s3c64xx: Allow build on all Samsung platforms | Mateusz Krawczuk | 2013-09-26 | 1 | -1/+1 | |
| | * | | | | | | spi: s3c64xx: Add missing compatibles | Mateusz Krawczuk | 2013-09-23 | 1 | -0/+12 | |
| | * | | | | | | spi/s3c64xx: Use managed registration | Mark Brown | 2013-09-18 | 1 | -7/+3 | |
| | * | | | | | | Merge remote-tracking branch 'spi/topic/devm' into spi-s3c64xx | Mark Brown | 2013-09-17 | 1 | -0/+35 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | spi: spi-s3c64xx: Use module_platform_driver() | Lukasz Czerwinski | 2013-09-17 | 1 | -11/+2 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | spi: Provide common spi_message processing loop | Mark Brown | 2013-10-11 | 1 | -0/+92 | |
| * | | | | | | | spi/s3c64xx: Use prepare_message() and unprepare_message() | Mark Brown | 2013-10-11 | 1 | -8/+28 | |
| * | | | | | | | spi: Provide per-message prepare and unprepare operations | Mark Brown | 2013-10-11 | 1 | -0/+22 | |
| * | | | | | | | spi: Provide trace points for message processing | Mark Brown | 2013-10-07 | 1 | -1/+15 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | 2013-10-25 | 1 | -0/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | spi: spi-imx: only enable the clocks when we start to transfer a message | Huang Shijie | 2013-10-23 | 1 | -0/+33 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'spi/topic/hspi' into spi-next | Mark Brown | 2013-10-25 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | spi/hspi: add device tree support | Kuninori Morimoto | 2013-10-25 | 1 | -0/+8 | |
| * | | | | | | | spi: sh-hspi: Fix checkpatch issue | Jingoo Han | 2013-10-15 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge remote-tracking branch 'spi/topic/gpio' into spi-next | Mark Brown | 2013-10-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | spi: gpio: Include linux/of.h header | Sachin Kamat | 2013-10-16 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge remote-tracking branch 'spi/topic/efm32' into spi-next | Mark Brown | 2013-10-25 | 1 | -7/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | spi: efm32: drop unused struct and fix size check | Uwe Kleine-König | 2013-10-09 | 1 | -5/+1 | |
| * | | | | | | | spi: efm32: add spi_bitbang_stop to device remove callback | Uwe Kleine-König | 2013-10-07 | 1 | -0/+2 | |
| * | | | | | | | Merge remote-tracking branch 'spi/topic/bitbang' into HEAD | Mark Brown | 2013-10-07 | 18 | -26/+33 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | spi: efm32: Don't call kfree() after spi_master_put() | Axel Lin | 2013-09-23 | 1 | -2/+0 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge remote-tracking branch 'spi/topic/dspi' into spi-next | Mark Brown | 2013-10-25 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | spi: fsl-dspi: add missing clk_disable_unprepare() in dspi_remove() | Wei Yongjun | 2013-10-15 | 1 | -0/+1 | |
| * | | | | | | | | spi: fsl-dspi: several minor improvements and fixes | Uwe Kleine-König | 2013-09-17 | 2 | -3/+3 | |
| * | | | | | | | | spi: fsl-dspi: add missing __iomem annotation | Jingoo Han | 2013-09-17 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge remote-tracking branch 'spi/topic/dev' into spi-next | Mark Brown | 2013-10-25 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | spi: spidev: Fix checkpatch issue | Jingoo Han | 2013-10-15 | 1 | -3/+3 | |
| * | | | | | | | | spi: spidev: remove unnecessary spi_set_drvdata() | Jingoo Han | 2013-09-17 | 1 | -1/+0 | |
| |/ / / / / / / |