summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-09-235-61/+104
|\
| * mfd: mt6397: Add mutex includeJosef Friedl2019-09-021-0/+2
| * mfd: Add support for Merrifield Basin Cove PMICAndy Shevchenko2019-09-021-0/+81
| * mfd: mt6397: Extract IRQ related code from core driverHsin-Hsiung Wang2019-08-121-0/+9
| * mfd: da9063: Remove now unused platform_dataWolfram Sang2019-08-122-61/+0
| * mfd: cros_ec: Update cros_ec_commands.hYicheng Li2019-08-121-0/+12
| * mfd: aat2870: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-1/+0
* | Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-231-0/+8
|\ \
| * | backlight: Expose brightness curve type through sysfsMatthias Kaehlcke2019-09-021-0/+8
| |/
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-237-226/+90
|\ \
| * \ Merge branch 'pci/trivial'Bjorn Helgaas2019-09-231-2/+2
| |\ \
| | * | PCI: Fix typos and whitespace errorsBjorn Helgaas2019-08-301-2/+2
| | |/
| * | Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-231-1/+13
| |\ \
| | * | PCI: Add #defines for some of PCIe spec r4.0 featuresVidya Sagar2019-08-131-1/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-09-231-0/+1
| |\ \
| | * | PCI: mediatek: Add controller support for MT7629Jianjun Wang2019-08-071-0/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/al'Bjorn Helgaas2019-09-231-0/+2
| |\ \
| | * | PCI: Add Amazon's Annapurna Labs vendor IDJonathan Chocron2019-09-161-0/+2
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2019-09-231-16/+0
| |\ \
| | * | PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov2019-08-081-16/+0
| | |/
| * | Merge branch 'pci/pciehp'Bjorn Helgaas2019-09-231-0/+1
| |\ \
| | * | PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-051-0/+1
| | |/
| * | Merge branch 'pci/p2pdma'Bjorn Helgaas2019-09-232-5/+24
| |\ \
| | * | PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-0/+13
| | * | PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-4/+11
| | * | PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe2019-08-161-1/+0
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2019-09-231-13/+29
| |\ \
| | * | PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIHerbert Xu2019-09-211-13/+26
| | * | PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski2019-09-051-0/+3
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2019-09-232-101/+0
| |\ \
| | * | PCI: Get rid of dev->has_secondary_link flagMika Westerberg2019-09-071-1/+0
| | * | PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski2019-08-281-98/+0
| | * | PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski2019-08-281-16/+14
| | |/
| * | Merge branch 'pci/encapsulate'Bjorn Helgaas2019-09-231-52/+0
| |\ \
| | * | PCI: Make pci_set_of_node(), etc privateKelsey Skunberg2019-07-301-8/+0
| | * | PCI: Make pci_enable_ptm() privateKelsey Skunberg2019-07-301-7/+0
| | * | PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg2019-07-301-8/+0
| | * | PCI: Make pci_ats_init() privateKelsey Skunberg2019-07-301-2/+0
| | * | PCI: Make pcie_update_link_speed() privateKelsey Skunberg2019-07-301-1/+0
| | * | PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg2019-07-301-2/+0
| | * | PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg2019-07-301-4/+0
| | * | PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg2019-07-301-5/+0
| | * | PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg2019-07-301-3/+0
| | * | PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg2019-07-301-2/+0
| | * | PCI: Make PCI_PM_* delay times privateKelsey Skunberg2019-07-301-5/+0
| | * | PCI: Remove pci_block_cfg_access() et al (unused)Kelsey Skunberg2019-07-231-5/+0
| | |/
| * / PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-282-36/+18
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-09-231-20/+23
|\ \
| * | HID: core: Add printk_once variants to hid_warn() etcJoshua Clayton2019-09-181-0/+11
| * | HID: core: reformat and reduce hid_printk macrosJoshua Clayton2019-09-181-20/+12