aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/simplebus.c
Commit message (Expand)AuthorAgeFilesLines
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Revert r306473.Justin Hibbits2016-10-011-9/+0
* Use the cell-index property as the unit number if available.Justin Hibbits2016-09-301-0/+9
* 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/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* SIMPLEBUS: Don't panic if child device doesn't have devinfo set.Michal Meloun2015-12-131-0/+6
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-271-42/+101
* Allow creating subclass of FDT simplebusJayachandran C.2015-02-271-25/+4
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-30/+1
* 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-251-31/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* 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
* 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-051-1/+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
* Allow nesting of simplebuses.Nathan Whitehorn2014-02-021-0/+1
* Provide a simpler and more standards-compliant simplebus implementation toNathan Whitehorn2014-02-011-265/+252
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-2/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andNathan Whitehorn2014-01-041-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-231-5/+3
* MFP4: 223121 (FDT infrastructure portion)Brooks Davis2013-10-211-9/+117
* Don't hesitate to ask parent to setup IRQ finally.Aleksandr Rybalko2013-03-181-3/+0
* Allow simplebus to attach to another simplebus.Aleksandr Rybalko2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useAleksandr Rybalko2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notAleksandr Rybalko2013-03-181-2/+2
* o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko2013-03-181-3/+0
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-151-10/+6
* Simplify simplebus_setup_intr and don't call MD code directly. We canMarcel Moolenaar2012-07-021-25/+20
* DEBUG is a kernel option. Don't define it here, as it breaks LINT.Marcel Moolenaar2011-12-301-3/+0
* Let simplebus(4) diagnostics be a bit more descriptive.Rafal Jaworowski2010-07-111-4/+7
* Import the common Flattened Device Tree infrastructure.Rafal Jaworowski2010-06-021-0/+333