| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a PCI bridge for the Freescale PCIe Root Complex | jhibbits | 2015-05-11 | 2 | -3/+115 |
* | Add a GPIO driver for the mpc85xx. | jhibbits | 2015-04-04 | 1 | -0/+307 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 2 | -2/+2 |
* | Rearchitect platform memory map parsing to make it less | nwhitehorn | 2013-12-01 | 1 | -4/+4 |
* | Move CCSR discovery into the platform module, while simultaneously making | nwhitehorn | 2013-11-17 | 2 | -2/+56 |
* | Rename the "bare" platform "mpc85xx", which is what it actually is, and | nwhitehorn | 2013-11-11 | 1 | -0/+356 |
* | Be more flexible about which compatible strings to accept. This brings up | nwhitehorn | 2013-11-11 | 1 | -0/+1 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 2 | -2/+2 |
* | Interrelated improvements to early boot mappings: | nwhitehorn | 2013-10-26 | 2 | -0/+3 |
* | Remove all the instances of '#undef DEBUG' from kernel. | loos | 2013-10-25 | 1 | -2/+0 |
* | Convert e500 PCI driver to use common PPC PCI bus glue. No functional | nwhitehorn | 2013-10-25 | 1 | -274/+75 |
* | Allow PIC drivers to translate firmware sense codes for themselves. This | nwhitehorn | 2013-10-24 | 1 | -0/+37 |
* | Since the PS3 port was committed, the AIM nexus device works perfectly fine | nwhitehorn | 2013-10-20 | 1 | -201/+0 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 1 | -6/+6 |
* | Support lbc interrupts: | marcel | 2012-07-03 | 2 | -34/+108 |
* | Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intr | marcel | 2012-07-02 | 1 | -2/+58 |
* | Import eSDHC driver for Freescale integrated controller. | raj | 2012-05-26 | 2 | -0/+1603 |
* | Move OpenPIC FDT bus glue to a shared location, so that other PowerPC | raj | 2012-05-26 | 1 | -93/+0 |
* | A few improvements: | marcel | 2012-05-24 | 2 | -64/+179 |
* | Remove Semihakf-ism. DEBUG is a kernel configuration option. It | marcel | 2012-05-24 | 1 | -3/+0 |
* | Just return if the size of the window is 0. This can happen when the | marcel | 2012-05-24 | 1 | -1/+7 |
* | Either the I/O port range or the memory mapped I/O range may not be | marcel | 2012-05-24 | 1 | -2/+7 |
* | Fix missing header for powerpc_iomb(). | nwhitehorn | 2012-04-23 | 1 | -0/+1 |
* | Replace eieio; sync for creating bus-space memory barriers with sync. | nwhitehorn | 2012-04-22 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 2 | -4/+2 |
* | Fix r222813: we need to include sys/cpuset.h. because the PIC interface | marcel | 2011-07-31 | 1 | -2/+2 |
* | MFC | attilio | 2011-05-29 | 2 | -12/+14 |
|\ |
|
| * | o Determine the number of LAWs in a way the is future proof. Only the | marcel | 2011-05-28 | 1 | -7/+14 |
| * | Remove unused defines. They're distracting... | marcel | 2011-05-28 | 1 | -5/+0 |
| * | Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus | jhb | 2011-05-06 | 1 | -17/+0 |
* | | Fix compilation. | attilio | 2011-05-18 | 1 | -1/+2 |
* | | MFC | attilio | 2011-05-06 | 1 | -17/+0 |
|/ |
|
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 1 | -3/+3 |
* | Fix the interrupt code, broken 7 months ago. The interrupt framework | marcel | 2011-01-29 | 4 | -103/+40 |
* | Have nexus behave the same as the one on ARM (marvell SoCs), so as to | marcel | 2011-01-29 | 1 | -8/+17 |
* | Restructure how reset and poweroff are handled on PowerPC systems, since | nwhitehorn | 2010-08-31 | 1 | -25/+0 |
* | Convert Freescale PowerPC platforms to FDT convention. | raj | 2010-07-11 | 14 | -1990/+1694 |
* | Move the EOI logic when starting ithreads into intr_machdep instead of | nwhitehorn | 2010-07-06 | 1 | -2/+0 |
* | Remove the unneeded header <machine/intr.h>. | marcel | 2010-07-02 | 2 | -2/+0 |
* | Assign PCI intline values for ISA interrupts using the new INTR_VEC() | marcel | 2010-06-24 | 1 | -3/+3 |
* | Pass the device_t of the AT PIC driver to atpic_intr() so that | marcel | 2010-06-24 | 1 | -5/+2 |
* | With openpic(4) using active-low as the default polarity, reconfigure | marcel | 2010-06-23 | 1 | -2/+9 |
* | Configure interrupts on SMP systems to be distributed among all online | nwhitehorn | 2010-06-23 | 1 | -0/+1 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 6 | -29/+58 |
* | Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus. | marcel | 2010-03-23 | 1 | -7/+8 |
* | Add definitions for a 4th PCI host controller. No Freescale processor | marcel | 2010-03-23 | 2 | -1/+16 |
* | Make PCI Express host controllers functional, by: | marcel | 2010-02-01 | 1 | -0/+26 |
* | Use the capability pointer to indicate whether the host controller is | marcel | 2010-02-01 | 1 | -12/+13 |
* | Don't check the device ID. Instead, check the class, subclass and | marcel | 2010-01-29 | 1 | -28/+13 |
* | Always allocate PCI/ISA interrupts as shareable so that shared | marcel | 2009-11-20 | 1 | -0/+1 |