summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-imx.c
AgeCommit message (Expand)Author
2015-09-30MLK-11660: spi: spi-imx: fix building errorRobin Gong
2015-09-30MLK-11648: spi: spi-imx: remove duplicated code lineRobin Gong
2015-09-17MLK-11405 spi: imx : sets spi IOMUX to default stateGao Pan
2015-09-17MLK-10502-2 spi: imx: use tc interrupt for the tail data in DMA modeRobin Gong
2015-09-17MLK-10502-1 spi: spi-imx: add bits_per_word checking in dma modeRobin Gong
2015-09-17MLK-10404-1 spi: spi-imx: use XCH mode even in DMA modeRobin Gong
2015-09-17MLK-9986-5 spi: spi-imx: decrease tx fifo wartermark levelRobin Gong
2015-09-17MLK-9986-2 spi: spi-imx: use pio mode for the tail data in DMA modeRobin Gong
2015-09-17MLK-9986-1 spi: spi-imx: change dma timeout value with transfer lengthRobin Gong
2015-09-17spi: spi-imx: add DMA supportRobin Gong
2015-09-17spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan
2015-09-17spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam
2015-09-17spi: Use reinit_completion at appropriate placesAxel Lin
2015-09-17spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2015-09-17MLK-9817 spi: imx: convert all clk_enable to clk_prepare_enableBai Ping
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter
2013-12-20spi: spi-imx: Fix out-of-order CS/SCLK operation at low speedsMarek Vasut
2013-10-25Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown
2013-10-23spi: spi-imx: only enable the clocks when we start to transfer a messageHuang Shijie
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin
2013-07-29spi/imx: expose module alias for loading from device-treeNiels de Vos
2013-07-15spi: spi-imx: Check the return value from clk_prepare_enable()Fabio Estevam
2013-07-15spi: spi-imx: Use devm functionsFabio Estevam
2013-06-26Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2013-05-30spi: spi-imx: Fix compilation errorSachin Kamat
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-13spi: spi-imx: Let device core handle pinctrlFabio Estevam
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han
2013-02-05spi/imx: Add MODULE_ALIAS()Fabio Estevam
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-28spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-08-03spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann
2012-05-12spi/imx: adopt pinctrl supportShawn Guo
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer
2012-04-10spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann
2012-03-30spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König
2012-03-09spi/imx: simplify error handling to free gpiosAxel Lin
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-09-15spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam
2011-07-14spi/imx: add device tree probe supportShawn Guo
2011-07-14spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo
2011-07-14spi/imx: use soc name in spi device type naming schemeShawn Guo
2011-07-14spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo