Age | Commit message (Expand) | Author |
2019-01-29 | spi: mxs: add tracing to custom .transfer_one_message callback | Uwe Kleine-König |
2018-05-03 | spi: mxs: Switch to SPDX identifier | Fabio Estevam |
2017-09-27 | spi: mxs: implement runtime pm | Uwe Kleine-König |
2015-02-05 | spi: mxs: cleanup wait_for_completion return handling | Nicholas Mc Guire |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-24 | spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list | Charles Keepax |
2014-11-10 | spi: spi-mxs: Register the irq with the device name | Fabio Estevam |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang |
2014-10-03 | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to... | Mark Brown |
2014-10-03 | spi: spi-mxs: fix a tiny typo in a comment | Michael Heimpold |
2014-09-02 | spi: spi-mxs: Fix checkpatch issue | Jingoo Han |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown |
2014-02-14 | spi: spi-mxs: Propagate the real error code on platform_get_irq() failure | Fabio Estevam |
2014-02-07 | spi: mxs: Use list_for_each_entry to iterate over transfer list | Axel Lin |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2014-01-17 | spi: Remove duplicate code to set default bits_per_word setting | Axel Lin |
2013-11-28 | Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix... | Mark Brown |
2013-11-18 | spi: spi-mxs: fix reference leak to master in mxs_spi_remove() | Wei Yongjun |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang |
2013-10-25 | Merge remote-tracking branch 'spi/topic/mxs' into spi-next | Mark Brown |
2013-10-18 | spi: spi-mxs: Use u32 instead of uint32_t | Trent Piepho |
2013-10-18 | spi: spi-mxs: Don't set clock for each xfer | Trent Piepho |
2013-10-18 | spi: spi-mxs: Clean up setup_transfer function | Trent Piepho |
2013-10-18 | spi: spi-mxs: Remove check of spi mode bits | Trent Piepho |
2013-10-18 | spi: spi-mxs: Fix race in setup method | Trent Piepho |
2013-10-18 | spi: spi-mxs: Remove bogus setting of ssp clk rate field | Trent Piepho |
2013-10-18 | spi: spi-mxs: Remove full duplex check, spi core already does it | Trent Piepho |
2013-10-18 | spi: spi-mxs: Fix chip select control bits in DMA mode | Trent Piepho |
2013-10-18 | spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages | Trent Piepho |
2013-10-18 | spi: spi-mxs: Change flag arguments in txrx functions to bit flags | Trent Piepho |
2013-10-18 | spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted | Trent Piepho |
2013-10-18 | spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable | Trent Piepho |
2013-10-18 | spi: spi-mxs: Always set LOCK_CS | Trent Piepho |
2013-09-26 | spi: mxs: use devm_spi_register_master() | Jingoo Han |
2013-08-06 | spi: spi-mxs: Remove unused bits_per_word variable | Axel Lin |
2013-07-22 | spi: spi-mxs: Remove unneeded check for platform_get_resource() | Fabio Estevam |
2013-07-15 | spi: spi-mxs: Check the return value from stmp_reset_block() | Fabio Estevam |
2013-07-15 | spi: spi-mxs: Check the return value from clk_prepare_enable() | Fabio Estevam |
2013-07-15 | spi: spi-mxs: Fix the error path sequence | Fabio Estevam |
2013-06-26 | Merge remote-tracking branch 'spi/topic/mxs' into spi-next | Mark Brown |
2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren |
2013-05-13 | spi: spi-mxs: Let device core handle pinctrl | Fabio Estevam |
2013-05-07 | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2013-04-04 | spi: mxs-spi: move to use generic DMA helper | Shawn Guo |
2013-04-03 | mxs/spi: fix error return code in mxs_spi_probe() | Wei Yongjun |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-02-05 | mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor | Juha Lumme |
2013-01-25 | spi: Convert to devm_ioremap_resource() | Thierry Reding |
2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely |
2012-10-17 | spi: mxs: Terminate DMA in case of DMA timeout | Marek Vasut |