summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: request reserved memory regions so other code can'tAhmad Fatoum2022-06-152-0/+72
* of: remove unused and misleading #cells in /memreserveAhmad Fatoum2022-06-101-11/+0
* of: address: fix printing of OF node name in error messageUwe Kleine-König2022-06-071-2/+2
* of: address: treat absent dma-ranges as 1:1 translationLucas Stach2022-05-191-1/+4
* of_net: add rev-rmii supportOleksij Rempel2022-04-141-0/+1
* Merge branch 'for-next/of-deep-probe'Sascha Hauer2022-03-144-9/+81
|\
| * of: platform: Ensure timers are probed earlySascha Hauer2022-03-081-0/+26
| * of: platform: Change of_devices_ensure_probed_by_property() return valueSascha Hauer2022-03-081-4/+3
| * of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+38
| * of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-084-7/+7
| * of: platform: return early when deep probe is not supportedSascha Hauer2022-03-081-0/+9
* | of: deep-probe: replace BUG() with more verbose panic()Ahmad Fatoum2022-03-081-1/+3
|/
* Merge branch 'for-next/tests'Sascha Hauer2022-02-181-4/+23
|\
| * of: silence of_diff output for negative indentsAhmad Fatoum2022-02-071-2/+14
| * of: report whether of_diff found differences in return codeAhmad Fatoum2022-02-071-3/+10
* | Merge branch 'for-next/misc'Sascha Hauer2022-02-181-1/+1
|\ \
| * | of_path: Fix typoSascha Hauer2022-02-041-1/+1
| |/
* / driver: Add functions to free devicesSascha Hauer2022-02-082-2/+3
|/
* Revert "clk: handle CLK_OF_DECLARE in deep probe"Sascha Hauer2022-01-181-4/+1
* of: add trailing 0 in of_property_sprintf()Ahmad Fatoum2022-01-141-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1518-40/+52
|\
| * commands: of_diff: don't mix tabs and spaces for indentationAhmad Fatoum2021-12-131-13/+5
| * of: make of_dump abortable by ctrlc()Ahmad Fatoum2021-12-131-3/+10
| * of: overlay: rescan aliases calling of_overlay_apply_tree on live treeAhmad Fatoum2021-12-071-0/+4
| * of: base: improve documentation of global exportsAhmad Fatoum2021-11-301-4/+8
| * of: skip machine device creation on subsequent of_probeAhmad Fatoum2021-11-301-1/+4
| * of: address: mark 64-bit PCI resources explicitly as suchAhmad Fatoum2021-11-221-1/+3
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2218-18/+18
* | of: implement new of_property_sprintfAhmad Fatoum2021-12-141-10/+47
|/
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-1515-70/+17
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0115-70/+17
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-11-151-1/+4
|\ \
| * | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-101-1/+4
| |/
* / of: partitions: Skip fixup for devices with no partitionsTrent Piepho2021-10-121-0/+3
|/
* of: overlay: don't do fixups on empty global.of.overlay.dirAhmad Fatoum2021-10-041-0/+3
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-181-0/+11
* Merge branch 'for-next/nvmem'Sascha Hauer2021-07-183-18/+88
|\
| * of: of_net: sync of_get_mac_address with Linux for NVMEM supportAhmad Fatoum2021-06-221-14/+64
| * nvmem: add support for nvmem-cells bindingAhmad Fatoum2021-06-211-0/+7
| * nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-211-4/+17
* | Merge branch 'for-next/firmware'Sascha Hauer2021-07-185-51/+467
|\ \
| * | of_firmware: Fix handling of firmware-name propertySascha Hauer2021-06-281-5/+6
| * | overlay: Add filters to choose which overlays to applySascha Hauer2021-06-281-1/+313
| * | blspec: Rework firmware loadSascha Hauer2021-06-282-24/+92
| * | firmware: Load from global search pathSascha Hauer2021-06-251-21/+4
| * | overlay: Add of_overlay_apply_file()Sascha Hauer2021-06-251-0/+38
| * | fdt: Check blob size during unflatteningSascha Hauer2021-06-252-6/+13
| * | of: Add function to duplicate a device treeSascha Hauer2021-06-251-0/+5
| * | of: of_copy_node(): Copy phandles as wellSascha Hauer2021-06-251-0/+1
| * | of: kconfig: of_overlay uses firmwaremgr_load_fileSteffen Trumtrar2021-06-211-0/+1
| |/