summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/xcomm' and 'sp...Mark Brown2015-08-315-5/+499
|\ \ \
| | | * spi/xlp: SPI controller driver for Netlogic XLP SoCsKamlakant Patel2015-08-283-0/+468
| | * | spi: xcomm: Export I2C module alias informationJavier Martinez Canillas2015-07-311-0/+1
| | * | spi: xcomm: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-141-1/+0
| | |/
| * | spi: ti-qspi: use 128 bit transfer mode where possibleVignesh R2015-08-201-4/+30
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topi...Mark Brown2015-08-314-23/+193
|\ \ \ \ \ \
| | | | | * | spi: expose spi_master and spi_device statistics via sysfsMartin Sperl2015-07-071-3/+165
| | | | | |/
| | | | * | spi: spidev: fix inconsistent indentingColin Ian King2015-08-041-3/+3
| | | | * | spi: spidev: Fix typoFabio Estevam2015-07-161-1/+1
| | | | |/
| | | * | spi: sh-msiof: Fix FIFO size to 64 word from 256 wordKoji Matsuoka2015-08-311-6/+9
| | | * | spi: sh-msiof: Remove obsolete spi_r8a779x_msiof platform_device_id entriesGeert Uytterhoeven2015-07-071-5/+0
| | | |/
| | * | spi: Fix per-page mapping of unaligned vmalloc-ed bufferAndrew Gabbasov2015-07-071-3/+13
| | |/
| * | spi: s3c64xx: print fifo size on probe.Michal Suchanek2015-07-281-2/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/mtk', 'spi/topic/pxa2xx', 'spi/topi...Mark Brown2015-08-319-26/+803
|\ \ \ \ \ \
| | | | | * | spi/s3c24xx: remove unnecessary memset of s3c24xx_spiAlexey Klimov2015-07-071-1/+0
| | | | | |/
| | | | * | spi/rockchip: remove unnecessary memset of rockchip_spiAlexey Klimov2015-07-071-1/+0
| | | | |/
| | | * | spi: rspi: Make qspi_set_send_trigger() return "unsigned int"Geert Uytterhoeven2015-07-031-2/+4
| | | * | spi: rspi: Drop variable "error" in qspi_trigger_transfer_out_in()Geert Uytterhoeven2015-07-031-7/+6
| | | |/
| | * | spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for itJarkko Nikula2015-08-052-6/+1
| | * | spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_matchAxel Lin2015-08-041-0/+1
| | * | spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbersJarkko Nikula2015-08-032-4/+0
| | * | spi: pxa2xx: Add support for Intel SunrisepointJarkko Nikula2015-07-311-4/+55
| | * | spi: spi-pxa2xx: Remove clk.h includeStephen Boyd2015-07-151-1/+0
| | |/
| * | spi: mediatek: fix SPI_CMD_PAUSE_IE macro errorLeilk Liu2015-08-271-1/+1
| * | spi: mediatek: replace *_time nameLeilk Liu2015-08-251-12/+8
| * | spi: mediatek: add PM clk_prepare_enable fail flowLeilk Liu2015-08-251-2/+11
| * | spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_...Leilk Liu2015-08-251-8/+10
| * | spi: mediatek: add linux/io.h include fileLeilk Liu2015-08-251-0/+1
| * | spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSETLeilk Liu2015-08-201-17/+20
| * | spi: medaitek: revise quirks compatibility styleLeilk Liu2015-08-201-18/+7
| * | spi: mediatek: fix spi incorrect endian usageLeilk Liu2015-08-201-22/+16
| * | spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardwareLeilk Liu2015-08-191-17/+0
| * | spi: Mediatek: fixup cpu_to_le32 incorrect usageLeilk Liu2015-08-131-4/+2
| * | spi: mediatek: fix endian warningsLeilk Liu2015-08-111-2/+4
| * | spi: mt65xx: Fix module aliasAxel Lin2015-08-111-1/+1
| * | spi: mediatek: mtk_spi_driver can be statickbuild test robot2015-08-071-1/+1
| * | spi: mediatek: Add spi bus for Mediatek MT8173Leilk Liu2015-08-073-0/+759
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl-espi', 'spi/top...Mark Brown2015-08-319-107/+173
|\ \ \ \ \
| | | | * | spi: mpc512x-psc: fix compiler warning about uninitialized variableUwe Kleine-König2015-07-211-2/+2
| | | | * | spi: mpc512x-psc: add support for Freescale MPC5125Uwe Kleine-König2015-07-171-23/+47
| | | | |/
| | | * | spi: img-spfi: check for max speed supported by the spfi blockSifan Naeem2015-07-071-0/+14
| | | |/
| | * | spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resourceAxel Lin2015-08-302-4/+4
| | * | spi: fsl-espi: add runtime PMHeiner Kallweit2015-08-281-17/+54
| | * | spi: fsl-(e)spi: simplify cleanup codeHeiner Kallweit2015-08-284-35/+7
| | * | spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanupHeiner Kallweit2015-08-283-32/+13
| | |/
| * | spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen2015-08-213-2/+40
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2835', 'spi/t...Mark Brown2015-08-313-15/+49
|\ \ \ \ \
| | | | * | spi: davinci: Choose correct pre-scaler limit based on SOCFranklin S Cooper Jr2015-07-241-7/+36
| | | | * | spi: davinci: Set prescale value based on register valueFranklin S Cooper Jr2015-07-241-4/+5
| | | | |/
| | | * | spi/bcm63xx-hsspi: add support for dual spi read/writeJonas Gorski2015-08-251-4/+9
| | | |/
OpenPOWER on IntegriCloud