summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
|\ \
| * | of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia2014-03-101-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-022-25/+24
|\ \ \ | |_|/ |/| |
| * | 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-056-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-121-24/+2
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-0210-87/+655
|\ \ \ \
| * | | | of: Add support for ePAPR "stdout-path" propertyGrant Likely2014-03-281-3/+3
| * | | | Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely2014-03-194-0/+367
| |\ \ \ \
| | * | | | of: only scan for reserved mem when fdt presentJosh Cartwright2014-03-151-0/+3
| | * | | | drivers: of: add support for custom reserved memory driversMarek Szyprowski2014-03-111-0/+29
| | * | | | drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski2014-03-114-2/+206
| | * | | | drivers: of: add initialization code for static reserved memoryMarek Szyprowski2014-03-111-0/+131
| * | | | | of: device_node kobject lifecycle fixesPantelis Antoniou2014-03-193-13/+28
| * | | | | of: remove /proc/device-treeGrant Likely2014-03-112-59/+1
| * | | | | of/selftest: Add self tests for manipulation of propertiesGrant Likely2014-03-111-0/+62
| * | | | | of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-114-11/+173
| |/ / / /
| * | | | Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-048-65/+276
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Revert "of: fix of_update_property()"Grant Likely2014-03-041-13/+21
| * | | | of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2014-02-202-3/+9
| * | | | of: fix of_update_property()Xiubo Li2014-02-041-22/+14
| * | | | of: add __of_add_property() without lock operationsXiubo Li2014-02-041-14/+24
| * | | | of: Clear detach flag on attachPantelis Antoniou2014-02-031-0/+1
| * | | | of: make of_get_phy_mode parse 'phy-connection-type'Florian Fainelli2014-02-031-4/+7
| | |/ / | |/| |
* | | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-0/+151
|\ \ \ \
OpenPOWER on IntegriCloud