summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.6/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/sw...Arnd Bergmann2012-07-121-0/+1
|\
| * ARM: dt: tegra: add Whistler device tree fileStephen Warren2012-07-061-0/+1
* | Merge branch 'tegra/cleanup' into next/dtArnd Bergmann2012-07-124-41/+9
|\ \ | |/
| * ARM: dt: tegra: rename board files to match SoCStephen Warren2012-06-201-6/+6
| * ASoC: tegra: simplify Kconfig dependenciesStephen Warren2012-06-111-3/+0
| * ARM: tegra: Remove flow controller programmingPrashant Gaikwad2012-06-112-32/+3
* | ARM: tegra: make tegra_cpu_reset_handler_enable() __initStephen Warren2012-06-181-1/+1
|/
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-2610-5/+30
|\
| * ARM: tegra: use machine specific hook for late initShawn Guo2012-05-0810-5/+30
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2613-64/+246
|\ \
| * \ Merge branch 'for-3.5/ahb' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2012-05-152-0/+27
| |\ \
| | * | ARM: tegra: Add SMMU enabler in AHBHiroshi DOYU2012-05-081-0/+19
| | * | ARM: tegra: Add Tegra AHB driverHiroshi DOYU2012-05-081-0/+8
| | |/
| * | Merge branch 'for-3.5/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2012-05-092-52/+153
| |\ \
| | * | ARM: tegra: uncompress.h: Implement TEGRA_DEBUG_UART_AUTO_ODMDATAStephen Warren2012-04-102-52/+153
| | |/
| * | Merge branch 'for-3.5/tegra30-audio' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-05-093-0/+31
| |\ \
| | * | ARM: tegra: add AUXDATA required for audioStephen Warren2012-04-251-0/+1
| | * | ARM: tegra: set up audio clocks for tegra30 dtStephen Warren2012-04-251-0/+9
| | * | ARM: tegra: Initialize pll_p_out1Peter De Schrijver2012-04-251-0/+12
| | * | ARM: tegra: provide clock aliases for AHUB configlinkStephen Warren2012-04-251-0/+9
| * | | ARM: tegra: add USB ULPI PHY reset GPIO to device treeStephen Warren2012-04-252-4/+15
| * | | ARM: tegra: don't hard-code USB ULPI PHY reset_gpioStephen Warren2012-04-254-3/+10
| * | | ARM: tegra: change pll_p_out4's rate to 24MHzStephen Warren2012-04-252-2/+1
| * | | ARM: tegra: fix pclk rateStephen Warren2012-04-251-1/+1
| * | | ARM: tegra: reparent sclk to pll_c_out1Stephen Warren2012-04-251-2/+4
| * | | ARM: tegra: Add pllc clock init tableAllen Martin2012-04-251-0/+4
| |/ /
* | | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-05-237-17/+8
|\ \ \
| * | | ASoC: tegra: complete Tegra->Tegra20 renamingStephen Warren2012-04-063-8/+8
| * | | ARM: tegra: remove tegra_pcm_deviceStephen Warren2012-04-015-9/+0
| | |/ | |/|
* | | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-224-0/+9
|\ \ \
| * | | tegra, serial8250: add ->handle_break() uart_port opDan Williams2012-04-184-0/+9
| |/ /
* | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2219-3165/+617
|\ \ \ | | |/ | |/|
| * | pinctrl: tegra: refactor probe handlingStephen Warren2012-04-182-2/+2
| * | ARM: dt: tegra20: add pinmux to device treeStephen Warren2012-04-182-33/+1
| * | ARM: tegra: Remove pre-pinctrl pinmux driverStephen Warren2012-04-187-2416/+0
| * | ARM: tegra: Switch to new pinctrl driverStephen Warren2012-04-187-575/+606
| * | gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-1810-121/+4
| * | ARM: tegra: seaboard: Don't gpio_request() ISL29018_IRQStephen Warren2012-04-181-3/+0
| * | ARM: tegra: Remove VBUS_GPIO handling from board filesStephen Warren2012-04-182-23/+9
| * | usb: ehci-tegra: Add vbus_gpio to platform dataStephen Warren2012-04-181-0/+3
| |/
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+6
|\ \
| * | ARM: tegra: add pll_x freq table entry for 750MHzStephen Warren2012-04-251-0/+6
| |/
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-222-5/+0
|\ \
| * | ARM: tegra: do not hide dma declarationsArnd Bergmann2012-04-161-4/+0
| * | ARM: tegra: fix multiple asm/hardware/gic.h inclusionDanny Kukawka2012-04-161-1/+0
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-05-212-3/+3
|\ \
| * \ Merge branch 'misc' into for-linusRussell King2012-05-211-2/+3
| |\ \
| | * | ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier2012-05-061-2/+3
| | |/
| * | ARM: PCI: get rid of pci_std_swizzle()Russell King2012-05-131-1/+0
| |/
* | ARM: tegra: Fix flow controller accessesPeter De Schrijver2012-05-141-2/+2
|/
OpenPOWER on IntegriCloud