summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_bus_subr.c
Commit message (Expand)AuthorAgeFilesLines
* ofw: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* simplebus pnp: Do not generate pnp info is the bus status is not okayEmmanuel Vadot2018-06-121-0/+4
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-9/+11
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-9/+9
* Add api for creating resource list based on 'assigned-addresses'Marcin Wojtas2018-04-041-4/+21
* Out of an abundance of caution, NUL out the first byte in the PNPWarner Losh2018-01-281-0/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-4/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Enable using ofw_bus_find_compatible in early platform codeMarcin Wojtas2017-08-091-10/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Expand OpenFirmware API with ofw_bus_node_status_okayWojciech Macek2017-01-251-0/+19
* Check all compatible strings on uart devices in powerpcJustin Hibbits2016-08-281-3/+25
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-2/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+73
* Add a pcib interface for use by interrupt controllers that need toAndrew Turner2016-05-161-0/+51
* Teach ofw_bus_parse_xref_list_alloc to be able to return the length of the pa...Adrian Chadd2016-02-091-4/+55
* OFW: Fix ofw_bus_string_list_to_array() function.Michal Meloun2016-01-201-6/+8
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-3/+4
* Support the variant of the interrupt-map property where the parent bus hasAndrew Turner2015-12-171-2/+15
* OFW: Add helper functions for parsing xref based lists.Michal Meloun2015-12-131-0/+131
* OFW: Move code for searching interrupt parent into separate function.Michal Meloun2015-12-021-12/+26
* OF_getencprop_alloc shouldn't be used to get string value. If stringOleksandr Tymoshenko2015-07-251-2/+2
* Fix an infinite loop when a node doesn't have an interrupt-parent property.Andrew Turner2015-07-151-1/+1
* Also accept "ok" to enable a device, some vendor device trees use this whenAndrew Turner2015-07-141-1/+2
* Add ofw_bus_find_child_by_phandle, a helper routine to find a device_tWarner Losh2015-06-201-0/+41
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-241-0/+22
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+4
* Use the correct node wen reading the compatible property.Andrew Turner2015-05-131-1/+1
* Add ofw_bus_find_compatible to find a compatible ofw node. This will beAndrew Turner2015-05-111-15/+54
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-0/+48
* Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixingNathan Whitehorn2015-01-051-3/+12
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-251-0/+63
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) toNathan Whitehorn2014-02-021-0/+27
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-171-1/+2
* Configure interrupt sense based on device tree information. This extendsNathan Whitehorn2013-12-171-9/+3
* Add a helper routine to search for a compat string in a table thatIan Lepore2013-10-251-0/+15
* Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn2013-10-231-6/+6
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratedNathan Whitehorn2013-10-211-5/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn2013-09-151-1/+1
* - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkHiroki Sato2012-08-181-2/+17
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-3/+6
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-0/+49
* Fix style.Marius Strobl2009-06-141-24/+22
* Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn2009-01-031-18/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+151
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrieveMarius Strobl2005-11-221-0/+128