summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2017-02-241-0/+4
|\
| * Merge tag 'samsung-dt-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-01-171-0/+4
| |\
| | * clk: samsung: Add CPU clk configuration data for Exynos4412 PrimeBartlomiej Zolnierkiewicz2016-12-291-0/+4
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-02-241-1/+1
|\ \ \
| * \ \ Merge tag 'davinci-for-v4.11/soc-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2017-02-162-2/+2
| |\ \ \
| * \ \ \ Merge tag 'mvebu-soc-4.11-1' of git://git.infradead.org/linux-mvebu into next...Olof Johansson2017-01-301-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | soc: dove: constify reset_control_ops structuresBhumika Goyal2017-01-271-1/+1
* | | | | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-243-2/+3
|\ \ \ \ \
| * | | | | firmware: arm_scpi: Add hardware dependenciesJean Delvare2017-01-311-0/+1
| * | | | | Merge tag 'davinci-for-v4.11/fixes-non-critical' of git://git.kernel.org/pub/...Olof Johansson2017-01-302-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | bus: da850-mstpri: fix my e-mail addressBartosz Golaszewski2017-01-021-1/+1
| | * | | ARM: davinci: da850: fix da850_set_pll0rate()Bartosz Golaszewski2017-01-021-1/+1
| | | |/ | | |/|
* | | | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-2358-2166/+3210
|\ \ \ \
| * \ \ \ Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-02-211-0/+23
| |\ \ \ \
| | * | | | PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432Sinan Kaya2017-02-171-0/+23
| * | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2017-02-211-1/+1
| |\ \ \ \ \
| | * | | | | PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava2017-02-171-1/+1
| * | | | | | Merge branch 'pci/enumeration' into nextBjorn Helgaas2017-02-211-12/+14
| |\ \ \ \ \ \
| | * | | | | | PCI: Sort the list of devices with D3 delay quirk by IDAndy Shevchenko2017-02-161-12/+14
| * | | | | | | Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2017-02-212-14/+4
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: xilinx-nwl: Remove mask for messages not supported by AXIBharat Kumar Gogada2017-02-101-13/+1
| | * | | | | | | PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas2017-02-081-1/+3
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'pci/host-xgene' into nextBjorn Helgaas2017-02-211-6/+5
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas2017-02-101-1/+3
| | * | | | | | | PCI: xgene: Fix double free on init errorDan Carpenter2017-01-311-5/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-versatile' into nextBjorn Helgaas2017-02-211-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: versatile: Configure PCIe MPS settingsBjorn Helgaas2017-02-081-1/+3
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-thunder' into nextBjorn Helgaas2017-02-211-5/+20
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: thunder-pem: Add support for cn81xx and cn83xx SoCsDavid Daney2017-01-121-5/+20
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2017-02-211-39/+136
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: rockchip: Set vendor ID from local core config spaceShawn Lin2017-02-171-2/+2
| | * | | | | | | PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin2017-02-101-4/+6
| | * | | | | | | PCI: rockchip: Mark PM functions as __maybe_unusedArnd Bergmann2017-01-301-2/+2
| | * | | | | | | PCI: rockchip: Use readl_poll_timeout() instead of open-coding itShawn Lin2017-01-301-36/+16
| | * | | | | | | PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"Shawn Lin2017-01-121-0/+9
| | * | | | | | | PCI: rockchip: Add system PM supportShawn Lin2017-01-111-0/+106
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2017-02-211-7/+2
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1
| | * | | | | | | PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa2017-01-111-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2017-02-211-42/+61
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach2017-02-081-1/+1
| | * | | | | | | PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe2017-01-301-41/+60
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2017-02-211-6/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: layerscape: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2017-02-213-7/+26
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSSJon Mason2017-02-081-0/+21
| | * | | | | | | PCI: iproc: Configure PCIe MPS settingsJon Mason2017-02-081-1/+4
| | * | | | | | | PCI: iproc: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2017-02-211-35/+2
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: imx6: Fix a typo in error messageAndrey Smirnov2017-02-101-2/+1