summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-101-28/+1
|\
| * soc/tegra: Register SoC deviceThierry Reding2017-08-171-28/+1
* | Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-101-0/+2
|\ \
| * | ARM: tegra: Select appropriate DMA options for LPAEPaul Kocialkowski2017-07-311-0/+2
| |/
* | PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-2/+2
|/
* soc/tegra: Move Tegra flowctrl driverJon Hunter2017-04-0410-246/+8
* ARM: tegra: Remove unnecessary inclusion of flowctrl headerJon Hunter2017-04-041-2/+0
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-2/+2
|\
| * ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-281-2/+2
* | ARM: tegra: paz00: Fix __initdata placementDmitry Torokhov2017-01-251-1/+1
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-0110-23/+34
|\
| * Merge tag 'tegra-for-4.8-arm-soc' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2016-07-149-22/+33
| |\
| | * ARM: tegra: Remove board_init_funcs arrayArnd Bergmann2016-07-111-21/+3
| | * ARM: tegra: pm: Add tegra_cpu_do_idle() prototypeThierry Reding2016-06-101-1/+1
| | * ARM: tegra: irq: Add missing irq.h includeThierry Reding2016-06-101-0/+1
| | * ARM: tegra: cpuidle: Add missing cpuidle.h includeThierry Reding2016-06-104-0/+5
| | * ARM: tegra: hotplug: Include missing common.hThierry Reding2016-06-102-0/+23
| * | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
| |/
* | arm: use of_platform_default_populate() to populateKefeng Wang2016-06-231-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-181-13/+3
|\
| * soc/tegra: pmc: Wait for powergate state to changeJon Hunter2016-04-051-13/+3
* | device property: don't bother the drivers with struct property_setHeikki Krogerus2016-04-091-5/+1
|/
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-7/+10
|\
| * ARM: tegra: use build-in device properties with rfkill_gpioHeikki Krogerus2016-02-241-7/+10
* | Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2016-01-123-52/+6
|\ \
| * | ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann2015-11-241-2/+0
| * | ARM: tegra: Ensure entire dcache is flushed on entering LP0/1Jon Hunter2015-11-242-0/+6
| * | soc/tegra: Provide per-SoC Kconfig symbolsThierry Reding2015-11-241-51/+1
| |/
* | ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
* | ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-012-2/+2
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-101-2/+2
|\
| * ARM: tegra: paz00: use con_id's to refer GPIO's in gpiod_lookup tableDmitry Osipenko2015-10-021-2/+2
* | ARM: Remove __ref on hotplug cpu die pathStephen Boyd2015-10-221-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-012-8/+14
|\
| * ARM: tegra: cpuidle: implement cpuidle_state.enter_freeze()Tomeu Vizoso2015-08-131-4/+9
| * ARM: tegra: Disable cpuidle if PSCI is availableThierry Reding2015-08-131-1/+5
| * soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding2015-07-161-3/+0
* | clk: tegra: Add functions for parsing CVB tablesTuomas Tynkkynen2015-07-161-0/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-266-23/+38
|\
| * soc/tegra: pmc: move to using a restart handlerDavid Riley2015-05-041-1/+0
| * ARM: tegra20: Store CPU "resettable" status in IRAMDmitry Osipenko2015-05-045-22/+38
* | Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Kevin Hilman2015-06-124-15/+2
|\ \
| * | ARM: v7 setup function should invalidate L1 cacheRussell King2015-06-014-15/+2
| |/
* | ARM: tegra: Fix typo (reset -> rest) in commentThierry Reding2015-05-041-1/+1
|/
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-142-2/+0
|\
| * ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano2015-03-232-2/+0
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-134-223/+8
|\ \
OpenPOWER on IntegriCloud