summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2011-10-10spi: tegra: Move clock controls api out of spin lockLaxman Dewangan
2011-10-07spi: tegra: Handles suspend when spi transfer is in progressLaxman Dewangan
2011-09-22spi: tegra: Fixed spi slave CS polarityAmlan Kundu
2011-08-29spi: slave: tegra: GPL Export for callack register apiLaxman Dewangan
2011-07-25spi: tegra: Select best clock source for required rateLaxman Dewangan
2011-07-12spi: tegra: fix uninitialized values and if statementJubeom Kim
2011-05-31arm: tegra: Clean up SOC conditionalsScott Williams
2011-04-26arm: tegra: dma: Adding client name with dma allocation.Laxman Dewangan
2011-04-26spi: tegra: Spi controller configured during device setupLaxman Dewangan
2011-04-26spi: tegra: Adding spi slave supportLaxman Dewangan
2011-04-26ARM: tegra: Use proper type for physical addressesScott Williams
2011-04-26spi: tegra: Supporting HW based CS controlLaxman Dewangan
2011-03-08spi: tegra: Fixing misc issues.Laxman Dewangan
2011-01-25spi: tegra: disabling packed modeAmit Kamath
2011-01-18[ARM] tegra: spi: Fixed setup bugsAmit Kamath
2010-12-21[misc] remove executable permission on spi_tegra.cminwuklee
2010-12-21[tegra:spi] master tegra spi driver updateminwuklee
2010-12-14[misc] cancel executable permission on source filesChao Jiang
2010-12-07[tegra:dma] set dma burst size for spi/slinkminwuklee
2010-12-01[tegra:dma] set dma burst size for spi/slinkminwuklee
2010-10-18spi: tegra: Use shared DMA channelColin Cross
2010-10-15Merge commit 'v2.6.36-rc8' into linux-tegra-2.6.36Colin Cross
2010-10-14spi: tegra: cleanups from upstream reviewErik Gilling
2010-10-08spi: tegra: Increase delay between CS and clock startGreg Meiste
2010-10-06[ARM] Tegra: SPI: Suspend/resume.Todd Poynor
2010-10-06spi: tegra: fix error setting on timeoutErik Gilling
2010-10-02of/spi: Fix OF-style driver binding of spi devicesSinan Akman
2010-10-02spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TXRoel Kluin
2010-09-29spi: add spi_tegra driverErik Gilling
2010-09-16spi/mpc8xxx: fix buffer overrun on large transferschristophe leroy
2010-09-08spi/pl022: move probe call to subsys_initcall()Linus Walleij
2010-09-08spi/pl022: fix APB pclk power regression on U300Linus Walleij
2010-09-08spi/spi_s3c64xx: Warn if PIO transfers time outMark Brown
2010-09-08spi/s3c64xx: Fix incorrect reuse of 'val' local variable.Jassi Brar
2010-09-08spi/s3c64xx: Fix compilation warningJassi Brar
2010-09-08spi/dw_spi: clean the cs_control codeFeng Tang
2010-09-08spi/dw_spi: Allow interrupt sharingYong Wang
2010-09-08spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()Mark Brown
2010-09-08spi/spi_s3c64xx: Move to subsys_initcall()Mark Brown
2010-09-01spi: free children in spi_unregister_master, not siblingsDavid Lamparter
2010-09-01spi/spi_s3c64xx: Staticise non-exported functionsMark Brown
2010-09-01spi/spi_s3c64xx: Make probe more robust against missing board configMark Brown
2010-08-18m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-01of/address: Clean up function declarationsGrant Likely
2010-08-01spi/amba_pl022: Fix probe and remove hook section annotations.Kevin Wells
2010-07-30of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin
2010-07-25Merge commit 'v2.6.35-rc6' into spi/testGrant Likely
2010-07-11powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov