summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* 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/selftest: Fix testing when /aliases is missingGrant Likely2014-11-201-1/+7
| * of/selftest: Fix off-by-one error in removal pathGrant Likely2014-11-191-2/+1
| * of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt2014-11-181-3/+16
| * of: Fix crash if an earlycon driver is not foundKevin Cernekee2014-11-181-1/+1
| * of: Spelling s/stucture/structure/Geert Uytterhoeven2014-11-181-1/+1
* | 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
* | of: Remove spaces before tabsGeert Uytterhoeven2014-11-041-7/+7
* | of: Grammar s/an/a/Geert Uytterhoeven2014-11-041-1/+1
* | of: Improve grammar for of_alias_scan() documentationGeert Uytterhoeven2014-11-041-5/+5
* | of: Correct of_phandle_args node reference in commentsGeert Uytterhoeven2014-11-041-2/+2
* | of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel2014-11-041-0/+5
* | of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas2014-11-041-6/+3
* | of: Request and map make argument name constantMatthias Brugger2014-11-041-1/+1
* | of/unittest: Rename selftest.c to unittest.cGrant Likely2014-11-048-4/+4
* | of/unittest: Remove test devices after adding themGrant Likely2014-11-041-11/+28
* | of: Eliminate of_allnodes listGrant Likely2014-11-045-107/+87
|/
* of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-043-72/+84
* drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski2014-10-291-5/+9
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-116-9/+490
|\
| * of/selftest: Move hash table off stack to fix large frame sizeGrant Likely2014-10-071-5/+4
| * of/selftest: Use the resolver to fixup phandlesGrant Likely2014-10-043-1/+44
| * of: Introduce Device Tree resolve support.Pantelis Antoniou2014-10-043-0/+340
| * of/selftest: Add a test for duplicate phandlesGrant Likely2014-10-041-0/+47
| * of: Don't try to search when phandle == 0Grant Likely2014-10-041-0/+3
| * of/selftest: Test structure of device treeGrant Likely2014-10-041-2/+54
| * of: Fix NULL dereference in selftest removal codeGrant Likely2014-10-011-6/+3
* | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-092-0/+296
|\ \
| * | of/pci: Add support for parsing PCI host bridge resources from DTLiviu Dudau2014-09-301-0/+117
| * | of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-09-301-0/+25
| * | of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-301-4/+40
| * | of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau2014-09-301-0/+9
| * | of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau2014-09-301-0/+109
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-2/+7
|\ \ \
| * | | net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-071-2/+5