summaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
Commit message (Expand)AuthorAgeFilesLines
* dma: Fix compiler warningSascha Hauer2024-04-021-0/+2
* dma: correctly honour dma-noncoherent device tree propertyAhmad Fatoum2024-03-251-11/+23
* deep-probe: return -EPROBE_DEFER when ensuring probe failsAhmad Fatoum2024-02-201-7/+7
* deep-probe: use IS_ERR_OR_NULL() instead of opencodingAhmad Fatoum2024-02-201-3/+1
* of: populate new device_d::dma_coherent attributeAhmad Fatoum2024-01-111-0/+1
* dma: introduce CONFIG_OF_DMA_COHERENCYAhmad Fatoum2024-01-111-6/+8
* dma: rename OF_DMA_DEFAULT_COHERENT to ARCH_DMA_DEFAULT_COHERENTAhmad Fatoum2024-01-111-1/+1
* deep-probe: skip on-demand platform dev creation for nodes without compatibleAhmad Fatoum2023-12-051-3/+5
* deep-probe: don't panic when device can't be createdAhmad Fatoum2023-12-051-3/+2
* of: platform: don't fail of_find_device_by_node() if no driver boundAhmad Fatoum2023-09-261-4/+2
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-7/+6
* of: partition: support of_partition_ensure_probed on parent deviceAhmad Fatoum2023-06-081-1/+1
* of: platform: remap memory when encountering virtual-reg propertyAhmad Fatoum2023-05-231-0/+20
* Revert "of: support of_ensure_probed for top-level machine device"Sascha Hauer2023-03-221-1/+1
* Merge branch 'for-next/of-overlay' into nextSascha Hauer2023-03-161-7/+5
|\
| * driver: Add rescan hook to struct deviceSascha Hauer2023-03-101-7/+5
* | of: support of_ensure_probed for top-level machine deviceAhmad Fatoum2023-03-101-1/+1
|/
* of: platform: call struct device::detect in of_device_create_on_demandAhmad Fatoum2023-01-201-0/+7
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-20/+20
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-4/+4
* of: platform: port Linux of_dma_is_coherentAhmad Fatoum2022-12-071-0/+41
* of: platform: optimize of_find_device_by_node when deep probingAhmad Fatoum2022-09-131-0/+3
* of: platform: propagate of_devices_ensure_probed_by(name|property) errorsAhmad Fatoum2022-09-121-4/+10
* Merge branch 'for-next/of-deep-probe'Sascha Hauer2022-03-141-5/+39
|\
| * 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: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-1/+1
| * 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
|/
* driver: Add functions to free devicesSascha Hauer2022-02-081-1/+2
* Revert "clk: handle CLK_OF_DECLARE in deep probe"Sascha Hauer2022-01-181-4/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-151-9/+1
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-9/+1
* | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-101-1/+4
|/
* console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-281-1/+1
* 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-251-3/+168
* 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
* of: platform: fix of_amba_device_create stub return valueMarco Felsch2020-09-291-1/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* of: Read dma_offset from device treeSascha Hauer2019-12-201-0/+18
* drivers: of: Add function to enable and register a device by aliasTeresa Remmet2019-02-131-0/+19
* of: Add .of suffix to device names from devicetreeSascha Hauer2018-12-071-2/+2
* of: Port latest of_device_make_bus_id() implementationAndrey Smirnov2018-10-181-58/+22
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-6/+6
* of: Use %pa to print resource_size_t typeSascha Hauer2017-01-101-1/+1