index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sh-hspi.c
Age
Commit message (
Expand
)
Author
2019-10-15
spi: use new `spi_transfer_delay_exec` helper where straightforward
Alexandru Ardelean
2019-02-08
spi: sh-hspi: Replace spi_master by spi_controller
Geert Uytterhoeven
2019-01-18
spi: sh-hspi: Remove error messages on out-of-memory conditions
Geert Uytterhoeven
2018-08-28
spi: use SPDX identifier for Renesas drivers
Wolfram Sang
2014-12-22
spi: Remove FSF mailing addresses
Jarkko Nikula
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-06
spi: sh-hspi: Make of_device_id array const
Jingoo Han
2014-04-14
spi: sh-hspi: Do not specifically request shyway_clk clock
Simon Horman
2014-03-30
Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...
Mark Brown
2014-03-11
spi: sh-hspi: Add missing call to pm_runtime_disable() in failure path
Geert Uytterhoeven
2014-03-03
spi: sh-hspi: Remove duplicate code to set default transfer speed
Axel Lin
2014-02-27
spi: sh-hspi: Remove hspi_cleanup function
Axel Lin
2014-02-23
spi: sh-hspi: Convert to let spi core validate bits_per_word
Axel Lin
2014-02-16
spi: Remove explictly set bus_num and num_chipselect to default setting
Axel Lin
2014-01-23
Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...
Mark Brown
2014-01-13
spi: sh-hspi: Spelling s/recive/receive/
Geert Uytterhoeven
2014-01-08
spi: sh-hspi: Fix modalias for sh-hspi
Axel Lin
2013-10-25
Merge remote-tracking branch 'spi/topic/hspi' into spi-next
Mark Brown
2013-10-25
Merge remote-tracking branch 'spi/topic/bfin' into spi-next
Mark Brown
2013-10-25
spi/hspi: add device tree support
Kuninori Morimoto
2013-10-15
spi: sh-hspi: Fix checkpatch issue
Jingoo Han
2013-10-03
spi/hspi: fixup Runtime PM enable timing
Kuninori Morimoto
2013-09-26
spi: sh-hspi: use devm_spi_register_master()
Jingoo Han
2013-09-01
Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-next
Mark Brown
2013-07-29
spi/hspi: Convert to core runtime PM
Mark Brown
2013-07-28
spi/sh-hspi: Remove noisy print
Mark Brown
2013-06-26
Merge remote-tracking branch 'spi/topic/pdata' into spi-next
Mark Brown
2013-06-04
spi: hspi: fixup long delay time
Kuninori Morimoto
2013-05-23
spi: use platform_{get,set}_drvdata()
Jingoo Han
2012-12-19
spi/sh-hspi: fix return value check in hspi_probe().
Cyril Roelandt
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-11-23
spi/sh-hspi: add CS manual control support
Phil Edworthy
2012-09-06
spi: spi-sh-hspi: drop frees of devm_ alloc'd data
Julia Lawall
2012-03-15
spi: sh-hspi: modify write/read method
Kuninori Morimoto
2012-03-15
spi: sh-hspi: control spi clock more correctly
Kuninori Morimoto
2012-03-15
spi: sh-hspi: convert to using core message queue
Kuninori Morimoto
2012-03-09
spi: Add SuperH HSPI prototype driver
Kuninori Morimoto