summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
* of: Make of_dma_get_range() work on bus nodesRobin Murphy2019-10-091-26/+18
* of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring2019-10-081-3/+12
* of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring2019-10-081-1/+5
* of/unittest: Add dma-ranges address translation testsRob Herring2019-10-083-0/+141
* of: Factor out #{addr,size}-cells parsingRobin Murphy2019-10-083-10/+27
* of: address: Follow DMA parent for "dma-coherent"Robin Murphy2019-10-081-1/+1
* of/address: Introduce of_get_next_dma_parent() helperRobin Murphy2019-10-081-0/+10
* of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy2019-10-081-2/+2
* of: Make of_dma_get_range() privateRob Herring2019-10-082-1/+11
* of: Remove unused of_find_matching_node_by_address()Rob Herring2019-10-081-19/+0
* of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig2019-10-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-291-1/+1
|\
| * of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2019-09-271-1/+1
* | Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-192-10/+52
|\ \ | |/ |/|
| * of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König2019-09-191-2/+33
| * of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König2019-09-131-8/+17
| * of: unittest: Add of_node_put() before returnNishka Dasgupta2019-08-271-1/+3
* | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-182-13/+2
|\ \
| * | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-302-13/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+14
|\ \ \ | |_|/ |/| |
| * | fdt: Update CRC check for rng-seedHsin-Yi Wang2019-08-271-2/+6
| * | fdt: add support for rng-seedHsin-Yi Wang2019-08-231-2/+12
| |/
* | of: irq: fix a trivial typo in a doc commentLubomir Rintel2019-08-151-1/+1
* | of: resolver: Add of_node_put() before return and breakNishka Dasgupta2019-08-131-3/+9
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-171-3/+7
|\
| * of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker2019-06-061-3/+7
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-2/+2
| |/
* | Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-124-91/+58
|\ \
| * | of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-091-1/+1
| * | of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada2019-07-081-3/+4
| * | of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven2019-07-081-2/+1
| * | of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang2019-06-181-54/+45
| * | of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd2019-05-241-1/+1
| * | of/fdt: Remove dead code and mark functions with __initStephen Boyd2019-05-241-32/+5
| * | of: reserved-memory: ignore disabled memory-region nodesKrishna Reddy2019-05-241-0/+3
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
|/
* of_net: Fix missing of_find_device_by_node ref count dropPetr Štetiar2019-05-131-1/+4
* of_net: remove nvmem-mac-address propertyPetr Štetiar2019-05-111-23/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-3/+51
|\
| * of_net: add NVMEM support to of_get_mac_addressPetr Štetiar2019-05-061-3/+51
* | Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-088-26/+62
|\ \ | |/ |/|
| * of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-021-9/+4
| * of: irq: Remove WARN_ON() for kzalloc() failureGeert Uytterhoeven2019-05-021-1/+1
| * of/device.c: fix the wrong commentsJojo Zeng2019-05-011-1/+1
| * of: del redundant type conversionxiaojiangfeng2019-04-291-1/+1
| * of: Improve of_phandle_iterator_next() error messageFlorian Fainelli2019-04-101-2/+3
| * of: address: Add support for the parent DMA busMaxime Ripard2019-04-101-2/+26
| * of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard2019-04-101-5/+9
| * of: reserved_mem: fix reserve memory leakpierre Kuo2019-04-101-5/+17