aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+1
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Gravatar Dan Carpenter 1-1/+1
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-10/+52
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Gravatar Uwe Kleine-König 1-2/+33
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-13/+2
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+14
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countGravatar Uwe Kleine-König 1-8/+17
2019-08-27of: unittest: Add of_node_put() before returnGravatar Nishka Dasgupta 1-1/+3
2019-08-27fdt: Update CRC check for rng-seedGravatar Hsin-Yi Wang 1-2/+6
2019-08-23fdt: add support for rng-seedGravatar Hsin-Yi Wang 1-2/+12
2019-08-14of: irq: fix a trivial typo in a doc commentGravatar Lubomir Rintel 1-1/+1
2019-08-12of: resolver: Add of_node_put() before return and breakGravatar Nishka Dasgupta 1-3/+9
2019-07-30drivers: Introduce device lookup variants by of_nodeGravatar Suzuki K Poulose 2-13/+2
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2019-07-11Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-91/+58
2019-07-08of: unittest: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-07-08of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapGravatar Masahiro Yamada 1-3/+4
2019-07-08of/platform: Drop superfluous cast in of_device_make_bus_id()Gravatar Geert Uytterhoeven 1-2/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceGravatar Suzuki K Poulose 2-2/+2
2019-06-18of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningGravatar Kefeng Wang 1-54/+45
2019-06-06of: Allow the iommu-map property to omit untranslated devicesGravatar Jean-Philippe Brucker 1-3/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 2-4/+2
2019-05-24of/fdt: Mark initial_boot_params as __ro_after_initGravatar Stephen Boyd 1-1/+1
2019-05-24of/fdt: Remove dead code and mark functions with __initGravatar Stephen Boyd 1-32/+5
2019-05-24of: reserved-memory: ignore disabled memory-region nodesGravatar Krishna Reddy 1-0/+3
2019-05-13of_net: Fix missing of_find_device_by_node ref count dropGravatar Petr Štetiar 1-1/+4
2019-05-10of_net: remove nvmem-mac-address propertyGravatar Petr Štetiar 1-23/+6
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+51
2019-05-07Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-26/+62
2019-05-05of_net: add NVMEM support to of_get_mac_addressGravatar Petr Štetiar 1-3/+51
2019-05-02of: unittest: Remove error printing on OOMGravatar Geert Uytterhoeven 1-9/+4
2019-05-02of: irq: Remove WARN_ON() for kzalloc() failureGravatar Geert Uytterhoeven 1-1/+1
2019-05-01of/device.c: fix the wrong commentsGravatar Jojo Zeng 1-1/+1
2019-04-29of: del redundant type conversionGravatar xiaojiangfeng 1-1/+1
2019-04-19of_net: Fix residues after of_get_nvmem_mac_address removalGravatar Petr Štetiar 1-1/+0
2019-04-10of: Improve of_phandle_iterator_next() error messageGravatar Florian Fainelli 1-2/+3
2019-04-10of: address: Add support for the parent DMA busGravatar Maxime Ripard 1-2/+26
2019-04-10of: address: Retrieve a parent through a callback in __of_translate_addressGravatar Maxime Ripard 1-5/+9
2019-04-10of: reserved_mem: fix reserve memory leakGravatar pierre Kuo 1-5/+17
2019-04-10of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putGravatar Maxime Ripard 1-1/+1
2019-03-12of: fix kmemleak crash caused by imbalance in early memory reservationGravatar Mike Rapoport 1-10/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 2-2/+14
2019-03-12memblock: drop __memblock_alloc_base()Gravatar Mike Rapoport 1-5/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+3
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-7/+14
2019-02-28of: unittest: unflatten device tree on UML when testingGravatar Brendan Higgins 1-0/+4
2019-02-28of: mark early_init_dt_alloc_reserved_memory_arch staticGravatar Christoph Hellwig 1-1/+1
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityGravatar Christoph Hellwig 1-1/+2
2019-02-13of: select OF_RESERVED_MEM automaticallyGravatar Christoph Hellwig 1-3/+2