summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-espi.c
AgeCommit message (Expand)Author
2014-09-01spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin
2014-06-02Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fs...Mark Brown
2014-05-26spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()Valentin Longchamp
2014-04-16spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFTJane Wan
2014-04-14spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kza...Axel Lin
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown
2014-04-03spi: Always check complete callback before calling itAxel Lin
2014-03-21spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufsAxel Lin
2013-12-12spi/fsl-espi: Add Power Management support for eSPI controllerHou Zhiqiang
2013-12-11spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.Hou Zhiqiang
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-06-01spi: fix build break in spi-fsl-espi.cStephen Warren
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely
2012-03-15spi/fsl-espi: Make sure pm is within 2..32Sebastian Andrzej Siewior
2012-03-15spi/fsl-espi: make the clock computation easier to readSebastian Andrzej Siewior
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-06-06spi: reorganize driversGrant Likely