summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | OF: gpio: drop duplicate of_device_ensure_probedAhmad Fatoum2021-06-281-4/+0
* | console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-282-6/+15
* | string: implement strchrnulAhmad Fatoum2021-06-281-4/+1
* | of: Fix deep-probe triggering when removing nodesSascha Hauer2021-06-251-5/+0
* | of: refuse to delete root node of live treeSascha Hauer2021-06-251-3/+5
* | of: Add dummy driverSascha Hauer2021-06-251-0/+9
* | common: Explicitly probe consoles earlier with deep probeSascha Hauer2021-06-251-0/+17
* | common: add initial barebox deep-probe supportMarco Felsch2021-06-253-4/+184
* | of: implement of_get_stdoutpath()Sascha Hauer2021-06-251-5/+10
* | of: Set of_chosen and of_model earlierSascha Hauer2021-06-251-9/+9
* | of: base: move clock init from of_probe() to barebox_register_of()Marco Felsch2021-06-251-2/+3
* | of: base: move memory init from DT to initcallLucas Stach2021-06-251-4/+5
* | of: platform: Keep track of populated platform devicesMarco Felsch2021-06-251-1/+19
* | of: platform: remove check of already added devicesMarco Felsch2021-06-251-30/+1
|/
* Merge branch 'for-next/overlapping-memory-banks'Sascha Hauer2021-06-162-15/+30
|\
| * of: warn about of_add_memory_bank errorsAhmad Fatoum2021-06-022-8/+21
| * of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-7/+9
* | Merge branch 'for-next/net'Sascha Hauer2021-06-161-0/+7
|\ \