aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAge
* of: Add helper for getting the maximum alias index for a stemSascha Hauer2014-06-24
* of: set dma_mask to point to coherent_dma_maskRob Herring2014-06-13
* ENGR00313685-11 of/irq: Fix potential buffer overflowGrant Likely2014-05-16
* ENGR00313685-10 of/irq: Fix bug in interrupt parsing refactor.Grant Likely2014-05-16
* ENGR00313685-9 of/irq: create interrupts-extended propertyGrant Likely2014-05-16
* ENGR00313685-7 of/irq: Create of_irq_parse_and_map_pci() to consolidate arch ...Grant Likely2014-05-16
* ENGR00313685-6 of: Add testcases for interrupt parsingGrant Likely2014-05-16
* ENGR00313685-5 of: Add helper for printing an of_phandle_args structureGrant Likely2014-05-16
* ENGR00313685-4 of/irq: Refactor interrupt-map parsingGrant Likely2014-05-16
* ENGR00313685-3 of/irq: simplify args to irq_create_of_mappingGrant Likely2014-05-16
* ENGR00313685-2 of/irq: Replace of_irq with of_phandle_argsGrant Likely2014-05-16
* ENGR00313685-1 of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2014-05-16
* of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia2014-04-16
* of: pci: add registry of MSI chipsThomas Petazzoni2014-04-16
* of/pci: Add of_pci_parse_bus_range() functionThierry Reding2014-04-16
* of/pci: Add of_pci_get_devfn() functionThierry Reding2014-04-16
* OF: Add helper for matching against linux,stdout-pathSascha Hauer2014-04-16
* of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray2014-04-16
* Revert "of/address: Handle #address-cells > 2 specially"Rob Herring2014-01-09
* of: Fix missing memory initialization on FDT unflatteningGrant Likely2013-09-26
* of: fdt: fix memory initialization for expanded DTWladislav Wiebe2013-08-29
* of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt2013-07-25
* of: Fix locking vs. interruptsBenjamin Herrenschmidt2013-06-13
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-18
|\
| * of/base: release the node correctly in of_parse_phandle_with_args()Tang Yuantian2013-04-17
* | net: of_mdio: fix behavior on missing phy deviceSebastian Hesselbarth2013-05-08
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-04
|\ \
| * | of: Remove duplicated code for validating property and valueTony Prisk2013-04-04
| * | of: Add support for reading a u32 from a multi-value property.Tony Prisk2013-04-04
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \
| * | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-01
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-01
|\ \
| * | net: of_mdio: scan mdiobus for PHYs without reg propertySebastian Hesselbarth2013-04-08
| |/
* / [media] DT: export of_get_next_parent() for use by modules: fix modular V4L2Guennadi Liakhovetski2013-04-17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-21
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-29
| |\
| * | of: add missing documentation for of_platform_populate()Javi Merino2013-01-09
| * | of: fix spelling mistake in commentAndrew Murray2013-01-09
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-20
|\ \ \
| * | | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-14
| | |/ | |/|
* | | Revert "of: use platform_device_add"Grant Likely2013-02-17
* | | of: Create function for counting number of phandles in a propertyGrant Likely2013-02-13
* | | of/base: Clean up exit paths for of_parse_phandle_with_args()Grant Likely2013-02-13
* | | of/selftest: Use selftest() macro throughoutGrant Likely2013-02-13
* | | of/selftest: Fix GPIOs selftest to cover the 7th caseGrant Likely2013-02-13
* | | of: fix recursive locking in of_get_next_available_child()Stephen Warren2013-02-13
* | | Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely2013-02-13
|\ \ \
| * | | OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner2013-02-08
* | | | Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linu...Grant Likely2013-02-08
|\| | |
| * | | OF: Fixup resursive locking code pathsThomas Gleixner2013-01-27