index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-espi.c
Age
Commit message (
Expand
)
Author
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-03
spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI i...
Heiner Kallweit
2014-12-03
spi: fsl-(e)spi: migrate to generic master queueing
Heiner Kallweit
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-03
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...
Mark Brown
2014-09-29
spi: fsl: Sort include headers alphabetically
Xiubo Li
2014-09-01
spi: fsl: Don't use devm_kzalloc in master->setup callback
Axel Lin
2014-06-02
Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fs...
Mark Brown
2014-05-26
spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()
Valentin Longchamp
2014-04-16
spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFT
Jane Wan
2014-04-14
spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kza...
Axel Lin
2014-04-10
Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...
Mark Brown
2014-04-03
spi: Always check complete callback before calling it
Axel Lin
2014-03-21
spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs
Axel Lin
2013-12-12
spi/fsl-espi: Add Power Management support for eSPI controller
Hou Zhiqiang
2013-12-11
spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.
Hou Zhiqiang
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
2013-10-24
of/irq: Use irq_of_parse_and_map()
Thierry Reding
2013-10-16
spi: Don't break user-visible strings to multiple source lines in drivers
Jarkko Nikula
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
2013-06-01
spi: fix build break in spi-fsl-espi.c
Stephen Warren
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-04-13
spi/devicetree: Move devicetree support code into spi directory
Grant Likely
2012-03-15
spi/fsl-espi: Make sure pm is within 2..32
Sebastian Andrzej Siewior
2012-03-15
spi/fsl-espi: make the clock computation easier to read
Sebastian Andrzej Siewior
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-06-06
spi: reorganize drivers
Grant Likely