aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-07-11of: Improve prom_update_property() functionDong Aisheng
2012-07-10Revert "of: match by compatible property first"Linus Torvalds
2012-07-10of: mtd: nuke useless const qualifierArtem Bityutskiy
2012-07-06of: address: Don't fail a lookup just because a node has no reg propertyLee Jones
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely
2012-07-06of: return -ENOENT when no propertyAlexandre Courbot
2012-07-06of: Fix null pointer related warnings in base.c fileSachin Kamat
2012-06-27netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-06-14of: match by compatible property firstThierry Reding
2012-06-13of: export of_platform_populate()Stephen Warren
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-21Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-21OF: PCI: const usage needed by MIPSJohn Crispin
2012-05-12of/i2c: implement of_find_i2c_adapter_by_nodeStephen Warren
2012-05-12of/i2c: call i2c_verify_client from of_find_i2c_device_by_nodeStephen Warren
2012-05-09Merge tag 'v3.4-rc6' into spi/nextGrant Likely
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney
2012-04-22ARM: spear: remove most mach/*.h header contentsArnd Bergmann
2012-04-18dt: add property iteration helpersStephen Warren
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely
2012-04-10gpio: Fix range check in of_gpio_simple_xlate()Roland Stigge
2012-04-07gpio: Move DT support code into drivers/gpioGrant Likely
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-16Merge branch 'spear/dt' into next/dt2Arnd Bergmann
2012-03-15of/mtd/nand: add generic bindings and helpersJean-Christophe PLAGNIOL-VILLARD
2012-03-12Merge tag 'v3.3-rc7' into gpio/nextGrant Likely
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely
2012-03-01Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely
2012-02-27of/mdio: fix fixed link bus nameBaruch Siach
2012-02-27of/fdt.c: asm/setup.h included twiceDanny Kukawka
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely
2012-02-21of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely
2012-02-05of_gpio: add support of of_gpio_named_count to be able to count named gpioJean-Christophe PLAGNIOL-VILLARD
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely
2012-01-28of: Add of_property_match_string() to find index into a string listGrant Likely