aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-16Merge branch 'v3.18/topic/of-overlay' into linux-linaro-lsk-v3.18lsk-v3.18-15.12Alex Shi
2015-12-16of: Drop ->next pointer from struct device_nodeGrant Likely
2015-12-16of: add optional options parameter to of_find_node_by_path()Leif Lindholm
2015-12-16of/overlay: Introduce DT overlay supportPantelis Antoniou
2015-12-16of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou
2015-12-16of/reconfig: Always use the same structure for notifiersGrant Likely
2015-12-16of/reconfig: Add empty stubs for the of_reconfig methodsGrant Likely
2015-12-16of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou
2015-12-16of: Change of_device_is_available() to return boolKevin Cernekee
2015-12-16of.h: Keep extern declaration of of_* variables when !CONFIG_OFAlex Shi
2015-12-16of: Fix padding in _OF_DECLARE macro definitionThierry Reding
2015-12-16of: Request and map make argument name constantMatthias Brugger
2015-12-16of: Eliminate of_allnodes listGrant Likely
2015-12-16of: introduce of_property_read_s32Sebastian Reichel
2015-11-16Merge remote-tracking branch 'origin/v3.18/topic/pcie/master' into linux-lina...Alex Shi
2015-11-13ARM: imx6sx: add imx6sx iomux-gpr field definev3.18/topic/pcie/imx-fixFugang Duan
2015-11-09Merge remote-tracking branch 'origin/v3.18/topic/OPPv2' into linux-linaro-lsk...Alex Shi
2015-11-07PCI/MSI: Drop domain field from msi_controllerMarc Zyngier
2015-11-07irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier
2015-11-07irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier
2015-11-07genirq: Add DOMAIN_BUS_NEXUS irqdomain propertyMarc Zyngier
2015-11-07of/platform: Assign MSI domain to platform deviceMarc Zyngier
2015-11-07of/pci: Add of_pci_dma_configure() to update DMA configurationMurali Karicheri
2015-11-07PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri
2015-11-07of: Move of_dma_configure() to device.c to help re-useMurali Karicheri
2015-11-07of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri
2015-11-07dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon
2015-11-07dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon
2015-11-07iommu: add new iommu_ops callback for adding an OF deviceWill Deacon
2015-11-07iommu: store DT-probed IOMMU data privatelyRobin Murphy
2015-11-07iommu: provide helper function to configure an IOMMU for an of masterWill Deacon
2015-11-07iommu: provide early initialisation hook for IOMMU driversWill Deacon
2015-11-07irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier
2015-11-07irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusionMarc Zyngier
2015-11-07irqchip: gicv3-its: Define macros for GITS_CTLR fieldsYun Wu
2015-11-07irqchip: gicv3-its: Allocate enough memory for the full range of DeviceIDMarc Zyngier
2015-11-07irqchip: gic: Remove warning by including linux/irqdomain.hJason Cooper
2015-11-07irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit
2015-11-07irqchip: GICv3: ITS: plug ITS init into main GICv3 codeMarc Zyngier
2015-11-07irqchip: GICv3: ITS: MSI supportMarc Zyngier
2015-11-07irqchip: GICv3: ITS command queueMarc Zyngier
2015-11-07irqchip: GICv3: rework redistributor structureMarc Zyngier
2015-11-07genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee
2015-11-07genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee
2015-11-07genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee
2015-11-06PCI: Add generic config accessorsRob Herring
2015-11-06PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier
2015-11-06PCI: Add pci_device_to_OF_node() stub for !CONFIG_OFKevin Hao
2015-11-06PCI/MSI: Register irq domain with specific tokenMarc Zyngier
2015-11-06device core: Introduce per-device MSI domain pointerMarc Zyngier