summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman
2019-10-23of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang
2019-10-17of: property: Minor code formatting/style clean upsSaravana Kannan
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus
2019-10-04of: property: Create device links for all child-supplier depencenciesSaravana Kannan
2019-10-04of/platform: Pause/resume sync state during init and of_platform_populate()Saravana Kannan
2019-10-04of: property: Add functional dependency link from DT bindingsSaravana Kannan
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-08-14of: irq: fix a trivial typo in a doc commentLubomir Rintel
2019-08-12of: resolver: Add of_node_put() before return and breakNishka Dasgupta
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08of: unittest: simplify getting the adapter of a clientWolfram Sang
2019-07-08of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada
2019-07-08of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-18of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang
2019-06-06of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-24of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd
2019-05-24of/fdt: Remove dead code and mark functions with __initStephen Boyd