aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds5-7/+71
2012-10-01dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla1-0/+23
2012-09-07of: i2c: add support for wakeup-source propertyOlof Johansson1-0/+3
2012-09-07of/address: Handle #address-cells > 2 speciallyThierry Reding1-0/+8
2012-09-06DT: export of_irq_to_resource_table()John Crispin1-0/+1
2012-08-20dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi1-0/+27
2012-08-03of: Allow busses with #size-cells=0Stephen Warren2-7/+36
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds3-7/+7
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+12
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+11
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+3
2012-07-11of: Improve prom_update_property() functionDong Aisheng1-4/+11
2012-07-10Revert "of: match by compatible property first"Linus Torvalds1-26/+4
2012-07-10of: mtd: nuke useless const qualifierArtem Bityutskiy1-1/+1
2012-07-06of: address: Don't fail a lookup just because a node has no reg propertyLee Jones1-4/+3
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely2-2/+2
2012-07-06of: return -ENOENT when no propertyAlexandre Courbot1-1/+1
2012-07-06of: Fix null pointer related warnings in base.c fileSachin Kamat1-3/+3
2012-06-27netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney1-4/+12
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney1-1/+1
2012-06-14of: match by compatible property firstThierry Reding1-4/+26
2012-06-13of: export of_platform_populate()Stephen Warren1-0/+1
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-1/+15
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-247/+0
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-106/+0
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-05-21Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+41
2012-05-21OF: PCI: const usage needed by MIPSJohn Crispin1-1/+1
2012-05-12of/i2c: implement of_find_i2c_adapter_by_nodeStephen Warren1-0/+14
2012-05-12of/i2c: call i2c_verify_client from of_find_i2c_device_by_nodeStephen Warren1-1/+1
2012-05-09Merge tag 'v3.4-rc6' into spi/nextGrant Likely1-1/+1
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney1-0/+2
2012-04-22ARM: spear: remove most mach/*.h header contentsArnd Bergmann1-0/+1
2012-04-18dt: add property iteration helpersStephen Warren1-0/+41
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely3-106/+0
2012-04-10gpio: Fix range check in of_gpio_simple_xlate()Roland Stigge1-1/+1
2012-04-07gpio: Move DT support code into drivers/gpioGrant Likely3-247/+0
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+6
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+90
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+3
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-18/+86
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-03-16Merge branch 'spear/dt' into next/dt2Arnd Bergmann2-2/+1
2012-03-15of/mtd/nand: add generic bindings and helpersJean-Christophe PLAGNIOL-VILLARD3-0/+90
2012-03-12Merge tag 'v3.3-rc7' into gpio/nextGrant Likely2-2/+1
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely1-1/+1
2012-03-01Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre1-2/+2
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely1-2/+2