summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-232-0/+58
* Remove OF_instance_to_package() hack for FDT and replace with use of thenwhitehorn2013-10-231-13/+1
* Make all Open Firmware internal interfaces endian-safe by using the newnwhitehorn2013-10-234-24/+22
* Fix build.andreast2013-10-231-2/+2
* A few other common cases for encode-int decoding: OF_getencprop_alloc()nwhitehorn2013-10-222-0/+35
* Add a new function (OF_getencprop()) that undoes the transformation appliednwhitehorn2013-10-222-0/+18
* Return standards-compliant code from OF_nextprop() with FDT when nonwhitehorn2013-10-221-1/+1
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-211-5/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-153-1/+51
* Make the primary name of the OF console device /dev/ofwcons, and onlynwhitehorn2013-09-091-7/+9
* - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkhrs2012-08-184-2/+29
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+5
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-153-3/+3
* Implement OF_printf() using kvprintf() directly, avoiding to use amarius2012-01-271-4/+18
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-2/+4
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-1/+1
OpenPOWER on IntegriCloud