summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell-2/+0
2014-11-24of/overlay: Add overlay unittestsPantelis Antoniou-0/+677
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou-0/+570
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou-0/+55
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely-20/+21
2014-11-24of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely-16/+32
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou-0/+96
2014-11-24of/resolver: Switch to new local fixups format.Pantelis Antoniou-50/+139
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely-16/+40
2014-11-24of: Use vargs in __of_node_allocGrant Likely-12/+12
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely-8/+26
2014-11-20of/selftest: Fix testing when /aliases is missingGrant Likely-1/+7
2014-11-20of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely-1/+5
2014-11-19of/selftest: Fix off-by-one error in removal pathGrant Likely-2/+1
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel-16/+28
2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt-3/+16
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee-1/+1
2014-11-18of: Spelling s/stucture/structure/Geert Uytterhoeven-1/+1
2014-11-18of: Change of_device_is_available() to return boolKevin Cernekee-11/+11
2014-11-18of: Fix of_device_is_compatible() commentKevin Cernekee-1/+1
2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt-1/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang-4/+4
2014-11-10of/irq: Export of_irq_get()Laurent Pinchart-0/+1
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki-0/+33
2014-11-04of/platform: Move platform devices under /sys/devices/platformGrant Likely-2/+2
2014-11-04of: Remove spaces before tabsGeert Uytterhoeven-7/+7
2014-11-04of: Grammar s/an/a/Geert Uytterhoeven-1/+1
2014-11-04of: Improve grammar for of_alias_scan() documentationGeert Uytterhoeven-5/+5
2014-11-04of: Correct of_phandle_args node reference in commentsGeert Uytterhoeven-2/+2
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel-0/+5
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas-6/+3
2014-11-04of: Request and map make argument name constantMatthias Brugger-1/+1
2014-11-04of/unittest: Rename selftest.c to unittest.cGrant Likely-4/+4
2014-11-04of/unittest: Remove test devices after adding themGrant Likely-11/+28
2014-11-04of: Eliminate of_allnodes listGrant Likely-107/+87
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely-72/+84
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski-5/+9
2014-10-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+490
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+296
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+7
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+3
2014-10-07net: phy: adjust fixed_phy_register() return valuePetri Gynther-2/+5
2014-10-07of/selftest: Move hash table off stack to fix large frame sizeGrant Likely-5/+4
2014-10-04of/selftest: Use the resolver to fixup phandlesGrant Likely-1/+44
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou-0/+340
2014-10-04of/selftest: Add a test for duplicate phandlesGrant Likely-0/+47
2014-10-04of: Don't try to search when phandle == 0Grant Likely-0/+3
2014-10-04of/selftest: Test structure of device treeGrant Likely-2/+54
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+26
2014-10-01of: Fix NULL dereference in selftest removal codeGrant Likely-6/+3