Show patches with: Archived = No       |   11645 patches
« 1 2 ... 112 113 114116 117 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[06/14] spi: rspi: Merge rspi_send_pio() and rspi_receive_pio() - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[05/14] spi: rspi: Abstract transfer_one() for RSPI and QSPI - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[04/14] spi: rspi: Add rspi_data_{out,in,out_in}() helpers - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[03/14] spi: rspi: Abstract 8/16-bit Data Register access - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[02/14] spi: rspi: Use core message handling - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[01/14] spi: rspi: Remove unused mesg parameter from {send,receive}_pio() - - - --- 2014-01-24 Geert Uytterhoeven Accepted
[v2,3/3] spi: correct the transfer_one_message documentation wording - - - --- 2014-01-24 Baruch Siach Changes Requested
[v2,2/3] Doc: spi: document the transfer_one spi_master callback - - - --- 2014-01-24 Baruch Siach Changes Requested
[v2,1/3] spi: spi.h: clarify the documentation of transfer_one - - - --- 2014-01-24 Baruch Siach Accepted
[3/3] spi: correct the transfer_one_message documentation wording - - - --- 2014-01-24 Baruch Siach Accepted
[2/3] Doc: spi: document the transfer_one spi_master callback - - - --- 2014-01-24 Baruch Siach Changes Requested
[1/3] spi: spi.h: clarify the documentation of transfer_one - - - --- 2014-01-24 Baruch Siach Accepted
[RFC,4/4] spi: dw: migrate to generic queue infrastructure - - - --- 2014-01-23 Baruch Siach Changes Requested
[RFC,3/4] spi: dw: add support for gpio controlled chip select - - - --- 2014-01-23 Baruch Siach Changes Requested
[RFC,2/4] spi: dw-mmio: add device tree support - - - --- 2014-01-23 Baruch Siach Changes Requested
[RFC,1/4] spi: dw-mmio: allow multiple instances - - - --- 2014-01-23 Baruch Siach Accepted
spi/pl022: Unprepare clocks while suspended - - - --- 2014-01-22 Mark Brown Accepted
[44/73] spi: delete non-required instances of include <linux/init.h> - - - --- 2014-01-21 Paul Gortmaker Accepted
[5/5] spi: rspi: Document support for Renesas QSPI in Kconfig - - - --- 2014-01-21 Geert Uytterhoeven Accepted
[4/5] spi: Check that Quad/Dual is half duplex - - - --- 2014-01-21 Geert Uytterhoeven Changes Requested
[v2,3/5] spi: Correct set_cs() documentation - - - --- 2014-01-21 Geert Uytterhoeven Accepted
[v2,2/5] spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer() - - - --- 2014-01-21 Geert Uytterhoeven Accepted
[1/5] spi: Spelling s/finised/finished/ - - - --- 2014-01-21 Geert Uytterhoeven Accepted
[4/4] mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s - - - --- 2014-01-21 Geert Uytterhoeven Not Applicable
[3/4] mtd: m25p80: Add dual read support - - - --- 2014-01-21 Geert Uytterhoeven Not Applicable
[2/4] mtd: m25p80: Set rx_nbits for Quad SPI transfers - - - --- 2014-01-21 Geert Uytterhoeven Not Applicable
[1/4] mtd: m25p80: Enable Quad SPI read transfers for s25fl512s - - - --- 2014-01-21 Geert Uytterhoeven Not Applicable
spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true - - - --- 2014-01-20 Axel Lin Accepted
spi: sc18is602: Remove sc18is602_setup() because it is done by spi core - - - --- 2014-01-20 Axel Lin Accepted
spi: core: Fix transfer failure when master->transfer_one returns positive value - - - --- 2014-01-18 Axel Lin Accepted
spi: Remove duplicate code to set default bits_per_word setting - - - --- 2014-01-17 Axel Lin Accepted
spi: sc18is602: Convert to use bits_per_word_mask - - - --- 2014-01-17 Axel Lin Accepted
[4/4] ARM: sun6i: dt: Add SPI controllers to the A31 DTSI - - - --- 2014-01-16 Maxime Ripard Not Applicable
[3/4] spi: sunxi: Add Allwinner A31 SPI controller driver - - - --- 2014-01-16 Maxime Ripard Changes Requested
[2/4] ARM: sun6i: dt: Add PLL6 and SPI module clocks - - - --- 2014-01-16 Maxime Ripard Not Applicable
[1/4] clk: sunxi: Add support for PLL6 on the A31 - - - --- 2014-01-16 Maxime Ripard Not Applicable
spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEP - - - --- 2014-01-16 Mika Westerberg Accepted
[2/2] spi/s3c64xx: Use core DMA mapping code with dmaengine - - - --- 2014-01-16 Mark Brown Accepted
[1/2] spi: Provide core support for DMA mapping transfers - - - --- 2014-01-16 Mark Brown Accepted
[v2] spi: sirf: Avoid duplicate code in various bits_per_word cases - - - --- 2014-01-15 Axel Lin Accepted
spi: sirf: Avoid duplicate code in various bits_per_word cases - - - --- 2014-01-15 Axel Lin Accepted
spi: tegra114: Use list_is_last() instead of open-coded - - - --- 2014-01-15 Axel Lin Accepted
spi: octeon: Use list_is_last() instead of open-coded - - - --- 2014-01-15 Axel Lin Accepted
spi: davinci: fix build warning when printing resource_size_t vars - - - --- 2014-01-14 Grygorii Strashko Accepted
[PATCH/RFC] spi: core: Fix logic mismatch in spi_master.set_cs() - - - --- 2014-01-14 Geert Uytterhoeven Changes Requested
spi: Clarify (a)synchronous transfer_one() - - - --- 2014-01-14 Geert Uytterhoeven Changes Requested
[rebased,2/2] spi: rspi: Add missing clk_disable() calls in error and cleanup paths - - - --- 2014-01-14 Geert Uytterhoeven Accepted
[rebased,1/2] spi: rspi: Spelling s/transmition/transmission/ - - - --- 2014-01-14 Geert Uytterhoeven Accepted
spi: clps711x: Add MODULE_ALIAS to support module auto-loading - - - --- 2014-01-14 Axel Lin Accepted
[4/4] OF: introduce OF style 'modalias' support for platform bus. - - - --- 2014-01-14 Zhang Rui Not Applicable
[3/4] fix module autoloading for ACPI enumerated devices - - - --- 2014-01-14 Zhang Rui Accepted
[2/4] ACPI: add module autoloading support for ACPI enumerated devices - - - --- 2014-01-14 Zhang Rui Not Applicable
[1/4] ACPI: fix create_modalias() return value handling - - - --- 2014-01-14 Zhang Rui Not Applicable
[4/4] OF: introduce OF style 'modalias' support for platform bus. - - - --- 2014-01-13 Zhang Rui Not Applicable
[3/4] fix module autoloading for ACPI enumerated devices - - - --- 2014-01-13 Zhang Rui Changes Requested
[2/4] ACPI: add module autoloading support for ACPI enumerated devices - - - --- 2014-01-13 Zhang Rui Not Applicable
[1/4] ACPI: fix create_modalias() return value handling - - - --- 2014-01-13 Zhang Rui Not Applicable
spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent match - - - --- 2014-01-13 Mika Westerberg Accepted
spi: sh: Use spi_sh_clear_bit() instead of open-coded - - - --- 2014-01-13 Axel Lin Accepted
[TRIVIAL] spi/s3c64xx: Correct indentation - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[TRIVIAL] spi: rspi: Spelling s/transmition/transmission/ - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[TRIVIAL] spi: bitbang: Grammar s/make to make/to make/ - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[TRIVIAL] spi: sh-hspi: Spelling s/recive/receive/ - - - --- 2014-01-12 Geert Uytterhoeven Accepted
spi: core: Improve tx/rx_nbits check comments - - - --- 2014-01-12 Geert Uytterhoeven Accepted
spi: Kill superfluous cast in spi_w8r16() - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[9/9] ARM: shmobile: koelsch: Add QSPI nodes - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[8/9] ARM: shmobile: r8a7791 dtsi: Add QSPI node - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,7/9] ARM: shmobile: genmai reference: Add RSPI nodes - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,6/9] ARM: shmobile: r7s72100 dtsi: Add RSPI nodes - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[5/9] ARM: shmobile: r7s72100: Add RSPI clocks for DT - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,4/9] spi: rspi: Add DT support - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[3/9] spi: rspi: Use NULL as the clock ID - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[2/9] spi: rspi: Convert to clk_prepare_enable/disable_unprepare - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[1/9] spi: rspi: Add missing clk_disable() calls in error and cleanup paths - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,4/4] ARM: shmobile: koelsch: Enable RSPI and MTD_M25P80 in defconfig - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V2,3/4] ARM: shmobile: koelsch: Add QSPI support - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V2,2/4] ARM: shmobile: r8a7791: add QSPI clocks - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V2,1/4] pinctrl: sh-pfc: r8a7791: Add QSPI pin groups - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,5/5] ARM: shmobile: genmai: Enable RSPI in defconfig - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,4/5,RFC] ARM: shmobile: genmai: Add preliminary RSPI pinmux setup - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,3/5] ARM: shmobile: genmai: Add RSPI support - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,2/5] ARM: shmobile: r7s72100: Add RSPI clocks - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
[V3,1/5] pinctrl: sh-pfc: r7s72100: Add RSPI support - - - --- 2014-01-12 Geert Uytterhoeven Not Applicable
spi: rspi: Remove dependency on DMAE for SHMOBILE - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[V2,8/8] spi: rspi: Add support for loopback mode - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,7/8] spi: rspi: Add support for specifying CPHA/CPOL - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[V2,6/8] spi: rspi: Add support for missing SPCR2 register - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,5/8] spi: rspi: Add support for no TX only mode - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,4/8] spi: rspi: Add support for 8-bit Data Register access - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,3/8] spi: rspi: Add support for more than one interrupt - - - --- 2014-01-12 Geert Uytterhoeven Changes Requested
[V2,2/8] spi: rspi: Add more QSPI register documentation - - - --- 2014-01-12 Geert Uytterhoeven Accepted
[V2,1/8] spi: rspi: Add more RSPI register documentation - - - --- 2014-01-12 Geert Uytterhoeven Accepted
spi: clps711x: Convert to devm_gpio_request() - - - --- 2014-01-12 Axel Lin Not Applicable
[RFC] spi: ti-qspi: Fixup driver name - - - --- 2014-01-12 Axel Lin Accepted
spi: ti-qspi: Simplify qspi_write_msg and qspi_read_msg implementation - - - --- 2014-01-12 Axel Lin Accepted
spi: altera: Remove unneeded NULL checking for hw->bitbang.master - - - --- 2014-01-12 Axel Lin Accepted
spi: Use bitfields for multiple data lines - - - --- 2014-01-10 Mark Brown Accepted
spi: clps711x: Use devm_gpio_request() - - - --- 2014-01-10 Alexander Shiyan Accepted
spi: Check conflicting CS based on spi->chip_select instead of device name - - - --- 2014-01-09 Mika Westerberg Accepted
spi: core: Use list_first_entry to extract head of queue - - - --- 2014-01-09 Axel Lin Accepted
« 1 2 ... 112 113 114116 117 »