| Commit message (Expand) | Author | Age | Files | Lines |
* | OFW: Move code for searching interrupt parent into separate function. | mmel | 2015-12-02 | 2 | -13/+27 |
* | Improve r290373, do a runtime check rather than a compile time switch. I | andreast | 2015-11-08 | 1 | -6/+25 |
* | Add a compile time switch to distinguish between 7-bit and 8-bit I2C address | andreast | 2015-11-04 | 1 | -2/+8 |
* | Fix parsing of I2C addresses properties in fdt data. I2C address is | ian | 2015-10-21 | 1 | -1/+5 |
* | Limit ofw_cpu_early_foreach() to CPUs only | zbb | 2015-07-28 | 1 | -2/+18 |
* | OF_getencprop_alloc shouldn't be used to get string value. If string | gonzo | 2015-07-25 | 1 | -2/+2 |
* | Fix an infinite loop when a node doesn't have an interrupt-parent property. | andrew | 2015-07-15 | 1 | -1/+1 |
* | Also accept "ok" to enable a device, some vendor device trees use this when | andrew | 2015-07-14 | 1 | -1/+2 |
* | Add ofw_bus_find_child_by_phandle, a helper routine to find a device_t | imp | 2015-06-20 | 2 | -0/+44 |
* | Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specific | gonzo | 2015-05-24 | 2 | -0/+25 |
* | Provide the number of interrupt resources added to the list | br | 2015-05-15 | 3 | -3/+7 |
* | Use the correct node wen reading the compatible property. | andrew | 2015-05-13 | 1 | -1/+1 |
* | Add the ofw_bus_subr.h change missed in r282770. | andrew | 2015-05-11 | 1 | -0/+3 |
* | Add ofw_bus_find_compatible to find a compatible ofw node. This will be | andrew | 2015-05-11 | 1 | -15/+54 |
* | Remove unnecessary code and make use of generic implementations for | loos | 2015-05-10 | 1 | -12/+0 |
* | Handle IRQ resources on iicbus and ofw_iicbus. | loos | 2015-05-09 | 1 | -1/+16 |
* | Move the point we attach the ofw driver on arm64 to nexus.c. This will | andrew | 2015-05-05 | 1 | -0/+11 |
* | Fix bug in xrefinfo_find() for 64-bit platforms | zbb | 2015-03-30 | 1 | -4/+4 |
* | Make simplebus a base class of ofwbus. This allows the elimination of | ian | 2015-03-27 | 1 | -230/+18 |
* | Adda function to iterate over the cpu nodes in the OFW or FDT data. This | andrew | 2015-02-19 | 2 | -0/+86 |
* | Add support to get the cpu ID from its device driver in a generic way. | andrew | 2015-02-19 | 1 | -0/+11 |
* | Do not leak the OFW memory when the result does not satisfy our alignment | loos | 2015-01-30 | 1 | -2/+7 |
* | Update the parsing of the cpu node. We are unable to use the reg property | andrew | 2015-01-21 | 1 | -7/+41 |
* | Make the clock-frequency property optional as it may not be present on FDT | andrew | 2015-01-19 | 1 | -6/+14 |
* | Return an appropriate error code in the case of a missing property rather | nwhitehorn | 2015-01-17 | 1 | -0/+3 |
* | Add two fake properties ("fdtbootcpu" and "fdtmemreserv") to the device | nwhitehorn | 2015-01-16 | 1 | -0/+20 |
* | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | zbb | 2015-01-13 | 3 | -31/+51 |
* | Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixing | nwhitehorn | 2015-01-05 | 1 | -3/+12 |
* | The path entry for a device tree node and its name property are usually, | nwhitehorn | 2015-01-01 | 1 | -6/+7 |
* | Don't assume required FDT properties are present. | ian | 2014-12-24 | 1 | -3/+11 |
* | Use standard BSD license disclaimer text | emaste | 2014-12-15 | 1 | -10/+11 |
* | Move ofw_cpu.c to sys/dev/ofw so that it can be used by other | rpaulo | 2014-12-14 | 1 | -0/+214 |
* | Allow i2c bus speed to be configured via hints, FDT data, and sysctl. | ian | 2014-11-18 | 1 | -4/+15 |
* | Avoid panic in ofwbus caused by not released resource list entry | zbb | 2014-11-07 | 1 | -1/+7 |
* | Replace multiple nearly-identical copies of code to walk through an FDT | ian | 2014-09-25 | 3 | -32/+68 |
* | When registering an association between a device and an xref phandle, create | ian | 2014-09-06 | 1 | -10/+45 |
* | Revert rr271190, it was based on a misunderstanding. The problem of | ian | 2014-09-06 | 2 | -21/+5 |
* | Add OF_xref_from_node_strict() which returns -1 if there is no xref handle | ian | 2014-09-06 | 2 | -5/+21 |
* | Use callout(9) instead of timeout(9). | jhb | 2014-09-02 | 1 | -8/+6 |
* | Fix typo. | ian | 2014-09-02 | 1 | -1/+1 |
* | Add OF_xref_from_device() so that there's no need to have an intermediate | ian | 2014-09-02 | 2 | -0/+17 |
* | Create a mechanism for looking up a device_t associated with an ofw/fdt | ian | 2014-09-01 | 2 | -4/+124 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 5 | -5/+20 |
* | Handle various ways that interrupt config data can be malformed by | ian | 2014-08-10 | 1 | -8/+22 |
* | Use a separate variable for resource id, because 'i' may increment at a | ian | 2014-08-10 | 1 | -5/+5 |
* | 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 | -1/+2 |
* | OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1. | nwhitehorn | 2014-05-11 | 1 | -1/+1 |
* | Move gpiobus routines to dev/gpio. Avoid polluting ofw_bus with bus | loos | 2014-05-04 | 2 | -38/+0 |
* | Fix the gpio-specifier decoding by respecting the GPIO controller's | loos | 2014-04-27 | 2 | -1/+37 |