index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-mxs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-05
spi: mxs: cleanup wait_for_completion return handling
Nicholas Mc Guire
1
-3
/
+2
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-24
spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list
Charles Keepax
1
-5
/
+5
2014-11-10
spi: spi-mxs: Register the irq with the device name
Fabio Estevam
1
-1
/
+1
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...
Mark Brown
1
-1
/
+1
2014-10-03
spi: spi-mxs: fix a tiny typo in a comment
Michael Heimpold
1
-1
/
+1
2014-09-02
spi: spi-mxs: Fix checkpatch issue
Jingoo Han
1
-1
/
+3
2014-03-30
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...
Mark Brown
1
-4
/
+3
2014-02-14
spi: spi-mxs: Propagate the real error code on platform_get_irq() failure
Fabio Estevam
1
-1
/
+1
2014-02-07
spi: mxs: Use list_for_each_entry to iterate over transfer list
Axel Lin
1
-2
/
+2
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-17
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
1
-9
/
+0
2013-11-28
Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix...
Mark Brown
1
-1
/
+1
2013-11-18
spi: spi-mxs: fix reference leak to master in mxs_spi_remove()
Wei Yongjun
1
-1
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-10-25
Merge remote-tracking branch 'spi/topic/mxs' into spi-next
Mark Brown
1
-109
/
+80
2013-10-18
spi: spi-mxs: Use u32 instead of uint32_t
Trent Piepho
1
-5
/
+5
2013-10-18
spi: spi-mxs: Don't set clock for each xfer
Trent Piepho
1
-1
/
+14
2013-10-18
spi: spi-mxs: Clean up setup_transfer function
Trent Piepho
1
-11
/
+8
2013-10-18
spi: spi-mxs: Remove check of spi mode bits
Trent Piepho
1
-3
/
+0
2013-10-18
spi: spi-mxs: Fix race in setup method
Trent Piepho
1
-9
/
+1
2013-10-18
spi: spi-mxs: Remove bogus setting of ssp clk rate field
Trent Piepho
1
-1
/
+0
2013-10-18
spi: spi-mxs: Remove full duplex check, spi core already does it
Trent Piepho
1
-6
/
+0
2013-10-18
spi: spi-mxs: Fix chip select control bits in DMA mode
Trent Piepho
1
-23
/
+13
2013-10-18
spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages
Trent Piepho
1
-1
/
+2
2013-10-18
spi: spi-mxs: Change flag arguments in txrx functions to bit flags
Trent Piepho
1
-24
/
+31
2013-10-18
spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted
Trent Piepho
1
-3
/
+2
2013-10-18
spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable
Trent Piepho
1
-18
/
+4
2013-10-18
spi: spi-mxs: Always set LOCK_CS
Trent Piepho
1
-6
/
+2
2013-09-26
spi: mxs: use devm_spi_register_master()
Jingoo Han
1
-3
/
+1
2013-08-06
spi: spi-mxs: Remove unused bits_per_word variable
Axel Lin
1
-5
/
+0
2013-07-22
spi: spi-mxs: Remove unneeded check for platform_get_resource()
Fabio Estevam
1
-1
/
+1
2013-07-15
spi: spi-mxs: Check the return value from stmp_reset_block()
Fabio Estevam
1
-1
/
+3
2013-07-15
spi: spi-mxs: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-3
/
+7
2013-07-15
spi: spi-mxs: Fix the error path sequence
Fabio Estevam
1
-5
/
+2
2013-06-26
Merge remote-tracking branch 'spi/topic/mxs' into spi-next
Mark Brown
1
-6
/
+0
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
1
-6
/
+1
2013-05-13
spi: spi-mxs: Let device core handle pinctrl
Fabio Estevam
1
-6
/
+0
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-51
/
+9
2013-04-04
spi: mxs-spi: move to use generic DMA helper
Shawn Guo
1
-51
/
+9
2013-04-03
mxs/spi: fix error return code in mxs_spi_probe()
Wei Yongjun
1
-0
/
+1
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2013-02-05
mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor
Juha Lumme
1
-1
/
+4
2013-01-25
spi: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+3
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
1
-3
/
+3
2012-10-17
spi: mxs: Terminate DMA in case of DMA timeout
Marek Vasut
1
-0
/
+1
2012-10-17
spi: mxs: Assign message status after transfer finished
Marek Vasut
1
-1
/
+1
2012-09-06
spi/mxs: Make the SPI block clock speed configurable via DT
Marek Vasut
1
-6
/
+15
2012-09-06
mxs/spi: Rework the mxs_ssp_timeout to be more readable
Marek Vasut
1
-11
/
+9
[next]