summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-1/+1
|\
| * ARM: 8844/1: use unified assembler in assembly filesStefan Agner2019-02-261-1/+1
* | ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+Dmitry Osipenko2019-01-162-0/+30
* | ARM: tegra: Fix DRAM refresh-interval clobbering on resume from LP1 on Tegra30Dmitry Osipenko2019-01-162-4/+0
* | ARM: tegra: Fix missed EMC registers latching on resume from LP1 on Tegra30+Dmitry Osipenko2019-01-161-0/+2
|/
* ARM: tegra: avoid section mismatch warningArnd Bergmann2018-12-121-2/+2
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-111-0/+4
|\
| * ARM: tegra: Create platform device for tegra20-cpufreq driverDmitry Osipenko2018-05-181-0/+4
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-1/+0
|/
* 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
|/