aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sh-msiof.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-28spi: sh-msiof: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven1-0/+6
2014-08-16spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven1-2/+2
2014-08-16spi: sh-msiof: Return early in sh_msiof_dma_once() where possibleGeert Uytterhoeven1-9/+4
2014-08-16spi: sh-msiof: Add DT support to DMA setupGeert Uytterhoeven1-7/+18
2014-08-16spi: sh-msiof: Configure DMA slave bus widthGeert Uytterhoeven1-2/+5
2014-08-16spi: sh-msiof: Fix leaking of unused DMA descriptorsGeert Uytterhoeven1-33/+38
2014-07-16spi: sh-msiof: Use correct device for DMA mapping with IOMMUGeert Uytterhoeven1-10/+16
2014-07-16spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefullyGeert Uytterhoeven1-8/+15
2014-06-30spi: sh-msiof: Add DMA supportGeert Uytterhoeven1-7/+341
2014-06-21spi: sh-msiof: Refactor sh_msiof_transfer_one()Geert Uytterhoeven1-22/+21
2014-06-21spi: sh-msiof: Improve transfer error handlingGeert Uytterhoeven1-5/+13
2014-06-21spi: sh-msiof: Extract sh_msiof_spi_{start,stop}() helpersGeert Uytterhoeven1-14/+37
2014-06-21spi: sh-msiof: Add more register documentationGeert Uytterhoeven1-1/+53
2014-04-29spi: sh-msiof: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-30Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 'spi/topic/sh-hspi', 'spi/topic/sh-msiof', 'spi/topic/sh-sci', 'spi/topic/sirf' and 'spi/topic/spidev' into spi-nextMark Brown1-179/+205
2014-03-11spi: sh-msiof: Convert to spi core auto_runtime_pm frameworkGeert Uytterhoeven1-24/+1
2014-03-03spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functionsAxel Lin1-23/+2
2014-02-27spi: sh-msiof: Use core message handling instead of spi-bitbangGeert Uytterhoeven1-47/+20
2014-02-27spi: sh-msiof: Convert to let spi core validate xfer->bits_per_wordGeert Uytterhoeven1-17/+2
2014-02-27spi: sh-msiof: Move clock management to (un)prepare_message()Geert Uytterhoeven1-23/+38
2014-02-27spi: sh-msiof: Add support for R-Car H2 and M2Geert Uytterhoeven1-3/+20
2014-02-27spi: sh-msiof: Move default FIFO sizes to device ID dataGeert Uytterhoeven1-16/+34
2014-02-27spi: sh-msiof: Improve bindingsGeert Uytterhoeven1-1/+1
2014-02-22spi: sh-msiof: Use the core cs_gpio field, and make it optionalGeert Uytterhoeven1-3/+18
2014-02-22spi: sh-msiof: Add more register documentationGeert Uytterhoeven1-52/+100
2014-02-22spi: sh-msiof: Change hz from unsigned long to u32Geert Uytterhoeven1-5/+3
2014-02-22spi: sh-msiof: Typo in comment s/tx/rx/Geert Uytterhoeven1-1/+1
2014-02-22spi: sh-msiof: Fix SPI bus population from DTGeert Uytterhoeven1-0/+1
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/hspi', 'spi/topic/mpc512x', 'spi/topic/msiof', 'spi/topic/nuc900', 'spi/topic/oc-tiny', 'spi/topic/omap', 'spi/topic/orion' and 'spi/topic/pci' into spi-linusMark Brown1-28/+32
2013-12-02spi: spi-sh-msiof: set hi/low Active for HW CSTakashi Yoshii1-4/+9
2013-12-02spi: spi-sh-msiof: round up div to fix freq calculationTakashi Yoshii1-1/+1
2013-11-28spi: sh-msiof: Convert to clk_prepare/unprepareLaurent Pinchart1-0/+8
2013-11-28spi: sh-msiof: Use devm_* managed allocatorsLaurent Pinchart1-23/+14
2013-11-27spi: sh-msiof: Fix warnings due to improper castsLaurent Pinchart1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-01Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-nextMark Brown1-18/+0
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-28spi/sh-msiof: Remove unneeded empty runtime PM callbacksMark Brown1-18/+0
2013-04-01spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-02-05spi/sh-msiof: Add device tree parsing to driverBastian Hecht1-1/+55
2012-12-06spi/sh-msiof: Remove unneeded clock nameBastian Hecht1-4/+2
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker1-0/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+1
2011-10-24spi: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+749