summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in xrefinfo_find() for 64-bit platformszbb2015-03-301-4/+4
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-230/+18
* Adda function to iterate over the cpu nodes in the OFW or FDT data. Thisandrew2015-02-192-0/+86
* Add support to get the cpu ID from its device driver in a generic way.andrew2015-02-191-0/+11
* Do not leak the OFW memory when the result does not satisfy our alignmentloos2015-01-301-2/+7
* Update the parsing of the cpu node. We are unable to use the reg propertyandrew2015-01-211-7/+41
* Make the clock-frequency property optional as it may not be present on FDTandrew2015-01-191-6/+14
* Return an appropriate error code in the case of a missing property rathernwhitehorn2015-01-171-0/+3
* Add two fake properties ("fdtbootcpu" and "fdtmemreserv") to the devicenwhitehorn2015-01-161-0/+20
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codezbb2015-01-133-31/+51
* Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixingnwhitehorn2015-01-051-3/+12
* The path entry for a device tree node and its name property are usually,nwhitehorn2015-01-011-6/+7
* Don't assume required FDT properties are present.ian2014-12-241-3/+11
* Use standard BSD license disclaimer textemaste2014-12-151-10/+11
* Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherrpaulo2014-12-141-0/+214
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-181-4/+15
* Avoid panic in ofwbus caused by not released resource list entryzbb2014-11-071-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-253-32/+68
* When registering an association between a device and an xref phandle, createian2014-09-061-10/+45
* Revert rr271190, it was based on a misunderstanding. The problem ofian2014-09-062-21/+5
* Add OF_xref_from_node_strict() which returns -1 if there is no xref handleian2014-09-062-5/+21
* Use callout(9) instead of timeout(9).jhb2014-09-021-8/+6
* Fix typo.ian2014-09-021-1/+1
* Add OF_xref_from_device() so that there's no need to have an intermediateian2014-09-022-0/+17
* Create a mechanism for looking up a device_t associated with an ofw/fdtian2014-09-012-4/+124
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-015-5/+20
* Handle various ways that interrupt config data can be malformed byian2014-08-101-8/+22
* Use a separate variable for resource id, because 'i' may increment at aian2014-08-101-5/+5
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatian2014-08-051-1/+1
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.ian2014-08-051-1/+2
* OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.nwhitehorn2014-05-111-1/+1
* Move gpiobus routines to dev/gpio. Avoid polluting ofw_bus with busloos2014-05-042-38/+0
* Fix the gpio-specifier decoding by respecting the GPIO controller'sloos2014-04-272-1/+37
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.loos2014-02-131-0/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-124/+109
* Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) tonwhitehorn2014-02-023-0/+32
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-013-37/+11
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-172-2/+3
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-9/+3
* Avoid warning about insecure format with clang.nwhitehorn2013-12-141-1/+1
* Return the correct IEEE 1275 code for "nextprop".nwhitehorn2013-12-101-3/+5
* Open Firmware mandates that certain cross-references, in particular thosenwhitehorn2013-12-011-2/+8
* Fix a typo on a comment in ofw_bus_if.m, the default method will return -1loos2013-11-121-1/+1
* An addendum: it is possible, though of questionable utility, for a nodenwhitehorn2013-11-061-0/+2
* Make OF_nextprop() work correctly for FDT by using the libfdtnwhitehorn2013-11-061-67/+26
* Add a helper routine to search for a compat string in a table thatian2013-10-252-0/+30
* Make sure to get the right node when looking up #interrupt-cells.nwhitehorn2013-10-251-2/+2
* Remove some of the code required for supporting ssm(4) on SPARC in favornwhitehorn2013-10-241-21/+12
* interrupt-parent and #interrupt-cells are written to the tree usingnwhitehorn2013-10-241-2/+2
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. Thenwhitehorn2013-10-232-0/+552
OpenPOWER on IntegriCloud