Age | Commit message (Expand) | Author |
2015-10-27 | of/address: Don't loop forever in of_find_matching_node_by_address(). | David Daney |
2015-10-27 | of_mdio: add new DT property 'managed' to specify the PHY management type | Stas Sergeev |
2015-08-04 | of: return NUMA_NO_NODE from fallback of_node_to_nid() | Konstantin Khlebnikov |
2015-07-05 | of/address: use atomic allocation in pci_register_io_range() | Jingoo Han |
2015-07-03 | of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port | Zhichang Yuan |
2015-06-28 | Driver core: Unified device properties interface for platform firmware | Rafael J. Wysocki |
2015-04-24 | drivers/of: Add empty ranges quirk for PA-Semi | Benjamin Herrenschmidt |
2015-04-16 | of/irq: Fix of_irq_parse_one() returned error codes | Laurent Pinchart |
2015-03-23 | of/pci: Free resources on failure in of_pci_get_host_bridge_resources() | Lorenzo Pieralisi |
2014-11-26 | of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlap | Ian Campbell |
2014-11-20 | of/selftest: Fix testing when /aliases is missing | Grant Likely |
2014-11-19 | of/selftest: Fix off-by-one error in removal path | Grant Likely |
2014-11-18 | of/base: Fix PowerPC address parsing hack | Benjamin Herrenschmidt |
2014-11-18 | of: Fix crash if an earlycon driver is not found | Kevin Cernekee |
2014-11-18 | of: Spelling s/stucture/structure/ | Geert Uytterhoeven |
2014-11-04 | of: Fix overflow bug in string property parsing functions | Grant Likely |
2014-10-29 | drivers: of: add return value to of_reserved_mem_device_init() | Marek Szyprowski |
2014-10-11 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-10-09 | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-10-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2014-10-07 | net: phy: adjust fixed_phy_register() return value | Petri Gynther |
2014-10-07 | of/selftest: Move hash table off stack to fix large frame size | Grant Likely |
2014-10-04 | of/selftest: Use the resolver to fixup phandles | Grant Likely |
2014-10-04 | of: Introduce Device Tree resolve support. | Pantelis Antoniou |
2014-10-04 | of/selftest: Add a test for duplicate phandles | Grant Likely |
2014-10-04 | of: Don't try to search when phandle == 0 | Grant Likely |
2014-10-04 | of/selftest: Test structure of device tree | Grant Likely |
2014-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-10-01 | of: Fix NULL dereference in selftest removal code | Grant Likely |
2014-09-30 | of/pci: Add support for parsing PCI host bridge resources from DT | Liviu Dudau |
2014-09-30 | of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr() | Liviu Dudau |
2014-09-30 | of/pci: Fix the conversion of IO ranges into IO resources | Liviu Dudau |
2014-09-30 | of/pci: Move of_pci_range_to_resource() to of/address.c | Liviu Dudau |
2014-09-30 | of/pci: Add pci_register_io_range() and pci_pio_to_address() | Liviu Dudau |
2014-09-25 | of/fdt: fix memory range check | Srinivas Kandagatla |
2014-09-22 | of: amba: use of_dma_configure for AMBA devices | Robin Murphy |
2014-09-19 | of: mdio: honor flags passed to of_phy_connect | Florian Fainelli |
2014-09-08 | of: Fix memory block alignment in early_init_dt_add_memory_arch() | Geert Uytterhoeven |
2014-09-08 | of: make sure of_alias is initialized before accessing it | Laurentiu Tudor |
2014-09-08 | of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled | Gaurav Minocha |
2014-09-08 | of: correct of_console_check()'s return value | Brian Norris |
2014-08-16 | of/irq: Fix lookup to use 'interrupts-extended' property first | Florian Fainelli |
2014-08-16 | Enabling OF selftest to run without machine's devicetree | Gaurav Minocha |
2014-08-16 | of: Allow mem_reserve of memory with a base address of zero | Al Cooper |
2014-08-14 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2014-08-11 | Merge branch 'devicetree/next-overlay' into devicetree/next | Grant Likely |
2014-08-11 | Merge branch 'devicetree/next-console' into devicetree/next | Grant Likely |
2014-08-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-08-03 | of: Fixing OF Selftest build error | Gaurav Minocha |