aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/omap2_mcspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi/omap2: fix uninitialized variableGovindraj.R2011-06-031-1/+1
* spi/omap_mcspi: Fix broken last word xferJarkko Nikula2011-03-231-3/+3
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-181-14/+24
|\
| * spi/omap_mcspi: catch xfers of non-multiple SPI word sizeMichael Jones2011-03-041-3/+6
| * spi/omap_mcspi: Off-by-one error in finding the right divisorHannu Heikkinen2011-02-241-11/+18
* | OMAP: runtime: McSPI driver runtime conversionGovindraj.R2011-02-171-74/+42
* | OMAP: devices: Modify McSPI device to adapt to hwmod frameworkCharulatha V2011-02-171-83/+29
* | omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-271-2/+2
|/
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-071-8/+3
|\
| * spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux2011-01-071-8/+3
* | spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT2010-12-291-0/+39
|/
* spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen2010-10-201-13/+26
* spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang2010-10-201-0/+6
* spi: omap2_mcspi: make use of dev_vdbg()Felipe Balbi2010-09-291-27/+9
* spi/omap2_mcspi: Check params before dereference or useScott Ellis2010-05-251-8/+11
* spi/omap2_mcspi: add turbo mode supportRoman Tereshonkov2010-05-251-21/+111
* spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160Roman Tereshonkov2010-05-251-1/+1
* omap2_mcspi: small fixes of output data formatRoman Tereshonkov2010-04-281-2/+2
* omap2_mcspi: Flush posted writesRoman Tereshonkov2010-04-281-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi/omap2_mcspi: Use transaction speed if providedScott Ellis2010-03-101-2/+6
* spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis2010-03-101-4/+6
* omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-151-1/+1
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-2/+2
* spi: McSPI support for OMAP4Syed Rafiuddin2009-09-231-4/+6
* spi: McSPI saves CHCONFx tooTero Kristo2009-09-231-0/+16
* spi: McSPI off-mode supportHemanth V2009-09-231-34/+100
* spi: omap2_mcspi use BIT(n)Jouni Hogander2009-09-231-25/+25
* spi: omap2_mcspi rxdma bugfixEero Nurkkala2009-07-291-1/+20
* spi: omap2_mcspi supports wake eventsJouni Hogander2009-07-291-2/+9
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-9/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-3/+1
* Merge branch 'origin' into develRussell King2009-03-281-1/+1
|\
| * spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* | [ARM] omap: mcspi: new short connection id namesRussell King2009-02-081-2/+2
|/
* [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-051-1/+11
* [ARM] omap: remove an io_v2p() usageRussell King2008-09-051-1/+5
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* spi: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+3
* spi: omap2_mcspi handles omap3 tooGirish2008-02-061-1/+36
* spi: omap2_mcspi PIO RX fixKalle Valo2008-01-241-3/+3
* OMAP2 McSPI code cleanupKyungmin Park2007-10-161-3/+1
* SPI: omap2_mcspi driverSamuel Ortiz2007-07-171-0/+1081