aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-16of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli1-8/+9
2014-08-16Enabling OF selftest to run without machine's devicetreeGaurav Minocha1-9/+31
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds12-371/+1188
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely8-343/+925
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely1-11/+17
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+36
2014-08-03of: Fixing OF Selftest build errorGaurav Minocha1-1/+1
2014-08-01drivers: of: add automated assignment of reserved regions to client devicesMarek Szyprowski1-0/+70
2014-08-01of: Use proper types for checking memory overflowLaura Abbott1-11/+11
2014-07-30of: typo fix in __of_prop_dup()Grant Likely1-1/+1
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+48
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott1-1/+17
2014-07-25Adding selftest testdata dynamically into live treeGaurav Minocha4-1/+160
2014-07-23of: Transactional DT support.Pantelis Antoniou4-0/+414
2014-07-23of: Reorder device tree changes and notifiersGrant Likely3-24/+19
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGrant Likely3-2/+17
2014-07-23of: Make sure attached nodes don't carry along extra childrenGrant Likely1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely3-49/+69
2014-07-23of: Provide a function to request and map memoryMatthias Brugger1-0/+36
2014-07-16of: Create unlocked versions of node and property add/remove functionsPantelis Antoniou3-66/+96
2014-07-16OF: Utility helper functions for dynamic nodesPantelis Antoniou3-0/+115
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-34/+0
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGrant Likely4-229/+236
2014-07-07of: rename of_aliases_mutex to just of_mutexPantelis Antoniou3-13/+12
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely1-23/+9
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+15
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-34/+0
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott1-0/+15
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely1-1/+4
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGrant Likely1-10/+13
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+5
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun1-3/+5
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand1-2/+2
2014-06-16of: avoid format string parsing in kobject namesKees Cook1-1/+2
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck1-4/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-80/+126
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into nextLinus Torvalds1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-6/+169
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds14-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-2/+2
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli1-0/+6
2014-06-04microblaze: Use generic device.hMichal Simek1-3/+0
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-5/+69
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack1-0/+1
2014-06-02net: of_mdio: use int type for address variableDaniel Mack1-2/+1
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack1-2/+2
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+33
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack1-12/+23
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring4-1/+300