summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2018-11-101-1/+0
* of: fix of_device_get_modalias returned length when truncating buffersRob Herring2018-03-221-1/+1
* of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd2017-07-271-0/+2
* of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-06-291-3/+6
* of: fdt: add missing allocation-failure checkJohan Hovold2017-05-251-0/+3
* of: fix sparse warning in of_pci_range_parser_oneRob Herring2017-05-251-1/+1
* of: fix memory leak related to safe_name()Frank Rowand2016-08-223-10/+25
* of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov2016-06-191-9/+10
* of: alloc anywhere from memblock if range not specifiedVinayak Menon2016-04-181-1/+3
* of/address: Don't loop forever in of_find_matching_node_by_address().David Daney2015-10-271-3/+3
* of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2015-10-271-2/+17
* of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov2015-08-041-1/+1
* of/address: use atomic allocation in pci_register_io_range()Jingoo Han2015-07-051-1/+1
* of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan2015-07-031-1/+1
* Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2015-06-281-0/+33
* drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt2015-04-241-3/+8
* of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart2015-04-161-3/+7
* of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2015-03-231-0/+4
* of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell2014-11-261-2/+0
* 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: 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
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-023-7/+26
| |\ \ \ | | | |/ | | |/|
| * | | of: mdio: honor flags passed to of_phy_connectFlorian Fainelli2014-09-191-0/+2
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-081-4/+3
|\ \ \ | |_|/ |/| |
| * | of: amba: use of_dma_configure for AMBA devicesRobin Murphy2014-09-221-4/+3
| |/
* | of/fdt: fix memory range checkSrinivas Kandagatla2014-09-251-4/+4
* | of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven2014-09-081-1/+5
* | of: make sure of_alias is initialized before accessing itLaurentiu Tudor2014-09-081-1/+1
* | of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabledGaurav Minocha2014-09-082-0/+15