| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r304459,r305527: | mmel | 2016-11-05 | 1 | -2/+0 |
* | INTRNG - change the way how an interrupt mapping data are provided | skra | 2016-06-05 | 1 | -0/+2 |
* | Add OF_prop_free function as a counterpart for OF_*prop_alloc | gonzo | 2016-05-11 | 3 | -8/+8 |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 1 | -1/+1 |
* | Add fman and dpaa fixups for powerpc fdt | jhibbits | 2016-04-15 | 1 | -3/+62 |
* | ARM: Parse command line delivered by U-Boot: | mmel | 2016-03-26 | 2 | -0/+14 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -3/+3 |
* | Make the memory size returned from fdt_get_mem_regions a 64-bit type. This | andrew | 2016-03-01 | 2 | -3/+3 |
* | Make the fdt_get_mem_regions memsize argument optional. It's only used in | andrew | 2016-03-01 | 1 | -1/+2 |
* | Fix fdt_get_mem_regions() to work with 64-bit addresses | wma | 2016-02-29 | 2 | -3/+3 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -2/+2 |
* | Only define fdt_pic_table on arm, and when not using intrng as this is | andrew | 2016-01-22 | 1 | -0/+2 |
* | Remove fdt_fixup_table from architectures where it's unneeded. We only make | andrew | 2016-01-21 | 4 | -148/+2 |
* | Do not require strict compatibility on simplebus | zbb | 2016-01-20 | 1 | -2/+2 |
* | SIMPLEBUS: Don't panic if child device doesn't have devinfo set. | mmel | 2015-12-13 | 1 | -0/+6 |
* | Create a RouterBoard platform and use it to create a flash map | jhibbits | 2015-08-22 | 1 | -1/+1 |
* | Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specific | gonzo | 2015-05-24 | 2 | -18/+0 |
* | Add helper method fdt_find_child to make access to child nodes easier. | gonzo | 2015-05-22 | 2 | -0/+18 |
* | Provide the number of interrupt resources added to the list | br | 2015-05-15 | 1 | -1/+1 |
* | Bring in the start of the arm64 kernel. | andrew | 2015-04-13 | 1 | -0/+49 |
* | Use OF_getencpropalloc() to handle endianess of the properties. | ian | 2015-04-10 | 1 | -3/+3 |
* | Make simplebus a base class of ofwbus. This allows the elimination of | ian | 2015-03-27 | 2 | -45/+112 |
* | Allow creating subclass of FDT simplebus | jchandra | 2015-02-27 | 2 | -25/+60 |
* | Fix whitespace glitch from prior comit. | ian | 2015-01-31 | 1 | -1/+1 |
* | Reimplement fdt_clock_register_provider() correctly. It turns out you | ian | 2015-01-24 | 1 | -1/+2 |
* | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | zbb | 2015-01-13 | 1 | -30/+1 |
* | Add support for empty ranges properties within the tree, some vendor | andrew | 2014-12-19 | 1 | -3/+8 |
* | Eliminate fdt_data_verify(). The verification it proceed is wrong | br | 2014-12-15 | 2 | -66/+6 |
* | The ranges parent bus address may just be a tag to the entry in the parent | andrew | 2014-11-20 | 1 | -4/+87 |
* | Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose). | ian | 2014-11-12 | 1 | -6/+5 |
* | Fail to probe on simplebus nodes that lack a "ranges" property. | ian | 2014-10-19 | 1 | -1/+7 |
* | Replace multiple nearly-identical copies of code to walk through an FDT | ian | 2014-09-25 | 3 | -72/+2 |
* | Create an interface and support routines for drivers that handle IO pin | ian | 2014-09-13 | 3 | -0/+256 |
* | Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero() | ian | 2014-09-02 | 1 | -3/+4 |
* | Create an interface for drivers to enable or disable their clocks as listed | ian | 2014-09-02 | 3 | -0/+296 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 2 | -3/+3 |
* | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | ian | 2014-08-05 | 1 | -1/+1 |
* | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | ian | 2014-08-05 | 1 | -2/+4 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -0/+72 |
* | Catch up with last-second name change. | ian | 2014-02-16 | 1 | -1/+1 |
* | Add a helper routine to depth-search the device tree for a node with a | ian | 2014-02-16 | 2 | -0/+22 |
* | Better nomatch messages: include compat string. Also, flag devices as | imp | 2014-02-12 | 1 | -4/+11 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 2 | -92/+1 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 1 | -0/+3 |
* | Be more robust with malformed interrupt config data. Instead of crashing | ian | 2014-02-02 | 1 | -5/+17 |
* | Fix missing offset. | nwhitehorn | 2014-02-02 | 1 | -1/+2 |
* | Allow nesting of simplebuses. | nwhitehorn | 2014-02-02 | 1 | -0/+1 |
* | Provide a simpler and more standards-compliant simplebus implementation to | nwhitehorn | 2014-02-01 | 2 | -531/+252 |