Age | Commit message (Expand) | Author | Files | Lines |
2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -944/+0 |
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 |