aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-17spi: spi-imx: add DMA supportRobin Gong1-6/+280
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-3/+2
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-nextMark Brown1-1/+1
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter1-2/+2
2014-02-23spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan1-1/+1
2014-02-14spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam1-1/+1
2014-02-10spi: Use reinit_completion at appropriate placesAxel Lin1-1/+1
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-20spi: spi-imx: Fix out-of-order CS/SCLK operation at low speedsMarek Vasut1-2/+25
2013-10-25Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown1-0/+33
2013-10-23spi: spi-imx: only enable the clocks when we start to transfer a messageHuang Shijie1-0/+33
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+1
2013-07-29spi/imx: expose module alias for loading from device-treeNiels de Vos1-0/+1
2013-07-15spi: spi-imx: Check the return value from clk_prepare_enable()Fabio Estevam1-4/+10
2013-07-15spi: spi-imx: Use devm functionsFabio Estevam1-46/+15
2013-06-26Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown1-8/+0
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-3/+0
2013-05-30spi: spi-imx: Fix compilation errorSachin Kamat1-1/+1
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-3/+3
2013-05-13spi: spi-imx: Let device core handle pinctrlFabio Estevam1-8/+0
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-02-05spi/imx: Add MODULE_ALIAS()Fabio Estevam1-0/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-2/+4
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-28spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab1-2/+4
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-03spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König1-1/+1
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang1-6/+6
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang1-2/+0
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+8
2012-05-12spi/imx: adopt pinctrl supportShawn Guo1-0/+8
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer1-11/+19
2012-04-10spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann1-3/+7
2012-03-30spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König1-1/+1
2012-03-09spi/imx: simplify error handling to free gpiosAxel Lin1-8/+3
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-13/+1
2011-09-15spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam1-1/+3
2011-07-14spi/imx: add device tree probe supportShawn Guo1-7/+31
2011-07-14spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo1-5/+7
2011-07-14spi/imx: use soc name in spi device type naming schemeShawn Guo1-99/+109
2011-07-14spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo1-52/+18
2011-07-14spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo1-53/+53
2011-07-14spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo1-31/+31
2011-07-14spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo1-12/+12
2011-06-06spi: reorganize driversGrant Likely1-0/+944