aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/omap2_mcspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25spi/omap2_mcspi: Check params before dereference or useScott Ellis1-8/+11
2010-05-25spi/omap2_mcspi: add turbo mode supportRoman Tereshonkov1-21/+111
2010-05-25spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160Roman Tereshonkov1-1/+1
2010-04-28omap2_mcspi: small fixes of output data formatRoman Tereshonkov1-2/+2
2010-04-28omap2_mcspi: Flush posted writesRoman Tereshonkov1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10spi/omap2_mcspi: Use transaction speed if providedScott Ellis1-2/+6
2010-03-10spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis1-4/+6
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-1/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-2/+2
2009-09-23spi: McSPI support for OMAP4Syed Rafiuddin1-4/+6
2009-09-23spi: McSPI saves CHCONFx tooTero Kristo1-0/+16
2009-09-23spi: McSPI off-mode supportHemanth V1-34/+100
2009-09-23spi: omap2_mcspi use BIT(n)Jouni Hogander1-25/+25
2009-07-29spi: omap2_mcspi rxdma bugfixEero Nurkkala1-1/+20
2009-07-29spi: omap2_mcspi supports wake eventsJouni Hogander1-2/+9
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-9/+3
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell1-3/+1
2009-03-28Merge branch 'origin' into develRussell King1-1/+1
2009-03-24spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-02-08[ARM] omap: mcspi: new short connection id namesRussell King1-2/+2
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-1/+11
2008-09-05[ARM] omap: remove an io_v2p() usageRussell King1-1/+5
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-02-06spi: omap2_mcspi handles omap3 tooGirish1-1/+36
2008-01-24spi: omap2_mcspi PIO RX fixKalle Valo1-3/+3
2007-10-16OMAP2 McSPI code cleanupKyungmin Park1-3/+1
2007-07-17SPI: omap2_mcspi driverSamuel Ortiz1-0/+1081