| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r335159, r344505-r344507, r344523, r344525-r344526, r344529, r344556, | Ian Lepore | 2019-04-22 | 1 | -45/+92 |
| * | MFC r308533 by andrew: | Oleksandr Tymoshenko | 2018-04-02 | 1 | -1/+2 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 5 | -10/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 5 | -0/+10 |
| * | MFC: r314097 | Marius Strobl | 2017-05-10 | 1 | -5/+31 |
| * | MFC r304459,r305527: | Michal Meloun | 2016-11-05 | 1 | -2/+0 |
| * | INTRNG - change the way how an interrupt mapping data are provided | Svatopluk Kraus | 2016-06-05 | 1 | -0/+2 |
| * | Add OF_prop_free function as a counterpart for OF_*prop_alloc | Oleksandr Tymoshenko | 2016-05-11 | 3 | -8/+8 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Add fman and dpaa fixups for powerpc fdt | Justin Hibbits | 2016-04-15 | 1 | -3/+62 |
| * | ARM: Parse command line delivered by U-Boot: | Michal Meloun | 2016-03-26 | 2 | -0/+14 |
| * | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -3/+3 |
| * | Make the memory size returned from fdt_get_mem_regions a 64-bit type. This | Andrew Turner | 2016-03-01 | 2 | -3/+3 |
| * | Make the fdt_get_mem_regions memsize argument optional. It's only used in | Andrew Turner | 2016-03-01 | 1 | -1/+2 |
| * | Fix fdt_get_mem_regions() to work with 64-bit addresses | Wojciech Macek | 2016-02-29 | 2 | -3/+3 |
| * | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+2 |
| * | Only define fdt_pic_table on arm, and when not using intrng as this is | Andrew Turner | 2016-01-22 | 1 | -0/+2 |
| * | Remove fdt_fixup_table from architectures where it's unneeded. We only make | Andrew Turner | 2016-01-21 | 4 | -148/+2 |
| * | Do not require strict compatibility on simplebus | Zbigniew Bodek | 2016-01-20 | 1 | -2/+2 |
| * | SIMPLEBUS: Don't panic if child device doesn't have devinfo set. | Michal Meloun | 2015-12-13 | 1 | -0/+6 |
| * | Create a RouterBoard platform and use it to create a flash map | Justin Hibbits | 2015-08-22 | 1 | -1/+1 |
| * | Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specific | Oleksandr Tymoshenko | 2015-05-24 | 2 | -18/+0 |
| * | Add helper method fdt_find_child to make access to child nodes easier. | Oleksandr Tymoshenko | 2015-05-22 | 2 | -0/+18 |
| * | Provide the number of interrupt resources added to the list | Ruslan Bukin | 2015-05-15 | 1 | -1/+1 |
| * | Bring in the start of the arm64 kernel. | Andrew Turner | 2015-04-13 | 1 | -0/+49 |
| * | Use OF_getencpropalloc() to handle endianess of the properties. | Ian Lepore | 2015-04-10 | 1 | -3/+3 |
| * | Make simplebus a base class of ofwbus. This allows the elimination of | Ian Lepore | 2015-03-27 | 2 | -45/+112 |
| * | Allow creating subclass of FDT simplebus | Jayachandran C. | 2015-02-27 | 2 | -25/+60 |
| * | Fix whitespace glitch from prior comit. | Ian Lepore | 2015-01-31 | 1 | -1/+1 |
| * | Reimplement fdt_clock_register_provider() correctly. It turns out you | Ian Lepore | 2015-01-24 | 1 | -1/+2 |
| * | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | Zbigniew Bodek | 2015-01-13 | 1 | -30/+1 |
| * | Add support for empty ranges properties within the tree, some vendor | Andrew Turner | 2014-12-19 | 1 | -3/+8 |
| * | Eliminate fdt_data_verify(). The verification it proceed is wrong | Ruslan Bukin | 2014-12-15 | 2 | -66/+6 |
| * | The ranges parent bus address may just be a tag to the entry in the parent | Andrew Turner | 2014-11-20 | 1 | -4/+87 |
| * | Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose). | Ian Lepore | 2014-11-12 | 1 | -6/+5 |
| * | Fail to probe on simplebus nodes that lack a "ranges" property. | Ian Lepore | 2014-10-19 | 1 | -1/+7 |
| * | Replace multiple nearly-identical copies of code to walk through an FDT | Ian Lepore | 2014-09-25 | 3 | -72/+2 |
| * | Create an interface and support routines for drivers that handle IO pin | Ian Lepore | 2014-09-13 | 3 | -0/+256 |
| * | Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero() | Ian Lepore | 2014-09-02 | 1 | -3/+4 |
| * | Create an interface for drivers to enable or disable their clocks as listed | Ian Lepore | 2014-09-02 | 3 | -0/+296 |
| * | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | Ian Lepore | 2014-09-01 | 2 | -3/+3 |
| * | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | Ian Lepore | 2014-08-05 | 1 | -1/+1 |
| * | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | Ian Lepore | 2014-08-05 | 1 | -2/+4 |
| * | Add the start of the ARM platform code. This is based on the PowerPC | Andrew Turner | 2014-05-17 | 1 | -0/+72 |
| * | Catch up with last-second name change. | Ian Lepore | 2014-02-16 | 1 | -1/+1 |
| * | Add a helper routine to depth-search the device tree for a node with a | Ian Lepore | 2014-02-16 | 2 | -0/+22 |
| * | Better nomatch messages: include compat string. Also, flag devices as | Warner Losh | 2014-02-12 | 1 | -4/+11 |
| * | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn | 2014-02-05 | 2 | -92/+1 |