summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-181-1/+0
|\
| * of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2015-02-111-1/+0
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-171-0/+1
|\ \
| * | of/platform: teardown DMA mappings on device destructionWill Deacon2015-01-211-0/+1
* | | Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-126-125/+572
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2015-02-111-15/+0
| |\ \
| | * | of/unittest: Remove obsolete codeGrant Likely2015-01-221-15/+0
| * | | of/fdt: fix sparse warningLad, Prabhakar2015-02-041-1/+1
| * | | of: unitest: Add I2C overlay unit tests.Pantelis Antoniou2015-02-042-50/+556
| * | | Merge tag 'v3.19-rc6' into HEADRob Herring2015-02-044-11/+103
| |\ \ \
| * | | | of: EXPORT_SYMBOL_GPL of_property_read_u64_arraySakari Ailus2015-02-031-0/+1
| | |/ / | |/| |
| * | | Removes OF_UNITTEST dependency on OF_DYNAMIC config symbolGaurav Minocha2015-01-132-59/+12
| * | | drivers: of: Export of_reserved_mem_device_{init,release}George G. Davis2015-01-131-0/+2
* | | | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-2/+2
|\ \ \ \
| * | | | Merge branch 'pci/host-generic' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2015-02-091-0/+3
| | |/ / | |/| |
* | | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2015-01-281-0/+4
| | |/ | |/|
* | | of/unittest: Overlays with sub-devices testsPantelis Antoniou2015-01-232-0/+94
* | | of/platform: Handle of_populate drivers in notifierPantelis Antoniou2015-01-221-0/+9
* | | of/overlay: Do not generate duplicate nodesPantelis Antoniou2015-01-221-11/+0
| |/ |/|
* | dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri2015-01-131-1/+1
|/
* Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-24/+26
|\
| * dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-011-7/+14
| * dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-011-18/+13
* | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-141-0/+1
|\ \
| * | of/irq: Export of_irq_get()Laurent Pinchart2014-11-101-0/+1
* | | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1119-307/+1903
|\ \ \
| * | | of: Delete unnecessary check before calling "of_node_put()"Markus Elfring2014-12-031-2/+1
| * | | of: Drop ->next pointer from struct device_nodeGrant Likely2014-12-031-6/+18
| * | | of: support passing console options with stdout-pathLeif Lindholm2014-12-031-2/+4
| * | | of: add optional options parameter to of_find_node_by_path()Leif Lindholm2014-12-032-4/+46
| * | | of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGrant Likely2014-11-271-1/+0
| * | | of: base, fix of_property_read_string_helper kernel-docJiri Slaby2014-11-271-1/+1
| * | | of: remove select of non-existant OF_DEVICE config symbolGrant Likely2014-11-261-1/+0
| * | | of/overlay: Add overlay unittestsPantelis Antoniou2014-11-243-0/+677
| * | | of/overlay: Introduce DT overlay supportPantelis Antoniou2014-11-243-0/+570
| * | | of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou2014-11-241-0/+55
| * | | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-20/+21
| * | | of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely2014-11-241-16/+32
| * | | of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou2014-11-241-0/+96
| * | | of/resolver: Switch to new local fixups format.Pantelis Antoniou2014-11-242-50/+139
| * | | of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely2014-11-243-16/+40
| * | | of: Use vargs in __of_node_allocGrant Likely2014-11-243-12/+12
| * | | Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-244-8/+26
| |\ \ \ | | | |/ | | |/|
| * | | of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely2014-11-201-1/+5
| * | | of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2014-11-192-16/+28
| * | | of: Change of_device_is_available() to return boolKevin Cernekee2014-11-181-11/+11
| * | | of: Fix of_device_is_compatible() commentKevin Cernekee2014-11-181-1/+1
| * | | of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt2014-11-181-1/+1
| * | | of/platform: Move platform devices under /sys/devices/platformGrant Likely2014-11-041-2/+2
OpenPOWER on IntegriCloud