summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-0414-381/+698
|\
| * of: handle NULL node in next_child iteratorsFlorian Fainelli2014-06-041-0/+6
| * Merge branch 'earlycon-dt' into for-nextRob Herring2014-05-284-1/+300
| |\
| | * of/fdt: add FDT serial scanning for earlyconRob Herring2014-05-201-0/+56
| | * of/fdt: add FDT address translation supportRob Herring2014-05-202-0/+243
| | * of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring2014-05-201-1/+1
| * | of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov2014-05-271-4/+2Star
| * | of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-231-0/+22
| * | of: Add a testcase for of_find_node_by_path()Grant Likely2014-05-232-1/+51
| * | of: Make of_find_node_by_path() handle /aliasesGrant Likely2014-05-231-6/+61
| * | of: Create unlocked version of for_each_child_of_node()Grant Likely2014-05-231-5/+17
| * | of: Handle memory@0 node on PPC32 onlyLeif Lindholm2014-05-231-1/+1
| * | pci/of: Remove dead codeIan Molton2014-05-231-2/+0Star
| * | of: fix race between search and remove in of_update_property()Xiubo Li2014-05-231-11/+15
| * | of: Use NULL for pointersThierry Reding2014-05-231-1/+1
| * | of: Stop naming platform_device using dcr addressGrant Likely2014-05-231-24/+0Star
| * | of: Ensure unique names without sacrificing determinismGrant Likely2014-05-231-21/+19Star
| |/
| * Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-147-36/+129
| |\
| | * of/selftest: add testcase for nodes with same name and addressRob Herring2014-05-133-1/+55
| | * of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring2014-05-131-9/+5Star
| | * of: kill off of_can_translate_addressRob Herring2014-05-132-24/+3Star
| | * of/platform: fix device naming for non-translatable addressesRob Herring2014-05-131-10/+1Star
| * | of/fdt: convert initial_boot_params to opaque pointerRob Herring2014-04-301-1/+1
| * | of/fdt: introduce of_get_flat_dt_sizeRob Herring2014-04-301-0/+8
| * | of/fdt: fix phys_addr_t related print size warningsRob Herring2014-04-301-2/+2
| * | of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-0/+16
| * | of/fdt: create common debugfsRob Herring2014-04-301-0/+24
| * | of/fdt: use libfdt accessors for header dataRob Herring2014-04-301-14/+12Star
| * | of/fdt: Convert FDT functions to use libfdtRob Herring2014-04-303-152/+60Star
| * | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-302-21/+22
| * | of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring2014-04-301-67/+0Star
| * | of/fdt: remove some unneeded includesRob Herring2014-04-301-5/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-2/+2
|\ \ \
| * | | of: Improve grammar for of_alias_get_id() documentationGeert Uytterhoeven2014-05-051-2/+2
* | | | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-031-5/+69
|\ \ \ \
| * | | | of: Keep track of populated platform devicesPawel Moll2014-05-151-5/+69
| | |_|/ | |/| |
* / | | of: make of_update_property() usable earlier in the boot processThomas Petazzoni2014-05-141-0/+4
|/ / /
* | | of/irq: do irq resolution in platform_get_irqRob Herring2014-04-242-1/+29
* | | of: selftest: add deferred probe interrupt testRob Herring2014-04-242-0/+45
* | | dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven2014-04-231-1/+1
| |/ |/|
* | of: Clean up of_update_propertyGuenter Roeck2014-04-151-7/+3Star
* | of: Fix the section mismatch warnings.Xiubo Li2014-04-141-1/+1
* | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-071-0/+34
|\ \
| * | of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia2014-03-111-0/+34
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-40/+41
|\| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-032-25/+24Star
|\ \ \ | |_|/ |/| |
| * | of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe2014-03-201-1/+22
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-066-76/+260
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-193-44/+71
| |\ \
| * | | net: phy: re-design phy_modes to be self-containedFlorian Fainelli2014-02-131-24/+2Star