summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIXUP: DFLL clock source: fix commentbaserock/james/jetson-3.17-rc5-cpufreqMikko Perttunen2014-10-221-1/+1
* FIXUP: DFLL clock source: check !soc before allocatingMikko Perttunen2014-10-221-4/+5
* FIXUP: DFLL clock source: harmonized clock operation orderMikko Perttunen2014-10-221-16/+16
* FIXUP: DFLL clock source: fix dfll_init_clks commentMikko Perttunen2014-10-221-2/+2
* FIXUP: DFLL clock source: dfll_register_clk can also return -ENOMEMMikko Perttunen2014-10-221-1/+1
* FIXUP: DFLL clock source: remove incorrect DFLL_I2C_CFG_SLAVE_ADDR_MASK since...Mikko Perttunen2014-10-221-1/+0
* FIXUP: DFLL clock source: more tab/style fixesMikko Perttunen2014-10-221-6/+6
* FIXUP: DFLL clock source: add tabsMikko Perttunen2014-10-221-3/+3
* FIXUP: cpufreq: Add cpufreq driver for Tegra124: use of_is_machine_compatibleMikko Perttunen2014-10-221-6/+1
* ARM: tegra: enable Tegra124 cpufreq driver by defaultTuomas Tynkkynen2014-10-221-0/+1
* ARM: tegra: Add CPU regulator to the Jetson TK1 device treeMikko Perttunen2014-10-221-0/+6
* ARM: tegra: Add entries for cpufreq on Tegra124Tuomas Tynkkynen2014-10-221-1/+10
* cpufreq: Add cpufreq driver for Tegra124Tuomas Tynkkynen2014-10-223-0/+223
* cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreqTuomas Tynkkynen2014-10-223-4/+4
* cpufreq: tegra124: Add device tree bindingsTuomas Tynkkynen2014-10-221-0/+44
* ARM: tegra: Enable the DFLL on the Jetson TK1Tuomas Tynkkynen2014-10-221-1/+7
* ARM: tegra: Add the DFLL to Tegra124 device treeTuomas Tynkkynen2014-10-221-0/+22
* clk: tegra: Add the DFLL as a possible parent of the cclk_g clockTuomas Tynkkynen2014-10-221-1/+3
* clk: tegra: Save/restore CCLKG_BURST_POLICY on suspendTuomas Tynkkynen2014-10-221-0/+14
* clk: tegra: Add Tegra124 DFLL clocksource platform driverTuomas Tynkkynen2014-10-222-0/+167
* clk: tegra: Add DFLL DVCO reset control for Tegra124Paul Walmsley2014-10-222-0/+50
* clk: tegra: Add functions for parsing CVB tablesTuomas Tynkkynen2014-10-223-0/+201
* clk: tegra: Add closed loop support for the DFLLTuomas Tynkkynen2014-10-221-3/+654
* clk: tegra: Add library for the DFLL clock source (open-loop mode)Tuomas Tynkkynen2014-10-223-0/+1146
* clk: tegra: Add binding for the Tegra124 DFLL clocksourceTuomas Tynkkynen2014-10-221-0/+69
* Add Nouveau-drm as a modulebaserock/violetamenendez/nouveau-jetsonbaserock/jetson/3.17.0-rc5Violeta Menendez Gonzalez2014-09-301-1/+2
* ARM: tegra: jetson-tk1: enable GK20A GPUbaserock/violetamenendez/fix-ubootAlexandre Courbot2014-09-291-1/+7
* Embed NVEA firmware into the kernelAlexandre Courbot2014-09-295-0/+8
* Merge remote-tracking branch 'pci/next' into ct-mcr-1/danielsilverstone/jetso...Daniel Silverstone2014-09-2341-701/+3053
|\
| * Merge branch 'pci/hotplug' into nextBjorn Helgaas2014-09-2212-475/+409
| |\
| | * PCI: Prevent NULL dereference during pciehp probeAndreas Noever2014-09-161-0/+7
| | * PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-122-2/+2
| | * PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas2014-09-121-3/+0
| | * PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas2014-09-121-0/+10
| | * PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas2014-09-121-5/+0
| | * PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas2014-09-121-8/+0
| | * PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas2014-09-121-8/+1
| | * PCI: Remove unused pci_configure_slot()Bjorn Helgaas2014-09-122-30/+0
| | * ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-10/+1
| | * PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-7/+1
| | * PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-4/+1
| | * PCI: Add pci_configure_device() during enumerationBjorn Helgaas2014-09-121-0/+25
| | * PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas2014-09-123-177/+151
| | * PCI: Shuffle pci-acpi.c functions to group them logicallyBjorn Helgaas2014-09-121-67/+67
| | * PCI: Whitespace cleanup in pci-acpi.cBjorn Helgaas2014-09-121-10/+8
| | * PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas2014-09-122-251/+250
| | * PCI: pciehp: Configure hot-added display devicesBjorn Helgaas2014-09-121-5/+1
| | * PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas2014-09-121-5/+1
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', '...Bjorn Helgaas2014-09-229-109/+313
| |\ \ \ \ \ \
| | | | | | * | PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter2014-09-161-2/+2