aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-125/+572
2015-02-11Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 1-15/+0
2015-02-11of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Gravatar Lorenzo Pieralisi 1-1/+0
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2015-02-09Merge branch 'pci/host-generic' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Rafael J. Wysocki 1-0/+3
2015-02-04of/fdt: fix sparse warningGravatar Lad, Prabhakar 1-1/+1
2015-02-04of: unitest: Add I2C overlay unit tests.Gravatar Pantelis Antoniou 2-50/+556
2015-02-04Merge tag 'v3.19-rc6' into HEADGravatar Rob Herring 4-11/+103
2015-02-03of: EXPORT_SYMBOL_GPL of_property_read_u64_arrayGravatar Sakari Ailus 1-0/+1
2015-01-28of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Gravatar Lorenzo Pieralisi 1-0/+4
2015-01-23of/unittest: Overlays with sub-devices testsGravatar Pantelis Antoniou 2-0/+94
2015-01-22of/unittest: Remove obsolete codeGravatar Grant Likely 1-15/+0
2015-01-22of/platform: Handle of_populate drivers in notifierGravatar Pantelis Antoniou 1-0/+9
2015-01-22of/overlay: Do not generate duplicate nodesGravatar Pantelis Antoniou 1-11/+0
2015-01-21of/platform: teardown DMA mappings on device destructionGravatar Will Deacon 1-0/+1
2015-01-13Removes OF_UNITTEST dependency on OF_DYNAMIC config symbolGravatar Gaurav Minocha 2-59/+12
2015-01-13drivers: of: Export of_reserved_mem_device_{init,release}Gravatar George G. Davis 1-0/+2
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetGravatar Murali Karicheri 1-1/+1
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-24/+26
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 19-307/+1903
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+33
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+4
2014-12-08Merge branch 'device-properties'Gravatar Rafael J. Wysocki 1-0/+33
2014-12-03of: Delete unnecessary check before calling "of_node_put()"Gravatar Markus Elfring 1-2/+1
2014-12-03of: Drop ->next pointer from struct device_nodeGravatar Grant Likely 1-6/+18
2014-12-03of: support passing console options with stdout-pathGravatar Leif Lindholm 1-2/+4
2014-12-03of: add optional options parameter to of_find_node_by_path()Gravatar Leif Lindholm 2-4/+46
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureGravatar Will Deacon 1-7/+14
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsGravatar Will Deacon 1-18/+13
2014-11-27of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGravatar Grant Likely 1-1/+0
2014-11-27of: base, fix of_property_read_string_helper kernel-docGravatar Jiri Slaby 1-1/+1
2014-11-26of: remove select of non-existant OF_DEVICE config symbolGravatar Grant Likely 1-1/+0
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapGravatar Ian Campbell 1-2/+0
2014-11-24of/overlay: Add overlay unittestsGravatar Pantelis Antoniou 3-0/+677
2014-11-24of/overlay: Introduce DT overlay supportGravatar Pantelis Antoniou 3-0/+570
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typeGravatar Pantelis Antoniou 1-0/+55
2014-11-24of/reconfig: Always use the same structure for notifiersGravatar Grant Likely 1-20/+21
2014-11-24of/reconfig: Add debug output for OF_RECONFIG notifiersGravatar Grant Likely 1-16/+32
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Gravatar Pantelis Antoniou 1-0/+96
2014-11-24of/resolver: Switch to new local fixups format.Gravatar Pantelis Antoniou 2-50/+139
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Gravatar Grant Likely 3-16/+40
2014-11-24of: Use vargs in __of_node_allocGravatar Grant Likely 3-12/+12
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGravatar Grant Likely 4-8/+26
2014-11-20of/selftest: Fix testing when /aliases is missingGravatar Grant Likely 1-1/+7
2014-11-20of: Properly set the OF_POPULATED_BUS flag on root nodeGravatar Grant Likely 1-1/+5
2014-11-19of/selftest: Fix off-by-one error in removal pathGravatar Grant Likely 1-2/+1