aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGravatar Grant Likely 4-229/+236
2014-07-07of: rename of_aliases_mutex to just of_mutexGravatar Pantelis Antoniou 3-13/+12
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGravatar Grant Likely 1-23/+9
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-0/+15
2014-07-02net: fix circular dependency in of_mdio codeGravatar Daniel Mack 1-34/+0
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archGravatar Laura Abbott 1-0/+15
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Gravatar Grant Likely 1-1/+4
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGravatar Grant Likely 1-10/+13
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+5
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsGravatar Richard Retanubun 1-3/+5
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootGravatar Frank Rowand 1-2/+2
2014-06-16of: avoid format string parsing in kobject namesGravatar Kees Cook 1-1/+2
2014-06-16of/platform: Fix microblaze build failureGravatar Guenter Roeck 1-4/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-80/+126
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Gravatar Linus Torvalds 1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextGravatar Linus Torvalds 2-6/+169
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2014-06-04of: handle NULL node in next_child iteratorsGravatar Florian Fainelli 1-0/+6
2014-06-04microblaze: Use generic device.hGravatar Michal Simek 1-3/+0
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+69
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevGravatar Daniel Mack 1-0/+1
2014-06-02net: of_mdio: use int type for address variableGravatar Daniel Mack 1-2/+1
2014-05-29net: of_mdio: don't store the length of a property if we don't need toGravatar Daniel Mack 1-2/+2
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Gravatar Daniel Mack 1-0/+33
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyGravatar Daniel Mack 1-12/+23
2014-05-28Merge branch 'earlycon-dt' into for-nextGravatar Rob Herring 4-1/+300