summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-244-6/+110
|\
| * of: base: improve of_get_next_child() kernel-docBaruch Siach2015-04-171-2/+3
| * of: unittest: overlay: Keep track of created overlaysPantelis Antoniou2015-04-151-0/+62
| * of/fdt: fix allocation size for device node pathRicky Liang2015-04-151-1/+1
| * of/fdt: Add endianness helper function for early init codeKevin Cernekee2015-04-151-0/+19
| * of: Add helper function to check MMIO register endiannessKevin Cernekee2015-04-151-0/+23
| * of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli2015-04-151-2/+1Star
| * of: OF_IRQ should depend on IRQ_DOMAINGeert Uytterhoeven2015-04-151-1/+1
* | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-188-442/+505
|\ \
| * | Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-03-296-418/+453
| |\|
| | * of/unittest: replace 'selftest' with 'unittest'Wang Long2015-03-252-408/+408
| | * dt: OF_UNITTEST make dependency brokenFrank Rowand2015-03-253-2/+12
| | * Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f...Rob Herring2015-03-251-8/+33
| | |\
| | | * of: Add of_graph_get_port_by_id functionPhilipp Zabel2015-02-231-0/+32
| | | * of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel2015-02-231-8/+1Star
| * | | of/unittest: Fix of_platform_depopulate test caseGrant Likely2015-03-291-7/+9
| * | | of/unittest: early return from test skips testsFrank Rowand2015-03-291-4/+6
| * | | of/unittest: breadcrumbs to reduce pain of future maintainersFrank Rowand2015-03-291-0/+4
| * | | of/unittest: reduce checkpatch noise - line after declarationsFrank Rowand2015-03-291-0/+5
| * | | of/unittest: typo in error stringFrank Rowand2015-03-291-2/+3
| * | | of/unittest: add const where neededFrank Rowand2015-03-291-4/+4
| * | | of_net: factor out repetitive code from of_get_mac_address()Sergei Shtylyov2015-03-291-12/+17
| * | | drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt2015-03-281-3/+8
| * | | of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTESTGeert Uytterhoeven2015-03-281-1/+10
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-3/+8
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-243-12/+14
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-204-21/+40
| |\ \ \ \
| * | | | | of: mdio: export of_mdio_parse_addrFlorian Fainelli2015-03-111-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-151-0/+26
|\ \ \ \ \
| * | | | | of: base: add function to get highest id of an alias stemWolfram Sang2015-03-181-0/+26
| |/ / / /
* | | | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-143-56/+107
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | |
| | \ \ \
| *-. | | | Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas2015-03-193-56/+107
| |\ \| | | | | |_|/ / | |/| | |
| | * | | of: Calculate device DMA masks based on DT dma-range sizeMurali Karicheri2015-03-121-3/+13
| | * | | of/pci: Add of_pci_dma_configure() to update DMA configurationMurali Karicheri2015-03-031-0/+21
| | * | | of: Fix size when dma-range is not usedMurali Karicheri2015-03-031-1/+16
| | * | | of: Move of_dma_configure() to device.c to help re-useMurali Karicheri2015-03-032-56/+61
| | * | | of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri2015-03-031-1/+1
| | |/ /
* | | / drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt2015-03-281-3/+8
| |_|/ |/| |
* | | Revert "of: Fix premature bootconsole disable with 'stdout-path'"Peter Hurley2015-03-191-3/+1Star
* | | of: handle both '/' and ':' in path stringsBrian Norris2015-03-191-6/+1Star
* | | of: unittest: Add option string test case with longer pathBrian Norris2015-03-191-0/+5
* | | of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart2015-03-191-3/+7
|/ /
* | of: unittest: Add options string testcase variantsPeter Hurley2015-03-101-0/+11
* | of: fix handling of '/' in options for of_find_node_by_path()Leif Lindholm2015-03-101-8/+15
* | of/unittest: Fix the wrong expected value in of_selftest_property_stringWang Long2015-03-101-2/+2
* | of/unittest: remove the duplicate of_changeset_initWang Long2015-03-101-1/+0Star
* | of: unittest: fix I2C dependencyArnd Bergmann2015-03-101-6/+6
* | of/overlay: Remove unused variableFabio Estevam2015-03-101-1/+1
* | of: Fix premature bootconsole disable with 'stdout-path'Peter Hurley2015-03-101-1/+3