summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* ARM: Tegra: select MACH_HAS_SND_SOC_TEGRA_WM8903Stephen Warren2011-04-211-0/+3
* ARM: Tegra: Add to tegra_wm8903_platform_dataStephen Warren2011-04-182-0/+2
* ASoC: Tegra: Rename pdev tegra-snd-harmony to tegra-snd-wm8903Stephen Warren2011-04-181-1/+1
* ARM: Tegra: Rename harmony_audio.h -> tegra_wm8903_pdata.hStephen Warren2011-04-182-4/+4
* Fix common misspellingsLucas De Marchi2011-03-312-4/+4
* arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-292-4/+3
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-292-12/+12
* arm: Use genirq lockdep helper to set lock classThomas Gleixner2011-03-291-1/+1
* arm: tegra: Remove unused bogus irq enable/disable magicThomas Gleixner2011-03-291-19/+0
* Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2011-03-2419-31/+761
|\
| * Merge branch 'trimslice/upstream' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2011-03-163-0/+31
| |\
| | * ARM: tegra: trimslice: enable MMC/SD slotsMike Rapoport2011-03-083-0/+31
| * | ARM: tegra: harmony: initialize the TPS65862 PMICMike Rapoport2011-03-154-0/+120
| * | ARM: tegra: harmony: update PCI-e initialization sequenceMike Rapoport2011-03-151-1/+23
| * | ARM: tegra: Add Toshiba AC100 supportMarc Dietrich2011-03-075-0/+322
| * | ARM: tegra: harmony: Set WM8903 gpio_baseStephen Warren2011-03-071-0/+1
| * | ARM: tegra: harmony: I2C-related portions of audio supportStephen Warren2011-03-071-0/+23
| * | ARM: tegra: harmony: register i2c devicesOlof Johansson2011-03-071-0/+32
| * | ARM: tegra: seaboard: register i2c devicesOlof Johansson2011-03-072-4/+59
| * | ARM: tegra: harmony: Beginnings of audio supportStephen Warren2011-03-073-6/+43
| * | ARM: tegra: create defines for SD-related GPIO namesStephen Warren2011-03-076-20/+30
| * | ARM: tegra: add devices.c entries for audioStephen Warren2011-03-073-0/+77
| |/
| |
| \
| \
| \
*---. \ Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-1/+2
|\ \ \ \
| | | * | ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-231-1/+2
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-161-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'p2v' into develRussell King2011-03-161-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-1/+1
* | | | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-164-0/+885
|\ \ \ \ \ \
| * | | | | | ARM: tegra: Add support for Tegra USB PHYsBenoit Goby2011-03-114-0/+885
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2011-03-1641-1039/+3661
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | ARM: tegra: trimslice: initialize PCI-e only when running on TrimSliceMike Rapoport2011-03-031-0/+3
| * | | | ARM: tegra: add PCI Express power gatingMike Rapoport2011-03-031-2/+20
| * | | | ARM: tegra: PCIE minor code refactoringMike Rapoport2011-03-031-9/+9
| * | | | ARM: Tegra: DMA: Fail safe if initialization failsStephen Warren2011-02-231-12/+10
| * | | | ARM: Tegra: Rename clk_dev1/2 to cdev1/2Stephen Warren2011-02-231-6/+6
| * | | | ARM: Tegra: Rename I2S clocks to match driver nameStephen Warren2011-02-231-2/+2
| * | | | ARM: Tegra: Make tegra_dma_init a postcore_initcallStephen Warren2011-02-232-4/+1
| * | | | ARM: tegra: add seaboard, wario and kaen boardsOlof Johansson2011-02-225-0/+435
| * | | | ARM: tegra: harmony: fix pinmux for MMC slotOlof Johansson2011-02-221-3/+3
| * | | | ARM: tegra: harmony: register sdhci devicesOlof Johansson2011-02-221-0/+30
| * | | | ARM: tegra: remove stale nvidia atag handlerOlof Johansson2011-02-221-25/+0
| * | | | ARM: tegra: common device resourcesOlof Johansson2011-02-223-0/+552
| * | | | ARM: tegra: harmony: move over to tegra_gpio_configOlof Johansson2011-02-221-0/+13
| * | | | ARM: tegra: add tegra_gpio_table and tegra_gpio_configOlof Johansson2011-02-222-0/+21
| * | | | ARM: tegra: Hide EMC scaling config behind ARCH_TEGRAMark Brown2011-02-221-2/+2
| * | | | ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIOStephen Warren2011-02-221-1/+1
| * | | | ARM: tegra: common: Enable core clocksColin Cross2011-02-221-0/+3
| * | | | ARM: tegra: timer: Enable timer and rtc clocksColin Cross2011-02-221-2/+14
| * | | | ARM: tegra: Move tegra_common_init to tegra_init_earlyColin Cross2011-02-224-10/+8
| * | | | ARM: tegra: clock: prevent accidental disables of cpu clockColin Cross2011-02-221-0/+25
OpenPOWER on IntegriCloud