aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-6/+110
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-442/+505
2015-04-17of: base: improve of_get_next_child() kernel-docGravatar Baruch Siach 1-2/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+2
2015-04-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+26
2015-04-14of: unittest: overlay: Keep track of created overlaysGravatar Pantelis Antoniou 1-0/+62
2015-04-14of/fdt: fix allocation size for device node pathGravatar Ricky Liang 1-1/+1
2015-04-14of/fdt: Add endianness helper function for early init codeGravatar Kevin Cernekee 1-0/+19
2015-04-14of: Add helper function to check MMIO register endiannessGravatar Kevin Cernekee 1-0/+23
2015-04-14of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryGravatar Florian Fainelli 1-2/+1
2015-04-14of: OF_IRQ should depend on IRQ_DOMAINGravatar Geert Uytterhoeven 1-1/+1
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-56/+107
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+8
2015-03-29Merge remote-tracking branch 'robh/for-next' into devicetree/nextGravatar Grant Likely 6-418/+453
2015-03-29of/unittest: Fix of_platform_depopulate test caseGravatar Grant Likely 1-7/+9
2015-03-29of/unittest: early return from test skips testsGravatar Frank Rowand 1-4/+6
2015-03-29of/unittest: breadcrumbs to reduce pain of future maintainersGravatar Frank Rowand 1-0/+4
2015-03-29of/unittest: reduce checkpatch noise - line after declarationsGravatar Frank Rowand 1-0/+5
2015-03-29of/unittest: typo in error stringGravatar Frank Rowand 1-2/+3
2015-03-29of/unittest: add const where neededGravatar Frank Rowand 1-4/+4
2015-03-29of_net: factor out repetitive code from of_get_mac_address()Gravatar Sergei Shtylyov 1-12/+17
2015-03-27drivers/of: Add empty ranges quirk for PA-SemiGravatar Benjamin Herrenschmidt 1-3/+8
2015-03-27of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTESTGravatar Geert Uytterhoeven 1-1/+10
2015-03-27drivers/of: Add empty ranges quirk for PA-SemiGravatar Benjamin Herrenschmidt 1-3/+8
2015-03-25of/unittest: replace 'selftest' with 'unittest'Gravatar Wang Long 2-408/+408
2015-03-25dt: OF_UNITTEST make dependency brokenGravatar Frank Rowand 3-2/+12
2015-03-25Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f...Gravatar Rob Herring 1-8/+33
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-12/+14
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-21/+40
2015-03-19Merge branches 'pci/iommu' and 'pci/resource' into nextGravatar Bjorn Helgaas 3-56/+107
2015-03-19Revert "of: Fix premature bootconsole disable with 'stdout-path'"Gravatar Peter Hurley 1-3/+1
2015-03-19of: handle both '/' and ':' in path stringsGravatar Brian Norris 1-6/+1
2015-03-19of: unittest: Add option string test case with longer pathGravatar Brian Norris 1-0/+5
2015-03-19of/irq: Fix of_irq_parse_one() returned error codesGravatar Laurent Pinchart 1-3/+7
2015-03-18of: base: add function to get highest id of an alias stemGravatar Wolfram Sang 1-0/+26
2015-03-12of: Calculate device DMA masks based on DT dma-range sizeGravatar Murali Karicheri 1-3/+13
2015-03-11of: mdio: export of_mdio_parse_addrGravatar Florian Fainelli 1-1/+2
2015-03-10of: unittest: Add options string testcase variantsGravatar Peter Hurley 1-0/+11
2015-03-10of: fix handling of '/' in options for of_find_node_by_path()Gravatar Leif Lindholm 1-8/+15
2015-03-10of/unittest: Fix the wrong expected value in of_selftest_property_stringGravatar Wang Long 1-2/+2
2015-03-10of/unittest: remove the duplicate of_changeset_initGravatar Wang Long 1-1/+0
2015-03-10of: unittest: fix I2C dependencyGravatar Arnd Bergmann 1-6/+6
2015-03-10of/overlay: Remove unused variableGravatar Fabio Estevam 1-1/+1
2015-03-10of: Fix premature bootconsole disable with 'stdout-path'Gravatar Peter Hurley 1-1/+3
2015-03-03of/pci: Add of_pci_dma_configure() to update DMA configurationGravatar Murali Karicheri 1-0/+21
2015-03-03of: Fix size when dma-range is not usedGravatar Murali Karicheri 1-1/+16
2015-03-03of: Move of_dma_configure() to device.c to help re-useGravatar Murali Karicheri 2-56/+61
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Gravatar Murali Karicheri 1-1/+1
2015-03-02of/overlay: Directly include idr.hGravatar Mark Brown 1-0/+1
2015-03-02of: Drop superfluous dependance for OF_OVERLAYGravatar Matwey V. Kornilov 1-1/+0