summaryrefslogtreecommitdiff
path: root/drivers/of/platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-151-2/+5
* of: export of_platform_device_createSascha Hauer2015-07-021-1/+1
* of: Create platform_device when creating AMBA device failedSascha Hauer2015-01-281-2/+2
* of: Add of_device_enable_and_register functionsTeresa Gámez2014-11-031-0/+43
* of: platform: Use PRINTF_CONVERSION_RESOURCE for printing resourcesSascha Hauer2014-07-111-1/+2
* of: platform: Fix possible crashAlexander Shiyan2014-01-101-3/+3
* OF: import bus/device related functions from Linux OF APISebastian Hesselbarth2013-07-051-0/+321