summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2018-09-071-1/+1
| * | | | of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-076-22/+23
| * | | | of/unittest: add printf tests for node nameRob Herring2018-09-041-0/+4
| * | | | of/unittest: remove use of node name pointer in overlay high level testRob Herring2018-09-041-5/+8
* | | | | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-262-3/+104
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta2018-09-252-3/+104
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-12/+0Star
|\ \ \ \
| * | | | dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-12/+0Star
* | | | | Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2018-10-101-8/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-10-101-8/+18
| | |_|/ | |/| |
* | | | Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-151-0/+3
|\| | | | |/ / |/| |
| * | of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
| |/
* | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-09-031-0/+4
|\ \ | |/ |/|
| * of/platform: initialise AMBA default DMA masksLinus Walleij2018-09-021-0/+4
* | of: add node name compare helper functionsRob Herring2018-08-301-0/+22
* | of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-4/+13
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-213-3/+16
| |\
| * | of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij2018-07-141-4/+13
* | | Merge tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-142-10/+5Star
|\ \ \
| * | | of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman2018-08-071-8/+1Star
| * | | drivers/of: Make of_io_request_and_map() "name" argument optionalBenjamin Herrenschmidt2018-07-101-2/+4
| |/ /
* | | OF: Don't set default coherent DMA maskRobin Murphy2018-07-271-10/+10
* | | of/device: Set bus DMA mask as appropriateRobin Murphy2018-07-271-0/+1
* | | of/platform: Initialise default DMA masksRobin Murphy2018-07-271-0/+3
| |/ |/|
* | of: overlay: update phandle cache on overlay apply and removeFrank Rowand2018-07-163-3/+16
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-132-2/+2
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-06-121-0/+1
|\ \ | |/ |/|
| * Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-05-261-0/+1
| |\
| | * drivers: qcom: add command DB driverMahesh Sivasubramanian2018-05-251-0/+1
* | | Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-074-7/+23
|\ \ \
| * | | of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla2018-06-041-2/+3
| * | | of: overlay: validate offset from property fixupsFrank Rowand2018-05-231-0/+5
| * | | of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler2018-05-221-4/+4
| * | | Merge tag 'devicetree-fixes-for-4.17' into dt/next to pick-up fixesRob Herring2018-05-151-9/+21
| |\ \ \
| * | | | of: Don't create device for OPP tablesViresh Kumar2018-04-241-0/+11
| * | | | of/numa: drop export of of_node_to_nidRob Herring2018-04-181-1/+0Star
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+3
|\ \ \ \
| * | | | of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli2018-05-161-0/+3
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | drivers: remove force dma flag from busesChristoph Hellwig2018-05-032-3/+5
* | | | Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-071-9/+21
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | of: overlay: Stop leaking resources on overlay removalJan Kiszka2018-04-271-9/+21
| |/
* / earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-2/+5
|/
* Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-161-6/+0Star
|\
| * kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-4/+0Star
| * kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+0Star
* | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-1/+1
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-17/+79
|\