| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r304459,r305527: | mmel | 2016-11-05 | 1 | -2/+0 |
* | INTRNG - change the way how an interrupt mapping data are provided | skra | 2016-06-05 | 1 | -0/+2 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -3/+3 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -2/+2 |
* | SIMPLEBUS: Don't panic if child device doesn't have devinfo set. | mmel | 2015-12-13 | 1 | -0/+6 |
* | Provide the number of interrupt resources added to the list | br | 2015-05-15 | 1 | -1/+1 |
* | Make simplebus a base class of ofwbus. This allows the elimination of | ian | 2015-03-27 | 1 | -42/+101 |
* | Allow creating subclass of FDT simplebus | jchandra | 2015-02-27 | 1 | -25/+4 |
* | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | zbb | 2015-01-13 | 1 | -30/+1 |
* | Fail to probe on simplebus nodes that lack a "ranges" property. | ian | 2014-10-19 | 1 | -1/+7 |
* | Replace multiple nearly-identical copies of code to walk through an FDT | ian | 2014-09-25 | 1 | -31/+2 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 1 | -1/+1 |
* | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | ian | 2014-08-05 | 1 | -1/+1 |
* | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | ian | 2014-08-05 | 1 | -2/+4 |
* | Better nomatch messages: include compat string. Also, flag devices as | imp | 2014-02-12 | 1 | -4/+11 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 1 | -1/+1 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 1 | -0/+3 |
* | Be more robust with malformed interrupt config data. Instead of crashing | ian | 2014-02-02 | 1 | -5/+17 |
* | Allow nesting of simplebuses. | nwhitehorn | 2014-02-02 | 1 | -0/+1 |
* | Provide a simpler and more standards-compliant simplebus implementation to | nwhitehorn | 2014-02-01 | 1 | -265/+252 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | nwhitehorn | 2014-01-05 | 1 | -2/+0 |
* | Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() and | nwhitehorn | 2014-01-04 | 1 | -1/+1 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 1 | -1/+1 |
* | Remove OF_instance_to_package() hack for FDT and replace with use of the | nwhitehorn | 2013-10-23 | 1 | -5/+3 |
* | MFP4: 223121 (FDT infrastructure portion) | brooks | 2013-10-21 | 1 | -9/+117 |
* | Don't hesitate to ask parent to setup IRQ finally. | ray | 2013-03-18 | 1 | -3/+0 |
* | Allow simplebus to attach to another simplebus. | ray | 2013-03-18 | 1 | -0/+2 |
* | Hide "no default resources for" warning under bootverbose. It's ok to use | ray | 2013-03-18 | 1 | -2/+3 |
* | Allow simplebus to attach in less strict way, when "simple-bus" listed on not | ray | 2013-03-18 | 1 | -2/+2 |
* | o Switch to use physical addresses in rman for FDT. | ray | 2013-03-18 | 1 | -3/+0 |
* | Merging of projects/armv6, part 4 | gonzo | 2012-08-15 | 1 | -10/+6 |
* | Simplify simplebus_setup_intr and don't call MD code directly. We can | marcel | 2012-07-02 | 1 | -25/+20 |
* | DEBUG is a kernel option. Don't define it here, as it breaks LINT. | marcel | 2011-12-30 | 1 | -3/+0 |
* | Let simplebus(4) diagnostics be a bit more descriptive. | raj | 2010-07-11 | 1 | -4/+7 |
* | Import the common Flattened Device Tree infrastructure. | raj | 2010-06-02 | 1 | -0/+333 |