summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-268-7/+164
|\
| * davinci: da850 evm: register SATA deviceSekhar Nori2011-07-081-0/+7
| * davinci: da850: add support for SATA interfaceSekhar Nori2011-07-083-0/+137
| * davinci: enable forced transitions on PSCSekhar Nori2011-07-083-0/+4
| * davinci: pass clock flags to davinci_psc_config()Sekhar Nori2011-07-083-7/+15
| * davinci: da850: add a .set_rate method to ref_clkChristian Riesch2011-07-061-0/+1
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-15/+0
|\ \
| * | ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-15/+0
| |/
* | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-256-88/+123
|\ \
| * | davinci: dm6467/T EVM: fix setting up of reference clock rateSekhar Nori2011-07-065-14/+49
| * | davinci: psc.h: clean up indentation done using spacesSekhar Nori2011-07-061-74/+74
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-2414-10/+13
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2011-07-2213-7/+13
| |\ \
| | * | ARM: mach-davinci: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-1813-7/+13
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-224-11/+25
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: entry: remove unused irq_prio_table macroRussell King2011-06-281-3/+0
| |/ / /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-213-7/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-193-7/+24
| |\ \ \
| | * | | davinci: DM365 EVM: fix video input mux bitsJon Povey2011-07-191-2/+2
| | * | | ARM: davinci: Check for NULL return from irq_alloc_generic_chipTodd Poynor2011-07-191-0/+6
| | * | | arm: davinci: Fix low level gpio irq handlers' argumentIdo Yariv2011-07-121-5/+16
| | |/ /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-1/+1
|\| | |
| * | | genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-1/+1
| |/ /
* / / net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-213-0/+3
|/ /
* | davinci: make PCM platform devices staticSekhar Nori2011-06-082-2/+2
* | arm: davinci: Fix fallout from generic irq chip conversionThomas Gleixner2011-06-081-3/+4
|/
* Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinc...Russell King2011-05-255-15/+13
|\
| * davinci: move DM64XX_VDD3P3V_PWDN to devices.cManjunath Hadli2011-05-232-3/+3
| * DA8xx: move base address #define's to their proper placeSergei Shtylyov2011-05-062-9/+9
| * DA8xx: kill duplicate #define DA8XX_PLL1_BASESergei Shtylyov2011-05-062-2/+1
| * DA8xx: kill duplicate #define DA8XX_GPIO_BASESergei Shtylyov2011-05-061-1/+0
* | Merge branch 'devel-stable' into for-linusRussell King2011-05-232-75/+23
|\ \
| * \ Merge branch 'irq-davinci' of git://gitorious.org/linux-davinci/linux-davinci...Russell King2011-05-111-73/+20
| |\ \
| | * | arm: davinci: Use generic irq chipThomas Gleixner2011-05-111-73/+20
| * | | Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de...Russell King2011-05-071-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: zImage: remove the static qualifier from global data variablesNicolas Pitre2011-05-071-2/+3
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-231-17/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | | | * | ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King2011-05-121-15/+0
| | | | * | ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESSRussell King2011-05-121-2/+1
| | | |/ / | | |/| |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-05-191-3/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-3/+1
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-025-11/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: Davinci: Fix I2C build errorsRussell King - ARM Linux2011-04-251-0/+6
| * | | DA830: fix SPI1 base addressSergei Shtylyov2011-04-251-3/+9
| * | | davinci: mityomapl138: Use auto-probe to determine attached PHY IDMichael Williamson2011-04-251-1/+1
| * | | davinci: mityomapl138: Use correct id for NAND controllerMichael Williamson2011-04-251-1/+1
| * | | davinci: fix DEBUG_LL code for p2v changesKevin Hilman2011-04-192-6/+9
| |/ /
* / / Revert wrong fixes for common misspellingsLucas De Marchi2011-04-262-2/+2
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-316-6/+6
|/
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-293-21/+21