aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_imx.c
Commit message (Expand)AuthorAgeFilesLines
* spi/imx: select master mode for all channelsSascha Hauer2011-02-151-3/+9
* spi/imx: Add i.MX53 supportYong Shen2011-01-121-0/+6
* spi/imx: correct the test on platform_get_irq() return valueRichard Genoud2011-01-071-1/+1
* spi/imx: remove autodetectionUwe Kleine-König2010-12-231-28/+2
* spi/imx: Support different fifo sizesDavid Jander2010-10-111-1/+7
* spi/imx: add support for imx51's eCSPI and CSPIUwe Kleine-König2010-10-011-1/+139
* spi/imx: save the spi chip select in config struct, not the gpio to useUwe Kleine-König2010-10-011-9/+11
* spi/imx: get rid of more ifs depending on the used cpuUwe Kleine-König2010-10-011-20/+53
* spi/imx: convert driver to use platform idsUwe Kleine-König2010-10-011-42/+131
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi/spi_imx: add device information by switching pr_debug() to dev_dbg()Alberto Panizzo2010-01-201-1/+1
* spi: fix probe/remove section markingsGrant Likely2009-12-131-3/+3
* spi-imx: don't access struct device directly but use dev_get_platdataUwe Kleine-König2009-12-131-1/+1
* spi-imx: Add mx25 supportSascha Hauer2009-12-131-4/+4
* spi-imx: use positive logic to distinguish cpu variantsUwe Kleine-König2009-12-131-1/+1
* spi-imx: correct check for platform_get_irq failingUwe Kleine-König2009-12-131-1/+1
* spi/i.MX: fix broken error handling for gpio_requestJohn Ogness2009-12-081-4/+5
* spi/i.mx: drain MXC SPI transfer buffer when probing deviceDaniel Mack2009-12-081-0/+8
* spi-imx: strip down chipselect function to only drive the chipselectUwe Kleine-König2009-10-011-33/+17
* spi-imx: initialize complete config structUwe Kleine-König2009-10-011-0/+1
* spi-imx: no need to assert bits_per_word being initializedUwe Kleine-König2009-10-011-3/+0
* spi-imx: setup mode_bits we can handleSascha Hauer2009-10-011-0/+1
* spi-imx: fix initial chipselect settingsSascha Hauer2009-10-011-1/+6
* spi-imx: update state correctlySascha Hauer2009-10-011-0/+7
* spi-imx: rename source file to spi_imx.cUwe Kleine-König2009-10-011-0/+685
* spi: remove i.MX SPI driverSascha Hauer2009-09-231-1770/+0
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-9/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-4/+1
* spi_imx: set spi_master.dma_alignment = 4Mike Rapoport2009-04-071-0/+2
* spi: limit reaches -1, tested 0Roel Kluin2009-04-071-1/+2
* spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+3
* spi: fix spi_imx probe oopsingJulien Boibessot2008-12-011-12/+13
* spi_imx: full duplex dma corruption bugfixAndrea Paterniani2008-11-191-23/+22
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+0
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-3/+3
* Merge branch 'imx' into develRussell King2008-07-101-10/+28
|\
| * IMX: introduce clock APISascha Hauer2008-07-051-10/+28
* | [ARM] 5122/1: imx_dma_request_by_prio simpilficationPaulius Zaleckas2008-07-031-8/+8
|/
* spi: spi_imx updatesAndrea Paterniani2008-04-281-109/+114
* spi: fix platform driver hotplug/coldplugKay Sievers2008-04-111-1/+3
* spi: remove more dev->power.power_state usageDavid Brownell2008-02-061-11/+0
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* spi_imx: fix typo in descriptionWill Newton2007-12-101-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* spi doesn't need class_deviceTony Jones2007-10-161-1/+1
* SPI driver runtime footprint shrinkageDavid Brownell2007-10-161-6/+5
* SPI driver hotplug/coldplug fixesDavid Brownell2007-08-311-1/+1
* SPI controller drivers: check for unsupported modesDavid Brownell2007-07-171-15/+9
* SPI: Freescale iMX SPI controller driver fixesAndrea Paterniani2007-06-011-1/+2