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