summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-tegra.c
AgeCommit message (Expand)Author
2012-03-23spi: tegra: Make sure SCLK frequency to be in minimum require value.Laxman Dewangan
2012-03-23spi: tegra: checkpatch cleanupsLaxman Dewangan
2012-03-23spi: tegra: dequeue dma req using tegra_dma_dequeue_req()Laxman Dewangan
2012-03-23spi: tegra: use run time pm apis for clock controlLaxman Dewangan
2012-03-23drivers: spi: tegra: Add runtime PM supportAshwini Ghuge
2012-03-23spi: tegra: Fix CS status properly in spi setupLaxman Dewangan
2012-03-23spi: tegra: Add Dma/cpu buffer synchronisationLaxman Dewangan
2012-03-23fixup typoDan Willemsen
2012-03-23SPI: tegra: Pass rx data only to req bit lengthVarun Wadekar
2012-03-23spi: tegra: Move clock controls api out of spin lockLaxman Dewangan
2012-03-23spi: tegra: Handles suspend when spi transfer is in progressLaxman Dewangan
2012-03-23spi: tegra: Select best clock source for required rateLaxman Dewangan
2012-03-23spi: tegra: fix uninitialized values and if statementJubeom Kim
2012-03-23arm: tegra: Clean up SOC conditionalsScott Williams
2012-03-23arm: tegra: dma: Adding client name with dma allocation.Laxman Dewangan
2012-03-23spi: tegra: Spi controller configured during device setupLaxman Dewangan
2012-03-23ARM: tegra: Use proper type for physical addressesScott Williams
2012-03-23spi: tegra: Supporting HW based CS controlLaxman Dewangan
2012-03-23spi: tegra: Fixing misc issues.Laxman Dewangan
2012-03-23spi: tegra: disabling packed modeAmit Kamath
2012-03-23[ARM] tegra: spi: Fixed setup bugsAmit Kamath
2012-03-23[tegra:spi] master tegra spi driver updateminwuklee
2012-03-23[tegra:dma] set dma burst size for spi/slinkminwuklee
2012-03-23[tegra:dma] set dma burst size for spi/slinkminwuklee
2012-03-21spi: tegra: Use shared DMA channelColin Cross
2012-03-21spi: tegra: Increase delay between CS and clock startGreg Meiste
2012-03-21[ARM] Tegra: SPI: Suspend/resume.Todd Poynor
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-10-14spi/tegra: fix compilation error in spi-tegra.cMarc Dietrich
2011-07-05spi/tegra: Use engineering names in DT compatible propertyStephen Warren
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches
2011-06-06spi: reorganize driversGrant Likely