Age | Commit message (Expand) | Author | Files | Lines |
2015-04-12 | Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 's... | Mark Brown | 1 | -2/+2 |
2015-04-01 | spi: imx: read back the RX/TX watermark levels earlier | Lucas Stach | 1 | -2/+2 |
2015-03-03 | spi: spi-imx: use correct enumeration type | Stefan Agner | 1 | -2/+2 |
2015-02-08 | Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/to... | Mark Brown | 1 | -14/+14 |
2015-02-04 | spi: spi-imx: cleanup wait_for_completion handling | Nicholas Mc Guire | 1 | -7/+8 |
2015-02-03 | spi: imx: use pio mode for i.mx6dl | Robin Gong | 1 | -0/+4 |
2014-12-30 | spi: spi-imx: Do not store the irq number in the private structure | Fabio Estevam | 1 | -7/+6 |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-17 | spi: spi-imx: add DMA support | Robin Gong | 1 | -6/+280 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 1 | -3/+2 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi... | Mark Brown | 1 | -1/+1 |
2014-02-28 | spi: spi-imx: spi_imx_remove: do not disable disabled clocks | Philippe De Muyter | 1 | -2/+2 |
2014-02-23 | spi/imx: Use dev_name() for request_irq() to distinguish SPIs | Alexander Shiyan | 1 | -1/+1 |
2014-02-15 | spi: spi-imx: Propagate the real error code on platform_get_irq() failure | Fabio Estevam | 1 | -1/+1 |
2014-02-10 | spi: Use reinit_completion at appropriate places | Axel Lin | 1 | -1/+1 |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-20 | spi: spi-imx: Fix out-of-order CS/SCLK operation at low speeds | Marek Vasut | 1 | -2/+25 |
2013-10-25 | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | 1 | -0/+33 |
2013-10-23 | spi: spi-imx: only enable the clocks when we start to transfer a message | Huang Shijie | 1 | -0/+33 |
2013-09-17 | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin | 1 | -1/+1 |
2013-07-29 | spi/imx: expose module alias for loading from device-tree | Niels de Vos | 1 | -0/+1 |
2013-07-15 | spi: spi-imx: Check the return value from clk_prepare_enable() | Fabio Estevam | 1 | -4/+10 |
2013-07-15 | spi: spi-imx: Use devm functions | Fabio Estevam | 1 | -46/+15 |
2013-06-26 | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | 1 | -8/+0 |
2013-06-26 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -3/+0 |
2013-05-30 | spi: spi-imx: Fix compilation error | Sachin Kamat | 1 | -1/+1 |
2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 1 | -3/+3 |
2013-05-13 | spi: spi-imx: Let device core handle pinctrl | Fabio Estevam | 1 | -8/+0 |
2013-05-13 | spi: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -3/+0 |
2013-02-05 | spi/imx: Add MODULE_ALIAS() | Fabio Estevam | 1 | -0/+1 |
2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -3/+3 |
2012-10-03 | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 1 | -2/+4 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -1/+1 |
2012-09-28 | spi/imx: set the inactive state of the clock according to the clock polarity | Knut Wohlrab | 1 | -2/+4 |
2012-09-14 | ARM: imx: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-08-03 | spi/imx: make spi_imx_data.devtype_data member point to const data | Uwe Kleine-König | 1 | -1/+1 |
2012-07-13 | spi/imx: use gpio_is_valid to determine if a gpio is valid | Hui Wang | 1 | -6/+6 |
2012-07-13 | spi/imx: remove redundant config.speed_hz setting | Hui Wang | 1 | -2/+0 |
2012-05-14 | Merge branch 'imx/pinctrl' into imx/clock | Arnd Bergmann | 1 | -0/+8 |
2012-05-12 | spi/imx: adopt pinctrl support | Shawn Guo | 1 | -0/+8 |
2012-04-25 | spi i.MX: do not depend on grouped clocks | Sascha Hauer | 1 | -11/+19 |
2012-04-11 | spi/imx: prevent NULL pointer dereference in spi_imx_probe() | Lothar Waßmann | 1 | -3/+7 |
2012-03-31 | spi/imx: mark base member in spi_imx_data as __iomem | Uwe Kleine-König | 1 | -1/+1 |
2012-03-10 | spi/imx: simplify error handling to free gpios | Axel Lin | 1 | -8/+3 |
2011-10-25 | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 1 | -13/+1 |
2011-09-16 | spi/imx: Fix spi-imx when the hardware SPI chipselects are used | Fabio Estevam | 1 | -1/+3 |
2011-07-14 | spi/imx: add device tree probe support | Shawn Guo | 1 | -7/+31 |
2011-07-14 | spi/imx: copy gpio number passed by platform data into driver private data | Shawn Guo | 1 | -5/+7 |
2011-07-14 | spi/imx: use soc name in spi device type naming scheme | Shawn Guo | 1 | -99/+109 |
2011-07-14 | spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4 | Shawn Guo | 1 | -52/+18 |