summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of/platform: sparse fixKim Phillips2012-10-171-1/+1
* of/irq: sparse fixesKim Phillips2012-10-171-3/+5
* of/address: sparse fixesKim Phillips2012-10-171-12/+12
* Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-035-7/+71
|\
| * dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla2012-10-011-0/+23
| * of: i2c: add support for wakeup-source propertyOlof Johansson2012-09-071-0/+3
| * of/address: Handle #address-cells > 2 speciallyThierry Reding2012-09-071-0/+8
| * DT: export of_irq_to_resource_table()John Crispin2012-09-061-0/+1
| * of: Allow busses with #size-cells=0Stephen Warren2012-08-032-7/+36
* | dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi2012-08-201-0/+27
|/
* Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-243-7/+7
|\
| * of: mtd: nuke useless const qualifierArtem Bityutskiy2012-07-101-1/+1
| * devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-062-2/+2
| * of: return -ENOENT when no propertyAlexandre Courbot2012-07-061-1/+1
| * of: Fix null pointer related warnings in base.c fileSachin Kamat2012-07-061-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-4/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-4/+4
| |\ \
| * | | netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney2012-06-271-4/+12
| * | | netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-271-1/+1
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-231-4/+11
|\ \ \ | |_|/ |/| |
| * | of: Improve prom_update_property() functionDong Aisheng2012-07-111-4/+11
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-111-4/+3
|\ \ \
| * | | of: address: Don't fail a lookup just because a node has no reg propertyLee Jones2012-07-061-4/+3
| | |/ | |/|
* | | Revert "of: match by compatible property first"Linus Torvalds2012-07-101-26/+4
| |/ |/|
* | of: match by compatible property firstThierry Reding2012-06-141-4/+26
* | of: export of_platform_populate()Stephen Warren2012-06-131-0/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-291-1/+1
|\
| * OF: PCI: const usage needed by MIPSJohn Crispin2012-05-211-1/+1
* | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-05-261-1/+15
|\ \
| * | of/i2c: implement of_find_i2c_adapter_by_nodeStephen Warren2012-05-121-0/+14
| * | of/i2c: call i2c_verify_client from of_find_i2c_device_by_nodeStephen Warren2012-05-121-1/+1
| |/
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-243-247/+0
|\ \
| * | gpio: Move DT support code into drivers/gpioGrant Likely2012-04-073-247/+0
* | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-243-106/+0
|\ \ \
| * \ \ Merge tag 'v3.4-rc6' into spi/nextGrant Likely2012-05-091-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | spi/devicetree: Move devicetree support code into spi directoryGrant Likely2012-04-133-106/+0
| | |/ | |/|
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+1
|\ \ \
| * | | ARM: spear: remove most mach/*.h header contentsArnd Bergmann2012-04-221-0/+1
| | |/ | |/|
* | | Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-211-0/+41
|\ \ \
| * | | dt: add property iteration helpersStephen Warren2012-04-181-0/+41
| |/ /
* / / netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-071-0/+2
|/ /
* / gpio: Fix range check in of_gpio_simple_xlate()Roland Stigge2012-04-101-1/+1
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-281-5/+6
|\
| * Merge tag 'v3.3-rc7' into gpio/nextGrant Likely2012-03-122-2/+1
| |\
| * | gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-1/+1
| * | Merge branch 'irqdomain/next' into gpio/nextGrant Likely2012-02-281-2/+2
| |\ \
| * | | of_gpio: add support of of_gpio_named_count to be able to count named gpioJean-Christophe PLAGNIOL-VILLARD2012-02-051-4/+5
* | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-283-0/+90
|\ \ \ \
| * \ \ \ Merge branch 'spear/dt' into next/dt2Arnd Bergmann2012-03-162-2/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | of/mtd/nand: add generic bindings and helpersJean-Christophe PLAGNIOL-VILLARD2012-03-153-0/+90