summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/simplebus.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304459,r305527:mmel2016-11-051-2/+0
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-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
* SIMPLEBUS: Don't panic if child device doesn't have devinfo set.mmel2015-12-131-0/+6
* Provide the number of interrupt resources added to the listbr2015-05-151-1/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-42/+101
* Allow creating subclass of FDT simplebusjchandra2015-02-271-25/+4
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codezbb2015-01-131-30/+1
* 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-251-31/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* 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
* 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-051-1/+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
* Allow nesting of simplebuses.nwhitehorn2014-02-021-0/+1
* Provide a simpler and more standards-compliant simplebus implementation tonwhitehorn2014-02-011-265/+252
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-2/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andnwhitehorn2014-01-041-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Remove OF_instance_to_package() hack for FDT and replace with use of thenwhitehorn2013-10-231-5/+3
* MFP4: 223121 (FDT infrastructure portion)brooks2013-10-211-9/+117
* Don't hesitate to ask parent to setup IRQ finally.ray2013-03-181-3/+0
* Allow simplebus to attach to another simplebus.ray2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useray2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notray2013-03-181-2/+2
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-3/+0
* Merging of projects/armv6, part 4gonzo2012-08-151-10/+6
* Simplify simplebus_setup_intr and don't call MD code directly. We canmarcel2012-07-021-25/+20
* DEBUG is a kernel option. Don't define it here, as it breaks LINT.marcel2011-12-301-3/+0
* Let simplebus(4) diagnostics be a bit more descriptive.raj2010-07-111-4/+7
* Import the common Flattened Device Tree infrastructure.raj2010-06-021-0/+333
OpenPOWER on IntegriCloud