aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sh-hspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-2/+1
2019-02-08spi: sh-hspi: Replace spi_master by spi_controllerGeert Uytterhoeven1-18/+18
2019-01-18spi: sh-hspi: Remove error messages on out-of-memory conditionsGeert Uytterhoeven1-4/+1
2018-08-28spi: use SPDX identifier for Renesas driversWolfram Sang1-10/+2
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-5/+0
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-06spi: sh-hspi: Make of_device_id array constJingoo Han1-1/+1
2014-04-14spi: sh-hspi: Do not specifically request shyway_clk clockSimon Horman1-2/+2
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-35/+7
2014-03-11spi: sh-hspi: Add missing call to pm_runtime_disable() in failure pathGeert Uytterhoeven1-1/+3
2014-03-03spi: sh-hspi: Remove duplicate code to set default transfer speedAxel Lin1-7/+2
2014-02-27spi: sh-hspi: Remove hspi_cleanup functionAxel Lin1-11/+0
2014-02-23spi: sh-hspi: Convert to let spi core validate bits_per_wordAxel Lin1-16/+2
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin1-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-1/+1
2014-01-13spi: sh-hspi: Spelling s/recive/receive/Geert Uytterhoeven1-1/+1
2014-01-08spi: sh-hspi: Fix modalias for sh-hspiAxel Lin1-1/+1
2013-10-25Merge remote-tracking branch 'spi/topic/hspi' into spi-nextMark Brown1-1/+9
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown1-2/+1
2013-10-25spi/hspi: add device tree supportKuninori Morimoto1-0/+8
2013-10-15spi: sh-hspi: Fix checkpatch issueJingoo Han1-1/+1
2013-10-03spi/hspi: fixup Runtime PM enable timingKuninori Morimoto1-2/+2
2013-09-26spi: sh-hspi: use devm_spi_register_master()Jingoo Han1-2/+1
2013-09-01Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-nextMark Brown1-2/+0
2013-07-29spi/hspi: Convert to core runtime PMMark Brown1-17/+1
2013-07-28spi/sh-hspi: Remove noisy printMark Brown1-2/+0
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown1-2/+2
2013-06-04spi: hspi: fixup long delay timeKuninori Morimoto1-1/+1
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2012-12-19spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt1-1/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-11-23spi/sh-hspi: add CS manual control supportPhil Edworthy1-2/+41
2012-09-06spi: spi-sh-hspi: drop frees of devm_ alloc'd dataJulia Lawall1-4/+1
2012-03-15spi: sh-hspi: modify write/read methodKuninori Morimoto1-69/+24
2012-03-15spi: sh-hspi: control spi clock more correctlyKuninori Morimoto1-16/+70
2012-03-15spi: sh-hspi: convert to using core message queueKuninori Morimoto1-97/+55
2012-03-09spi: Add SuperH HSPI prototype driverKuninori Morimoto1-0/+364