Show patches with: Archived = No       |   11696 patches
« 1 2 ... 105 106 107116 117 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,7/9] spi: dw-mid: move to use core SPI DMA mappings - - - --- 2015-03-02 Andy Shevchenko Accepted
[v2,6/9] spi: dw-mid: clear ongoing DMA transfers on timeout - - - --- 2015-03-02 Andy Shevchenko Accepted
[v2,5/9] spi: dw-mid: take care of FIFO overrun/underrun when do DMA - - - --- 2015-03-02 Andy Shevchenko Accepted
[v2,4/9] spi: dw-mid: split dma_setup() from dma_transfer() - - - --- 2015-03-02 Andy Shevchenko Accepted
[v2,3/9] spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth - - - --- 2015-03-02 Andy Shevchenko Accepted
[v2,1/9] spi: dw-mid: avoid potential NULL dereference - - - --- 2015-03-02 Andy Shevchenko Accepted
spi: img-spfi: Verify max spfi transfer length - - - --- 2015-03-02 Sifan Naeem Accepted
spi: img-spfi: Remove udelay in soft reset - - - --- 2015-03-02 Sifan Naeem Accepted
[v4,3/3] spi: dw: move to SPI core message handling - - - --- 2015-03-02 Andy Shevchenko Accepted
[v4,2/3] spi: dw: program registers as soon as possible - - - --- 2015-03-02 Andy Shevchenko Accepted
[v4,1/3] spi: dw: make sure SPI controller is enabled - - - --- 2015-03-02 Andy Shevchenko Accepted
[3/3] spi: imx: add support for all SPI word width for DMA transfer - - - --- 2015-03-01 Anton Bondarenko Superseded
[2/3] spi: imx: replace fixed timeout with calculated one - - - --- 2015-03-01 Anton Bondarenko Superseded
[1/3] spi: imx: Fix DMA transfer - - - --- 2015-03-01 Anton Bondarenko Superseded
spi - fix a typo in comment. - - - --- 2015-03-01 Marcin Bis Accepted
[2/2] spi/rockchip: do an error handling in proper time - - - --- 2015-02-27 Andy Shevchenko Accepted
[1/2] spi: introduce master->handle_err() callback - - - --- 2015-02-27 Andy Shevchenko Accepted
[4/4] spi: pl022: Fix race in giveback() leading to driver lock-up - - - --- 2015-02-27 Alexander Sverdlin Accepted
[3/4] spi: pl022: Remove dead code - - - --- 2015-02-27 Alexander Sverdlin Accepted
[2/4] spi: pl022: Don't touch unspecified bits in interrupt mask - - - --- 2015-02-27 Alexander Sverdlin Accepted
[1/4] spi: pl022: Remove incorrect TxFIFO full reporting - - - --- 2015-02-27 Alexander Sverdlin Accepted
[v2,1/1] spi: dw: revisit FIFO size detection again - - - --- 2015-02-25 Andy Shevchenko Accepted
[1/1] spi: atmel: Fix interrupt setup for PDC transfers - - - --- 2015-02-24 Torsten Fleischer Accepted
[v1,4/5] spi: dw: always reprogram CTRL0 - - - --- 2015-02-24 Andy Shevchenko Accepted
[v1,3/5] spi: dw: refactor code that handles clk_div - - - --- 2015-02-24 Andy Shevchenko Accepted
[v1,2/5] spi: dw: get TX level without an additional variable - - - --- 2015-02-24 Andy Shevchenko Accepted
[v1,1/5] spi: dw: move piece of code out of condition - - - --- 2015-02-24 Andy Shevchenko Accepted
[v1,1/1] spi: dw-pci: correct number of chip selects - - - --- 2015-02-23 Andy Shevchenko Accepted
drivers: spi: fix compiler warning in spi-s3c64xx - - - --- 2015-02-23 Andre Przywara Accepted
[1/1] drivers: spi: ti-qspi: wait for busy bit clear before data write/read - - - --- 2015-02-17 Mugunthan V N Accepted
[v2] spi: spidev: only use up TX/RX bounce buffer space when needed - - - --- 2015-02-16 Ian Abbott Accepted
[trivial] treewide: Remove unnecessary BCMA_CORETABLE_END macro - - - --- 2015-02-10 Joe Perches Accepted
spi: bcm53xx: use msecs_to_jiffies for conversion - - - --- 2015-02-08 Nicholas Mc Guire Accepted
spi: sc18is602: Support multiple devices on a single I2C bus if DT is configured - - - --- 2015-02-06 Guenter Roeck Accepted
[v2] spi: ti-qspi: cleanup wait_for_completion return handling - - - --- 2015-02-05 Nicholas Mc Guire Accepted
[v2] spi: mxs: cleanup wait_for_completion return handling - - - --- 2015-02-05 Nicholas Mc Guire Accepted
spi: spi-pxa2xx: only include mach/dma.h for legacy DMA - - - --- 2015-02-03 Rob Herring (Arm) Accepted
[v1] spi: imx: use pio mode for i.mx6dl - - - --- 2015-02-03 Robin Gong Accepted
[v2] spi: atmel: cleanup wait_for_completion return handling - - - --- 2015-02-02 Nicholas Mc Guire Accepted
[v2] spi/xilinx: Fix access invalid memory on xilinx_spi_tx - - - --- 2015-02-02 Ricardo Ribalda Delgado Accepted
[4/5] spi: spi-imx: cleanup wait_for_completion handling - - - --- 2015-02-02 Nicholas Mc Guire Accepted
[3/5] spi: sh-msiof: cleanup wait_for_completion return handling - - - --- 2015-02-02 Nicholas Mc Guire Accepted
[1/5] spi: match var type to return type of wait_for_completion - - - --- 2015-02-02 Nicholas Mc Guire Accepted
spi: fsl-dspi: Remove possible memory leak of 'chip' - - - --- 2015-01-31 Bhuvanchandra DV Accepted
spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n) - - - --- 2015-01-30 Ian Abbott Accepted
spi/xilinx: Check number of slaves range - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
spi: pl08x: do not select S3C64XX_PL080 - - - --- 2015-01-28 Arnd Bergmann Accepted
spi/rockchip: avoid uninitialized-use warning - - - --- 2015-01-28 Arnd Bergmann Accepted
[v2,15/15] spi/xilinx: Use polling mode on small transfers - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
[v2,11/15] spi/xilinx: Convert bits_per_word in bytes_per_word - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
[v2,09/15] spi/xilinx: Make spi_tx and spi_rx simmetric - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
[v2,08/15] spi/xilinx: Remove rx_fn and tx_fn pointer - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
[v2,01/15] spi/xilinx: Simplify spi_fill_tx_fifo - - - --- 2015-01-28 Ricardo Ribalda Delgado Accepted
spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resume - - - --- 2015-01-28 Jarkko Nikula Accepted
[5/7] spi: spi-fsl-dspi: Remove spi-bitbang - - - --- 2015-01-27 Bhuvanchandra DV Accepted
[3/7] spi: spi-fsl-dspi: Remove usage of devm_kzalloc - - - --- 2015-01-27 Bhuvanchandra DV Accepted
[17/18] spi/xilinx: Remove remaining_words driver data variable - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[15/18] spi/xilinx: Remove iowrite/ioread wrappers - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[13/18] spi/xilinx: Convert remainding_bytes in remaining words - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[10/18] spi/xilinx: Support for spi mode CS_HIGH - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[09/18] spi/xilinx: Do not inhibit transmission in polling mode - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[08/18] spi/xilinx: Support cores with no interrupt - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[07/18] spi/xilinx: Use cached value of register - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[06/18] spi/xilinx: Code cleanup - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[05/18] spi/xilinx: Leave the IRQ always enabled. - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[03/18] spi/xilinx: Simplify data read from the Rx FIFO - - - --- 2015-01-23 Ricardo Ribalda Delgado Accepted
[v2,2/2] spi/xilinx: Support for spi mode LOOP - - - --- 2015-01-22 Ricardo Ribalda Delgado Accepted
[v2,1/2] spi/xilinx: Support for spi mode LSB_FIRST - - - --- 2015-01-22 Ricardo Ribalda Delgado Accepted
[v1] spi: dw-mid: get a proper clock frequency for SPI2 - - - --- 2015-01-22 Andy Shevchenko Accepted
[3/3] spi/xilinx: Support for spi mode LOOP - - - --- 2015-01-21 Ricardo Ribalda Delgado Superseded
[2/3] spi/xilinx: Support for spi mode LSB_FIRST - - - --- 2015-01-21 Ricardo Ribalda Delgado Superseded
[1/3] spi/xilinx: Use automatic bus number on device tree - - - --- 2015-01-21 Ricardo Ribalda Delgado Superseded
spi: of: do not try load modules for of-registered devices - - - --- 2015-01-16 Dmitry Torokhov Accepted
[PATCHv3] spi: orion: Add multiple chip select support to spi-orion - - - --- 2015-01-16 Ken Wilson Accepted
[PATCHv2,1/2] spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers - - - --- 2015-01-12 Ken Wilson Accepted
spi: sirf: add missed devicetree binding document - - - --- 2015-01-11 Barry Song Accepted
spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup() - - - --- 2015-01-07 Geert Uytterhoeven Accepted
[v1] spi: dw-pci: describe Intel MID controllers better - - - --- 2015-01-07 Andy Shevchenko Accepted
[v2,2/2] spi: dw: print debug message with FIFO size - - - --- 2015-01-07 Andy Shevchenko Accepted
[v2,1/2] spi: dw: amend warning message - - - --- 2015-01-07 Andy Shevchenko Accepted
spi/dln2: simplify return flow for dln2_spi_transfer_setup and dln2_spi_enable - - - --- 2015-01-06 Laurentiu Palcu Accepted
[v2] spi: fsl-(e)spi: Support compile as module - - - --- 2015-01-06 Esben Haabendal Accepted
spi: sh-msiof: fix MDR1_FLD_MASK value - - - --- 2015-01-06 Yoshihiro Shimoda Accepted
spi: st-ssc4: Remove duplicate code to test unsupported mode bits - - - --- 2015-01-05 Axel Lin Accepted
[3/3] spi:spi-gpio: fixed space coding styple issue - - - --- 2015-01-05 nizam haider Accepted
spi: meson: Constify struct regmap_config - - - --- 2015-01-05 Krzysztof Kozlowski Accepted
spi: dw: Fix detecting FIFO depth - - - --- 2015-01-05 Axel Lin Accepted
spi: sirf: drop redundant sirf,marco-spi compatible string - - - --- 2015-01-03 Barry Song Accepted
[v2,1/2] spi: dw-mid: fix FIFO size - - - --- 2015-01-02 Andy Shevchenko Accepted
spi: spi-imx: Do not store the irq number in the private structure - - - --- 2014-12-29 Fabio Estevam Accepted
spi/dln2: Fix for PM_RUNTIME removal - - - --- 2014-12-23 Mark Brown Accepted
[V2,2/2] spi: img-spfi: Select FIFO based on transfer length - - - --- 2014-12-22 Andrew Bresticker Accepted
[V2,1/2] spi: img-spfi: Increase DMA burst size - - - --- 2014-12-22 Andrew Bresticker Accepted
spi: Remove FSF mailing addresses - - - --- 2014-12-18 Jarkko Nikula Accepted
[5/5] spi: pxa2xx: Cleanup register access macros - - - --- 2014-12-18 Jarkko Nikula Accepted
[4/5] spi: pxa2xx: Pass driver data instead of ioaddr to wait_ssp_rx_stall() - - - --- 2014-12-18 Jarkko Nikula Accepted
[3/5] spi: pxa2xx: Add definition for Intel Quark DDS_RATE register - - - --- 2014-12-18 Jarkko Nikula Accepted
[2/5] spi: pxa2xx: Move is_lpss_ssp() tests to caller - - - --- 2014-12-18 Jarkko Nikula Accepted
[1/5] spi: pxa2xx: Remove unused define - - - --- 2014-12-18 Jarkko Nikula Accepted
[1/3] spi: img-spfi: Enable controller before starting TX DMA - - - --- 2014-12-16 Andrew Bresticker Accepted
« 1 2 ... 105 106 107116 117 »