summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* Enable parsing simple-bus 'ranges' with multiple entriesmw2017-09-061-1/+2
* Set the correct default for #address-cells variable when the property doesloos2017-09-061-1/+1
* Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latterandrew2017-09-061-7/+7
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereandrew2017-09-061-6/+0
* MFC: r314097marius2017-05-101-5/+31
* MFC r304459,r305527:mmel2016-11-051-2/+0
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-0/+2
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-113-8/+8
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Add fman and dpaa fixups for powerpc fdtjhibbits2016-04-151-3/+62
* ARM: Parse command line delivered by U-Boot:mmel2016-03-262-0/+14
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-3/+3
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-012-3/+3
* Make the fdt_get_mem_regions memsize argument optional. It's only used inandrew2016-03-011-1/+2
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-292-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* 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
OpenPOWER on IntegriCloud