aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2014-11-04of: Fix overflow bug in string property parsing functionsGravatar Grant Likely 3-72/+84
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Gravatar Marek Szyprowski 1-5/+9
2014-10-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-9/+490
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+296
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+7
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+3
2014-10-07net: phy: adjust fixed_phy_register() return valueGravatar Petri Gynther 1-2/+5
2014-10-07of/selftest: Move hash table off stack to fix large frame sizeGravatar Grant Likely 1-5/+4
2014-10-04of/selftest: Use the resolver to fixup phandlesGravatar Grant Likely 3-1/+44
2014-10-04of: Introduce Device Tree resolve support.Gravatar Pantelis Antoniou 3-0/+340
2014-10-04of/selftest: Add a test for duplicate phandlesGravatar Grant Likely 1-0/+47
2014-10-04of: Don't try to search when phandle == 0Gravatar Grant Likely 1-0/+3
2014-10-04of/selftest: Test structure of device treeGravatar Grant Likely 1-2/+54
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-7/+26
2014-10-01of: Fix NULL dereference in selftest removal codeGravatar Grant Likely 1-6/+3
2014-09-30of/pci: Add support for parsing PCI host bridge resources from DTGravatar Liviu Dudau 1-0/+117
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Gravatar Liviu Dudau 1-0/+25
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesGravatar Liviu Dudau 1-4/+40
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cGravatar Liviu Dudau 1-0/+9
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Gravatar Liviu Dudau 1-0/+109
2014-09-25of/fdt: fix memory range checkGravatar Srinivas Kandagatla 1-4/+4
2014-09-22of: amba: use of_dma_configure for AMBA devicesGravatar Robin Murphy 1-4/+3
2014-09-19of: mdio: honor flags passed to of_phy_connectGravatar Florian Fainelli 1-0/+2
2014-09-08of: Fix memory block alignment in early_init_dt_add_memory_arch()Gravatar Geert Uytterhoeven 1-1/+5
2014-09-08of: make sure of_alias is initialized before accessing itGravatar Laurentiu Tudor 1-1/+1
2014-09-08of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabledGravatar Gaurav Minocha 2-0/+15
2014-09-08of: correct of_console_check()'s return valueGravatar Brian Norris 1-1/+1
2014-08-16of/irq: Fix lookup to use 'interrupts-extended' property firstGravatar Florian Fainelli 1-8/+9
2014-08-16Enabling OF selftest to run without machine's devicetreeGravatar Gaurav Minocha 1-9/+31
2014-08-16of: Allow mem_reserve of memory with a base address of zeroGravatar Al Cooper 1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 12-371/+1188
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGravatar Grant Likely 8-343/+925
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGravatar Grant Likely 1-11/+17
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+36
2014-08-03of: Fixing OF Selftest build errorGravatar Gaurav Minocha 1-1/+1
2014-08-01drivers: of: add automated assignment of reserved regions to client devicesGravatar Marek Szyprowski 1-0/+70
2014-08-01of: Use proper types for checking memory overflowGravatar Laura Abbott 1-11/+11
2014-07-30of: typo fix in __of_prop_dup()Gravatar Grant Likely 1-1/+1
2014-07-29of: Add memory limiting function for flattened devicetreesGravatar Laura Abbott 1-0/+48
2014-07-29of: Split early_init_dt_scan into two partsGravatar Laura Abbott 1-1/+17
2014-07-25Adding selftest testdata dynamically into live treeGravatar Gaurav Minocha 4-1/+160
2014-07-23of: Transactional DT support.Gravatar Pantelis Antoniou 4-0/+414
2014-07-23of: Reorder device tree changes and notifiersGravatar Grant Likely 3-24/+19
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGravatar Grant Likely 3-2/+17
2014-07-23of: Make sure attached nodes don't carry along extra childrenGravatar Grant Likely 1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Gravatar Grant Likely 3-49/+69
2014-07-23of: Provide a function to request and map memoryGravatar Matthias Brugger 1-0/+36
2014-07-16of: Create unlocked versions of node and property add/remove functionsGravatar Pantelis Antoniou 3-66/+96
2014-07-16OF: Utility helper functions for dynamic nodesGravatar Pantelis Antoniou 3-0/+115
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-34/+0