| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -944/+0 |
* | spi/imx: select master mode for all channels | Sascha Hauer | 2011-02-15 | 1 | -3/+9 |
* | spi/imx: Add i.MX53 support | Yong Shen | 2011-01-13 | 1 | -0/+6 |
* | spi/imx: correct the test on platform_get_irq() return value | Richard Genoud | 2011-01-07 | 1 | -1/+1 |
* | spi/imx: remove autodetection | Uwe Kleine-König | 2010-12-24 | 1 | -28/+2 |
* | spi/imx: Support different fifo sizes | David Jander | 2010-10-11 | 1 | -1/+7 |
* | spi/imx: add support for imx51's eCSPI and CSPI | Uwe Kleine-König | 2010-10-01 | 1 | -1/+139 |
* | spi/imx: save the spi chip select in config struct, not the gpio to use | Uwe Kleine-König | 2010-10-01 | 1 | -9/+11 |
* | spi/imx: get rid of more ifs depending on the used cpu | Uwe Kleine-König | 2010-10-01 | 1 | -20/+53 |
* | spi/imx: convert driver to use platform ids | Uwe Kleine-König | 2010-10-01 | 1 | -42/+131 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | spi/spi_imx: add device information by switching pr_debug() to dev_dbg() | Alberto Panizzo | 2010-01-20 | 1 | -1/+1 |
* | spi: fix probe/remove section markings | Grant Likely | 2009-12-13 | 1 | -3/+3 |
* | spi-imx: don't access struct device directly but use dev_get_platdata | Uwe Kleine-König | 2009-12-13 | 1 | -1/+1 |
* | spi-imx: Add mx25 support | Sascha Hauer | 2009-12-13 | 1 | -4/+4 |
* | spi-imx: use positive logic to distinguish cpu variants | Uwe Kleine-König | 2009-12-13 | 1 | -1/+1 |
* | spi-imx: correct check for platform_get_irq failing | Uwe Kleine-König | 2009-12-13 | 1 | -1/+1 |
* | spi/i.MX: fix broken error handling for gpio_request | John Ogness | 2009-12-09 | 1 | -4/+5 |
* | spi/i.mx: drain MXC SPI transfer buffer when probing device | Daniel Mack | 2009-12-09 | 1 | -0/+8 |
* | spi-imx: strip down chipselect function to only drive the chipselect | Uwe Kleine-König | 2009-10-02 | 1 | -33/+17 |
* | spi-imx: initialize complete config struct | Uwe Kleine-König | 2009-10-02 | 1 | -0/+1 |
* | spi-imx: no need to assert bits_per_word being initialized | Uwe Kleine-König | 2009-10-02 | 1 | -3/+0 |
* | spi-imx: setup mode_bits we can handle | Sascha Hauer | 2009-10-02 | 1 | -0/+1 |
* | spi-imx: fix initial chipselect settings | Sascha Hauer | 2009-10-02 | 1 | -1/+6 |
* | spi-imx: update state correctly | Sascha Hauer | 2009-10-02 | 1 | -0/+7 |
* | spi-imx: rename source file to spi_imx.c | Uwe Kleine-König | 2009-10-02 | 1 | -0/+685 |
* | spi: remove i.MX SPI driver | Sascha Hauer | 2009-09-23 | 1 | -1770/+0 |
* | spi: move more spi_setup() functionality into core | David Brownell | 2009-06-18 | 1 | -9/+3 |
* | spi: move common spi_setup() functionality into core | David Brownell | 2009-06-18 | 1 | -4/+1 |
* | spi_imx: set spi_master.dma_alignment = 4 | Mike Rapoport | 2009-04-07 | 1 | -0/+2 |
* | spi: limit reaches -1, tested 0 | Roel Kluin | 2009-04-07 | 1 | -1/+2 |
* | spi: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-25 | 1 | -2/+3 |
* | spi: fix spi_imx probe oopsing | Julien Boibessot | 2008-12-02 | 1 | -12/+13 |
* | spi_imx: full duplex dma corruption bugfix | Andrea Paterniani | 2008-11-20 | 1 | -23/+22 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -3/+3 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+0 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -3/+3 |
* | Merge branch 'imx' into devel | Russell King | 2008-07-10 | 1 | -10/+28 |
|\ |
|
| * | IMX: introduce clock API | Sascha Hauer | 2008-07-05 | 1 | -10/+28 |
* | | [ARM] 5122/1: imx_dma_request_by_prio simpilfication | Paulius Zaleckas | 2008-07-03 | 1 | -8/+8 |
|/ |
|
* | spi: spi_imx updates | Andrea Paterniani | 2008-04-28 | 1 | -109/+114 |
* | spi: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-11 | 1 | -1/+3 |
* | spi: remove more dev->power.power_state usage | David Brownell | 2008-02-06 | 1 | -11/+0 |
* | Spelling fixes: lenght->length | Paulius Zaleckas | 2008-02-03 | 1 | -1/+1 |
* | spi_imx: fix typo in description | Will Newton | 2007-12-11 | 1 | -1/+1 |
* | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -2/+2 |
* | spi doesn't need class_device | Tony Jones | 2007-10-16 | 1 | -1/+1 |
* | SPI driver runtime footprint shrinkage | David Brownell | 2007-10-16 | 1 | -6/+5 |
* | SPI driver hotplug/coldplug fixes | David Brownell | 2007-08-31 | 1 | -1/+1 |
* | SPI controller drivers: check for unsupported modes | David Brownell | 2007-07-17 | 1 | -15/+9 |