aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/omap2_mcspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-03spi/omap2: fix uninitialized variableGovindraj.R1-1/+1
2011-03-23spi/omap_mcspi: Fix broken last word xferJarkko Nikula1-3/+3
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-14/+24
2011-03-04spi/omap_mcspi: catch xfers of non-multiple SPI word sizeMichael Jones1-3/+6
2011-02-24spi/omap_mcspi: Off-by-one error in finding the right divisorHannu Heikkinen1-11/+18
2011-02-17OMAP: runtime: McSPI driver runtime conversionGovindraj.R1-74/+42
2011-02-17OMAP: devices: Modify McSPI device to adapt to hwmod frameworkCharulatha V1-83/+29
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-2/+2
2011-01-07Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-8/+3
2011-01-07spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux1-8/+3
2010-12-29spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT1-0/+39
2010-10-20spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen1-13/+26
2010-10-20spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang1-0/+6
2010-09-29spi: omap2_mcspi: make use of dev_vdbg()Felipe Balbi1-27/+9
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