aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+1
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-242-18/+0
* Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-222-0/+18
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+1
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+49
* Use OF_getencpropalloc() to handle endianess of the properties.Ian Lepore2015-04-101-3/+3
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-272-45/+112
* Allow creating subclass of FDT simplebusJayachandran C.2015-02-272-25/+60
* Fix whitespace glitch from prior comit.Ian Lepore2015-01-311-1/+1
* Reimplement fdt_clock_register_provider() correctly. It turns out youIan Lepore2015-01-241-1/+2
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-30/+1
* Add support for empty ranges properties within the tree, some vendorAndrew Turner2014-12-191-3/+8
* Eliminate fdt_data_verify(). The verification it proceed is wrongRuslan Bukin2014-12-152-66/+6
* The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner2014-11-201-4/+87
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Fail to probe on simplebus nodes that lack a "ranges" property.Ian Lepore2014-10-191-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-253-72/+2
* Create an interface and support routines for drivers that handle IO pinIan Lepore2014-09-133-0/+256
* Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()Ian Lepore2014-09-021-3/+4
* Create an interface for drivers to enable or disable their clocks as listedIan Lepore2014-09-023-0/+296
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-012-3/+3
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatIan Lepore2014-08-051-1/+1
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.Ian Lepore2014-08-051-2/+4
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-0/+72
* Catch up with last-second name change.Ian Lepore2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aIan Lepore2014-02-162-0/+22
* Better nomatch messages: include compat string. Also, flag devices asWarner Losh2014-02-121-4/+11
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-052-92/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Be more robust with malformed interrupt config data. Instead of crashingIan Lepore2014-02-021-5/+17
* Fix missing offset.Nathan Whitehorn2014-02-021-1/+2
* Allow nesting of simplebuses.Nathan Whitehorn2014-02-021-0/+1
* Provide a simpler and more standards-compliant simplebus implementation toNathan Whitehorn2014-02-012-531/+252
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-3/+1
* Be more robust with malformed interrupt config data. Instead of crashingIan Lepore2014-01-241-5/+17
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore2014-01-052-220/+0
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-055-44/+5
* Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longerNathan Whitehorn2014-01-043-131/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andNathan Whitehorn2014-01-043-96/+23
* Remove dead code. Most of this was in an #if 0 block; the rest is notNathan Whitehorn2013-12-172-377/+0
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-1/+1
* This files should have been included in r257648.Ian Lepore2013-11-041-0/+3
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-3/+0
* Use common OFW root code to set up fdtbus. This is an almost purelyNathan Whitehorn2013-10-251-553/+9
* Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,Nathan Whitehorn2013-10-241-3/+2
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-233-9/+7
* MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693,Brooks Davis2013-10-221-0/+19
* Allow lots of interrupts (useful on multi-domain platforms) and do notNathan Whitehorn2013-10-221-4/+2
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-223-14/+21