index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi_imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-16
spi/imx: select master mode for all channels
Sascha Hauer
1
-3
/
+9
2011-01-13
spi/imx: Add i.MX53 support
Yong Shen
1
-0
/
+6
2011-01-07
spi/imx: correct the test on platform_get_irq() return value
Richard Genoud
1
-1
/
+1
2010-12-24
spi/imx: remove autodetection
Uwe Kleine-König
1
-28
/
+2
2010-10-11
spi/imx: Support different fifo sizes
David Jander
1
-1
/
+7
2010-10-01
spi/imx: add support for imx51's eCSPI and CSPI
Uwe Kleine-König
1
-1
/
+139
2010-10-01
spi/imx: save the spi chip select in config struct, not the gpio to use
Uwe Kleine-König
1
-9
/
+11
2010-10-01
spi/imx: get rid of more ifs depending on the used cpu
Uwe Kleine-König
1
-20
/
+53
2010-10-01
spi/imx: convert driver to use platform ids
Uwe Kleine-König
1
-42
/
+131
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-20
spi/spi_imx: add device information by switching pr_debug() to dev_dbg()
Alberto Panizzo
1
-1
/
+1
2009-12-13
spi: fix probe/remove section markings
Grant Likely
1
-3
/
+3
2009-12-13
spi-imx: don't access struct device directly but use dev_get_platdata
Uwe Kleine-König
1
-1
/
+1
2009-12-13
spi-imx: Add mx25 support
Sascha Hauer
1
-4
/
+4
2009-12-13
spi-imx: use positive logic to distinguish cpu variants
Uwe Kleine-König
1
-1
/
+1
2009-12-13
spi-imx: correct check for platform_get_irq failing
Uwe Kleine-König
1
-1
/
+1
2009-12-09
spi/i.MX: fix broken error handling for gpio_request
John Ogness
1
-4
/
+5
2009-12-09
spi/i.mx: drain MXC SPI transfer buffer when probing device
Daniel Mack
1
-0
/
+8
2009-10-02
spi-imx: strip down chipselect function to only drive the chipselect
Uwe Kleine-König
1
-33
/
+17
2009-10-02
spi-imx: initialize complete config struct
Uwe Kleine-König
1
-0
/
+1
2009-10-02
spi-imx: no need to assert bits_per_word being initialized
Uwe Kleine-König
1
-3
/
+0
2009-10-02
spi-imx: setup mode_bits we can handle
Sascha Hauer
1
-0
/
+1
2009-10-02
spi-imx: fix initial chipselect settings
Sascha Hauer
1
-1
/
+6
2009-10-02
spi-imx: update state correctly
Sascha Hauer
1
-0
/
+7
2009-10-02
spi-imx: rename source file to spi_imx.c
Uwe Kleine-König
1
-0
/
+685
2009-09-23
spi: remove i.MX SPI driver
Sascha Hauer
1
-1770
/
+0
2009-06-19
spi: move more spi_setup() functionality into core
David Brownell
1
-9
/
+3
2009-06-19
spi: move common spi_setup() functionality into core
David Brownell
1
-4
/
+1
2009-04-07
spi_imx: set spi_master.dma_alignment = 4
Mike Rapoport
1
-0
/
+2
2009-04-07
spi: limit reaches -1, tested 0
Roel Kluin
1
-1
/
+2
2009-03-25
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+3
2008-12-02
spi: fix spi_imx probe oopsing
Julien Boibessot
1
-12
/
+13
2008-11-20
spi_imx: full duplex dma corruption bugfix
Andrea Paterniani
1
-23
/
+22
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-3
/
+3
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+0
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-3
/
+3
2008-07-10
Merge branch 'imx' into devel
Russell King
1
-10
/
+28
2008-07-05
IMX: introduce clock API
Sascha Hauer
1
-10
/
+28
2008-07-03
[ARM] 5122/1: imx_dma_request_by_prio simpilfication
Paulius Zaleckas
1
-8
/
+8
2008-04-28
spi: spi_imx updates
Andrea Paterniani
1
-109
/
+114
2008-04-11
spi: fix platform driver hotplug/coldplug
Kay Sievers
1
-1
/
+3
2008-02-06
spi: remove more dev->power.power_state usage
David Brownell
1
-11
/
+0
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
1
-1
/
+1
2007-12-11
spi_imx: fix typo in description
Will Newton
1
-1
/
+1
2007-10-19
Add missing newlines to some uses of dev_<level> messages
Joe Perches
1
-2
/
+2
2007-10-16
spi doesn't need class_device
Tony Jones
1
-1
/
+1
2007-10-16
SPI driver runtime footprint shrinkage
David Brownell
1
-6
/
+5
2007-08-31
SPI driver hotplug/coldplug fixes
David Brownell
1
-1
/
+1
2007-07-17
SPI controller drivers: check for unsupported modes
David Brownell
1
-15
/
+9
2007-06-01
SPI: Freescale iMX SPI controller driver fixes
Andrea Paterniani
1
-1
/
+2
[next]