aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-espi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-nextMark Brown1-6/+6
2014-09-29spi: fsl: Sort include headers alphabeticallyXiubo Li1-6/+6
2014-09-01spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin1-3/+12
2014-06-02Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fsl-espi' and 'spi/topic/id-const' into spi-nextMark Brown1-7/+33
2014-05-26spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()Valentin Longchamp1-2/+2
2014-04-16spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFTJane Wan1-4/+30
2014-04-14spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kzallocAxel Lin1-1/+1
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linusMark Brown1-1/+2
2014-04-03spi: Always check complete callback before calling itAxel Lin1-1/+2
2014-03-21spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufsAxel Lin1-5/+0
2013-12-12spi/fsl-espi: Add Power Management support for eSPI controllerHou Zhiqiang1-0/+61
2013-12-11spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.Hou Zhiqiang1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+5
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-3/+3
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-3/+3
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula1-2/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-29spi: use dev_get_platdata()Jingoo Han1-2/+2
2013-06-01spi: fix build break in spi-fsl-espi.cStephen Warren1-1/+1
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-7/+2
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-4/+4
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely1-1/+0
2012-03-15spi/fsl-espi: Make sure pm is within 2..32Sebastian Andrzej Siewior1-4/+6
2012-03-15spi/fsl-espi: make the clock computation easier to readSebastian Andrzej Siewior1-2/+2
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+762