summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-152-2/+2
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-141-4/+4
* MFC r257995, r258244, r258246,ian2014-05-142-1/+411
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-142-2/+2
* MFC r257161, r257169, r257178, r257190, r257191ian2014-05-142-0/+3
* MFC r257115, r257116, r257117ian2014-05-131-274/+75
* MFC r256994, r257016, r257055, r257059, r257060, r257075ian2014-05-131-0/+37
* MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code.ian2014-05-131-201/+0
* MFC r257127:loos2014-01-231-2/+0
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-6/+6
* Support lbc interrupts:marcel2012-07-032-34/+108
* Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intrmarcel2012-07-021-2/+58
* Import eSDHC driver for Freescale integrated controller.raj2012-05-262-0/+1603
* Move OpenPIC FDT bus glue to a shared location, so that other PowerPCraj2012-05-261-93/+0
* A few improvements:marcel2012-05-242-64/+179
* Remove Semihakf-ism. DEBUG is a kernel configuration option. Itmarcel2012-05-241-3/+0
* Just return if the size of the window is 0. This can happen when themarcel2012-05-241-1/+7
* Either the I/O port range or the memory mapped I/O range may not bemarcel2012-05-241-2/+7
* Fix missing header for powerpc_iomb().nwhitehorn2012-04-231-0/+1
* Replace eieio; sync for creating bus-space memory barriers with sync.nwhitehorn2012-04-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-4/+2
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfacemarcel2011-07-311-2/+2
* MFCattilio2011-05-292-12/+14
|\
| * o Determine the number of LAWs in a way the is future proof. Only themarcel2011-05-281-7/+14
| * Remove unused defines. They're distracting...marcel2011-05-281-5/+0
| * Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-17/+0
* | Fix compilation.attilio2011-05-181-1/+2
* | MFCattilio2011-05-061-17/+0
|/
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-3/+3
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-294-103/+40
* Have nexus behave the same as the one on ARM (marvell SoCs), so as tomarcel2011-01-291-8/+17
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-25/+0
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-1114-1990/+1694
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-061-2/+0
* Remove the unneeded header <machine/intr.h>.marcel2010-07-022-2/+0
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()marcel2010-06-241-3/+3
* Pass the device_t of the AT PIC driver to atpic_intr() so thatmarcel2010-06-241-5/+2
* With openpic(4) using active-low as the default polarity, reconfiguremarcel2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-231-0/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-186-29/+58
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.marcel2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processormarcel2010-03-232-1/+16
* Make PCI Express host controllers functional, by:marcel2010-02-011-0/+26
* Use the capability pointer to indicate whether the host controller ismarcel2010-02-011-12/+13
* Don't check the device ID. Instead, check the class, subclass andmarcel2010-01-291-28/+13
* Always allocate PCI/ISA interrupts as shareable so that sharedmarcel2009-11-201-0/+1
* Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.raj2009-07-211-4/+4
* More precise description of the DS1553 driver.raj2009-06-241-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.raj2009-06-223-0/+435
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).raj2009-06-221-0/+440
OpenPOWER on IntegriCloud