summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* Make lbc(4) the same driver pass as simplebus.jhibbits2016-02-031-1/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Initialize the rid for input.jhibbits2016-01-031-0/+1
* Add error interrupt handler for Freescale PCI errorsjhibbits2016-01-031-1/+112
* Use uint32_t for LBC block size.jhibbits2016-01-011-3/+3
* Extend idle support for newer Book-E cores.jhibbits2016-01-012-0/+43
* Add platform support for QorIQ SoCs.jhibbits2015-12-303-12/+297
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Add Freescale QorIQ GPIO driver.jhibbits2015-11-301-0/+309
* Remove a debug panic that crept into r291151jhibbits2015-11-221-1/+0
* Modernize mpc85xx PCI hostbridge driver.jhibbits2015-11-222-138/+8
* Add support for new LAW registers in QorIQ SoCs.jhibbits2015-11-182-35/+125
* Use 64-bit addresses for configuring inbound and outbound address windows.jhibbits2015-11-031-8/+8
* Use the correct space (PCI addresses) for the I/O and memory ranges.jhibbits2015-11-031-6/+6
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-091-1/+1
* Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-271-5/+3
* The Freescale qoriq PCIe controller is compatible with mpc85xx.jhibbits2015-08-261-1/+4
* Make the mpc85xx platform a kobj base class.jhibbits2015-08-222-7/+7
* Simplify the PCI bus scanning logic.jhibbits2015-08-211-14/+3
* Remove debug printf.jhibbits2015-08-191-1/+0
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-112-3/+115
* Add a GPIO driver for the mpc85xx.jhibbits2015-04-041-0/+307
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-4/+4
* Move CCSR discovery into the platform module, while simultaneously makingnwhitehorn2013-11-172-2/+56
* Rename the "bare" platform "mpc85xx", which is what it actually is, andnwhitehorn2013-11-111-0/+356
* Be more flexible about which compatible strings to accept. This brings upnwhitehorn2013-11-111-0/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-052-2/+2
* Interrelated improvements to early boot mappings:nwhitehorn2013-10-262-0/+3
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-2/+0
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalnwhitehorn2013-10-251-274/+75
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-0/+37
* Since the PS3 port was committed, the AIM nexus device works perfectly finenwhitehorn2013-10-201-201/+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
OpenPOWER on IntegriCloud