summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Only define fdt_pic_table on arm, and when not using intrng as this isandrew2016-01-221-0/+2
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-214-148/+2
* Do not require strict compatibility on simplebuszbb2016-01-201-2/+2
* SIMPLEBUS: Don't panic if child device doesn't have devinfo set.mmel2015-12-131-0/+6
* Create a RouterBoard platform and use it to create a flash mapjhibbits2015-08-221-1/+1
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-242-18/+0
* Add helper method fdt_find_child to make access to child nodes easier.gonzo2015-05-222-0/+18
* Provide the number of interrupt resources added to the listbr2015-05-151-1/+1
* Bring in the start of the arm64 kernel.andrew2015-04-131-0/+49
* Use OF_getencpropalloc() to handle endianess of the properties.ian2015-04-101-3/+3
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-272-45/+112
* Allow creating subclass of FDT simplebusjchandra2015-02-272-25/+60
* Fix whitespace glitch from prior comit.ian2015-01-311-1/+1
* Reimplement fdt_clock_register_provider() correctly. It turns out youian2015-01-241-1/+2
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codezbb2015-01-131-30/+1
* Add support for empty ranges properties within the tree, some vendorandrew2014-12-191-3/+8
* Eliminate fdt_data_verify(). The verification it proceed is wrongbr2014-12-152-66/+6
* The ranges parent bus address may just be a tag to the entry in the parentandrew2014-11-201-4/+87
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).ian2014-11-121-6/+5
* Fail to probe on simplebus nodes that lack a "ranges" property.ian2014-10-191-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-253-72/+2
* Create an interface and support routines for drivers that handle IO pinian2014-09-133-0/+256
* Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()ian2014-09-021-3/+4
* Create an interface for drivers to enable or disable their clocks as listedian2014-09-023-0/+296
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-012-3/+3
* 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-2/+4
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-0/+72
* Catch up with last-second name change.ian2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aian2014-02-162-0/+22
* Better nomatch messages: include compat string. Also, flag devices asimp2014-02-121-4/+11
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-92/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Be more robust with malformed interrupt config data. Instead of crashingian2014-02-021-5/+17
* Fix missing offset.nwhitehorn2014-02-021-1/+2
* Allow nesting of simplebuses.nwhitehorn2014-02-021-0/+1
* Provide a simpler and more standards-compliant simplebus implementation tonwhitehorn2014-02-012-531/+252
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-3/+1
* Be more robust with malformed interrupt config data. Instead of crashingian2014-01-241-5/+17
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-052-220/+0
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-055-44/+5
* Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longernwhitehorn2014-01-043-131/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andnwhitehorn2014-01-043-96/+23
* Remove dead code. Most of this was in an #if 0 block; the rest is notnwhitehorn2013-12-172-377/+0
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-1/+1
* This files should have been included in r257648.ian2013-11-041-0/+3
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-3/+0
* Use common OFW root code to set up fdtbus. This is an almost purelynwhitehorn2013-10-251-553/+9
OpenPOWER on IntegriCloud