aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxGravatar Linus Torvalds 3-7/+7
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+12
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-4/+11
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2012-07-11of: Improve prom_update_property() functionGravatar Dong Aisheng 1-4/+11
2012-07-10Revert "of: match by compatible property first"Gravatar Linus Torvalds 1-26/+4
2012-07-10of: mtd: nuke useless const qualifierGravatar Artem Bityutskiy 1-1/+1
2012-07-06of: address: Don't fail a lookup just because a node has no reg propertyGravatar Lee Jones 1-4/+3
2012-07-06devicetree: add helper inline for retrieving a node's full nameGravatar Grant Likely 2-2/+2
2012-07-06of: return -ENOENT when no propertyGravatar Alexandre Courbot 1-1/+1
2012-07-06of: Fix null pointer related warnings in base.c fileGravatar Sachin Kamat 1-3/+3
2012-06-27netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()Gravatar David Daney 1-4/+12
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsGravatar David Daney 1-1/+1
2012-06-14of: match by compatible property firstGravatar Thierry Reding 1-4/+26
2012-06-13of: export of_platform_populate()Gravatar Stephen Warren 1-0/+1
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxGravatar Linus Torvalds 1-1/+15
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-247/+0
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-106/+0
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+1
2012-05-21Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+41
2012-05-21OF: PCI: const usage needed by MIPSGravatar John Crispin 1-1/+1
2012-05-12of/i2c: implement of_find_i2c_adapter_by_nodeGravatar Stephen Warren 1-0/+14
2012-05-12of/i2c: call i2c_verify_client from of_find_i2c_device_by_nodeGravatar Stephen Warren 1-1/+1
2012-05-09Merge tag 'v3.4-rc6' into spi/nextGravatar Grant Likely 1-1/+1
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().Gravatar David Daney 1-0/+2
2012-04-22ARM: spear: remove most mach/*.h header contentsGravatar Arnd Bergmann 1-0/+1
2012-04-18dt: add property iteration helpersGravatar Stephen Warren 1-0/+41
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGravatar Grant Likely 3-106/+0
2012-04-10gpio: Fix range check in of_gpio_simple_xlate()Gravatar Roland Stigge 1-1/+1
2012-04-07gpio: Move DT support code into drivers/gpioGravatar Grant Likely 3-247/+0
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-5/+6
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+90
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-3/+3
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-18/+86
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2012-03-16Merge branch 'spear/dt' into next/dt2Gravatar Arnd Bergmann 2-2/+1
2012-03-15of/mtd/nand: add generic bindings and helpersGravatar Jean-Christophe PLAGNIOL-VILLARD 3-0/+90
2012-03-12Merge tag 'v3.3-rc7' into gpio/nextGravatar Grant Likely 2-2/+1
2012-03-02gpio: constify the data parameter to gpiochip_find()Gravatar Grant Likely 1-1/+1
2012-03-01Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Nicolas Ferre 1-2/+2
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGravatar Grant Likely 1-2/+2
2012-02-27of/mdio: fix fixed link bus nameGravatar Baruch Siach 1-1/+1
2012-02-27of/fdt.c: asm/setup.h included twiceGravatar Danny Kukawka 1-1/+0
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Gravatar Grant Likely 1-2/+2
2012-02-21of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGravatar Grant Likely 2-4/+5
2012-02-05of_gpio: add support of of_gpio_named_count to be able to count named gpioGravatar Jean-Christophe PLAGNIOL-VILLARD 1-4/+5
2012-02-01drivercore: Output common devicetree information in ueventGravatar Grant Likely 1-14/+16
2012-01-28of: Add of_property_match_string() to find index into a string listGravatar Grant Likely 2-0/+65