summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-tegra.c
AgeCommit message (Expand)Author
2015-05-12spi:tegra: fix number of words in transferMurat Khairulin
2012-08-29spi: tegra: Add stub runtime power managementLaxman Dewangan
2012-07-30spi: tegra: create workqueue before register spi masterLaxman Dewangan
2012-07-02spi: tegra: macro for enable/disable runtime pm inside driverLaxman Dewangan
2012-06-20spi: tegra: check tx queue before start transferAshwini Ghuge
2012-06-20spi: tegra: dump registers when error occursAshwini Ghuge
2012-06-20spi: tegra: Max tx words limited to max buff sizeAshwini Ghuge
2012-06-20spi: tegra: do not start transfer if runtime pm fails to resumeJohnny Qiu
2012-05-25spi: tegra: use functions to avoid duplicated codeLaxman Dewangan
2012-05-25spi: tegra: use devm_* for resource allocationLaxman Dewangan
2012-05-25spi: tegra: fix fifo_depth to 32.Laxman Dewangan
2012-05-23spi: tegra: synchronize PPSB late writeLaxman Dewangan
2012-05-23spi: tegra: cleanup in runtime_pm implementation.Laxman Dewangan
2012-05-18spi: tegra: correct directions when syncing buffer for device/dma.Laxman Dewangan
2012-05-18spi: tegra: register interrupt as ONESHOTLaxman Dewangan
2012-04-05spi: tegra: Use tegra_dma_cancel() to abort requestLaxman Dewangan
2012-03-15spi: tegra: Make sure SCLK frequency to be in minimum require value.Laxman Dewangan
2012-03-01spi: tegra: Fix CS status properly in spi setupLaxman Dewangan
2012-02-23spi: tegra: checkpatch cleanupsLaxman Dewangan
2012-02-23spi: tegra: Add Dma/cpu buffer synchronisationLaxman Dewangan
2012-02-03spi: tegra: dequeue dma req using tegra_dma_dequeue_req()Laxman Dewangan
2012-01-31spi: tegra: use run time pm apis for clock controlLaxman Dewangan
2012-01-13drivers: spi: tegra: Add runtime PM supportAshwini Ghuge
2011-12-30SPI: tegra: Pass rx data only to req bit lengthVarun Wadekar
2011-11-30HACK merge fixups for compileDan Willemsen
2011-11-30spi: tegra: Move clock controls api out of spin lockLaxman Dewangan
2011-11-30spi: tegra: Handles suspend when spi transfer is in progressLaxman Dewangan
2011-11-30spi: tegra: Select best clock source for required rateLaxman Dewangan
2011-11-30spi: tegra: fix uninitialized values and if statementJubeom Kim
2011-11-30arm: tegra: Clean up SOC conditionalsScott Williams
2011-11-30arm: tegra: dma: Adding client name with dma allocation.Laxman Dewangan
2011-11-30spi: tegra: Spi controller configured during device setupLaxman Dewangan
2011-11-30ARM: tegra: Use proper type for physical addressesScott Williams
2011-11-30spi: tegra: Supporting HW based CS controlLaxman Dewangan
2011-11-30spi: tegra: Fixing misc issues.Laxman Dewangan
2011-11-30spi: tegra: disabling packed modeAmit Kamath
2011-11-30[ARM] tegra: spi: Fixed setup bugsAmit Kamath
2011-11-30[tegra:spi] master tegra spi driver updateminwuklee
2011-11-30[tegra:dma] set dma burst size for spi/slinkminwuklee
2011-11-30[tegra:dma] set dma burst size for spi/slinkminwuklee
2011-11-30spi: tegra: Use shared DMA channelColin Cross
2011-11-30spi: tegra: Increase delay between CS and clock startGreg Meiste
2011-11-30[ARM] Tegra: SPI: Suspend/resume.Todd Poynor
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