summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds2014-06-051-3/+0
|\
| * microblaze: Use generic device.hMichal Simek2014-06-041-3/+0
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-052-6/+169
|\ \
| * \ Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2014-05-232-6/+169
| |\ \ | | |/ | |/|
| | * of: configure the platform device dma parametersSantosh Shilimkar2014-05-071-6/+59
| | * of: introduce of_dma_is_coherent() helperSantosh Shilimkar2014-05-051-0/+23
| | * of: introduce of_dma_get_range() helperGrygorii Strashko2014-05-051-0/+87
* | | 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/+2
| * | | | 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/+0
| * | | | 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/+0
| * | | | of: Ensure unique names without sacrificing determinismGrant Likely2014-05-231-21/+19
| |/ / /
| * | | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-137-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/+5
| | * | | of: kill off of_can_translate_addressRob Herring2014-05-132-24/+3
| | * | | of/platform: fix device naming for non-translatable addressesRob Herring2014-05-131-10/+1
| * | | | 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/+12
| * | | | of/fdt: Convert FDT functions to use libfdtRob Herring2014-04-303-152/+60
| * | | | 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/+0
| * | | | of/fdt: remove some unneeded includesRob Herring2014-04-301-5/+0
* | | | | 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-021-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/+3
* | | 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
|\ \
OpenPOWER on IntegriCloud