aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli
2014-08-16of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli
2014-08-16Enabling OF selftest to run without machine's devicetreeGaurav Minocha
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-03of: Fixing OF Selftest build errorGaurav Minocha
2014-08-01drivers: of: add automated assignment of reserved regions to client devicesMarek Szyprowski
2014-08-01of: Use proper types for checking memory overflowLaura Abbott
2014-07-30of: typo fix in __of_prop_dup()Grant Likely
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott
2014-07-25Adding selftest testdata dynamically into live treeGaurav Minocha
2014-07-23of: Transactional DT support.Pantelis Antoniou
2014-07-23of: Reorder device tree changes and notifiersGrant Likely
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGrant Likely
2014-07-23of: Make sure attached nodes don't carry along extra childrenGrant Likely
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely
2014-07-23of: Provide a function to request and map memoryMatthias Brugger
2014-07-16of: Create unlocked versions of node and property add/remove functionsPantelis Antoniou
2014-07-16OF: Utility helper functions for dynamic nodesPantelis Antoniou
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGrant Likely
2014-07-07of: rename of_aliases_mutex to just of_mutexPantelis Antoniou
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGrant Likely
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand
2014-06-16of: avoid format string parsing in kobject namesKees Cook
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli
2014-06-04microblaze: Use generic device.hMichal Simek
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack
2014-06-02net: of_mdio: use int type for address variableDaniel Mack
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack