| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 2020-02-08 | 1 | -0/+36 |
|\ |
|
| * | of: base: Add of_get_cpu_state_node() to get idle states for a CPU node | Ulf Hansson | 2020-01-02 | 1 | -0/+36 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-02-04 | 1 | -4/+13 |
|\ \ |
|
| * | | net: mii_timestamper: fix static allocation by PHY driver | Michael Walle | 2020-01-31 | 1 | -1/+7 |
| * | | net: mdio: of: fix potential NULL pointer derefernce | Michael Walle | 2020-01-31 | 1 | -3/+6 |
* | | | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2020-02-04 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-01-30 | 6 | -126/+33 |
|\ \ |
|
| * | | of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc | Michael Ellerman | 2020-01-28 | 2 | -1/+9 |
| * | | of: overlay: Remove blank line between assignment and check | Geert Uytterhoeven | 2020-01-08 | 1 | -1/+0 |
| * | | of: Rework and simplify phandle cache to use a fixed size | Rob Herring | 2019-12-24 | 4 | -124/+24 |
* | | | net: mdio: of: Register discovered MII time stampers. | Richard Cochran | 2019-12-26 | 1 | -1/+29 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-22 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | of: mdio: export of_mdiobus_child_is_phy | Antoine Tenart | 2019-12-20 | 1 | -1/+2 |
* | | of/platform: Unconditionally pause/resume sync state during kernel init | Saravana Kannan | 2019-12-13 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-02 | 9 | -87/+256 |
|\ |
|
| * | of: unittest: fix memory leak in attach_node_and_children | Erhard Furtner | 2019-11-26 | 1 | -1/+3 |
| * | of: overlay: add_changeset_property() memory leak | Frank Rowand | 2019-11-26 | 1 | -17/+20 |
| * | of: property: Fix documentation for out values | Matti Vaittinen | 2019-11-14 | 1 | -4/+4 |
| * | Merge branch 'dt/linus' into dt/next | Rob Herring | 2019-10-25 | 2 | -1/+4 |
| |\ |
|
| * | | of: Make of_dma_get_range() work on bus nodes | Robin Murphy | 2019-10-09 | 1 | -26/+18 |
| * | | of/address: Fix of_pci_range_parser_one translation of DMA addresses | Rob Herring | 2019-10-08 | 1 | -3/+12 |
| * | | of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' | Rob Herring | 2019-10-08 | 1 | -1/+5 |
| * | | of/unittest: Add dma-ranges address translation tests | Rob Herring | 2019-10-08 | 3 | -0/+141 |
| * | | of: Factor out #{addr,size}-cells parsing | Robin Murphy | 2019-10-08 | 3 | -10/+27 |
| * | | of: address: Follow DMA parent for "dma-coherent" | Robin Murphy | 2019-10-08 | 1 | -1/+1 |
| * | | of/address: Introduce of_get_next_dma_parent() helper | Robin Murphy | 2019-10-08 | 1 | -0/+10 |
| * | | of: address: Report of_dma_get_range() errors meaningfully | Robin Murphy | 2019-10-08 | 1 | -2/+2 |
| * | | of: Make of_dma_get_range() private | Rob Herring | 2019-10-08 | 2 | -1/+11 |
| * | | of: Remove unused of_find_matching_node_by_address() | Rob Herring | 2019-10-08 | 1 | -19/+0 |
| * | | of/fdt: don't ignore errors from of_setup_earlycon | Christoph Hellwig | 2019-10-01 | 1 | -2/+2 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 2019-11-21 | 1 | -4/+5 |
| | |/
| |/| |
|
* | | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-11-27 | 2 | -0/+328 |
|\ \ \ |
|
| * | | | of: property: Add device link support for interrupt-parent, dmas and -gpio(s) | Saravana Kannan | 2019-11-22 | 1 | -0/+8 |
| * | | | of: property: Add device link support for "iommu-map" | Will Deacon | 2019-11-21 | 1 | -0/+10 |
| * | | | of: property: Fix the semantics of of_is_ancestor_of() | Saravana Kannan | 2019-11-21 | 1 | -3/+3 |
| * | | | of: property: Add device link support for iommus, mboxes and io-channels | Saravana Kannan | 2019-11-07 | 1 | -0/+6 |
| * | | | of: property: Make it easy to add device links from DT properties | Saravana Kannan | 2019-11-07 | 1 | -15/+47 |
| * | | | of: property: Minor style clean up of of_link_to_phandle() | Saravana Kannan | 2019-11-07 | 1 | -2/+8 |
| * | | | of: property: Skip adding device links to suppliers that aren't devices | Saravana Kannan | 2019-11-02 | 1 | -1/+3 |
| * | | | of: property: Make sure child dependencies don't block probing of parent | Saravana Kannan | 2019-11-02 | 1 | -5/+12 |
| * | | | Merge 5.4-rc5 into driver-core-next | Greg Kroah-Hartman | 2019-10-27 | 2 | -1/+4 |
| |\| | |
|
| * | | | of: property: Minor code formatting/style clean ups | Saravana Kannan | 2019-10-17 | 1 | -6/+6 |
| * | | | of: property: Create device links for all child-supplier depencencies | Saravana Kannan | 2019-10-04 | 1 | -0/+4 |
| * | | | of/platform: Pause/resume sync state during init and of_platform_populate() | Saravana Kannan | 2019-10-04 | 1 | -0/+12 |
| * | | | of: property: Add functional dependency link from DT bindings | Saravana Kannan | 2019-10-04 | 1 | -0/+241 |
| | |/
| |/| |
|
* | | | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-11-27 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | device property: Add a function to obtain a node's prefix | Sakari Ailus | 2019-10-11 | 1 | -0/+10 |
| * | | | device property: Add fwnode_get_name for returning the name of a node | Sakari Ailus | 2019-10-11 | 1 | -0/+6 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-11-26 | 2 | -7/+13 |
|\ \ \ |
|