| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SMP booting for PowerPC Book-E | jhibbits | 2016-04-19 | 1 | -19/+3 |
* | Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs. | jhibbits | 2016-04-05 | 1 | -1/+11 |
* | Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64 | zbb | 2016-03-29 | 1 | -2/+1 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | ian | 2016-03-21 | 1 | -1/+1 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -4/+4 |
* | Let rman_init() initialize the default rman range. | jhibbits | 2016-03-03 | 1 | -2/+0 |
* | Fix 2 bugs in the mpc85xx local bus controller driver. | jhibbits | 2016-03-02 | 1 | -2/+26 |
* | Add another compatibility check for QorIQ GPIO driver. | jhibbits | 2016-03-01 | 1 | -1/+2 |
* | Move another range check to use RMAN_IS_DEFAULT_RANGE(). | jhibbits | 2016-02-27 | 1 | -1/+1 |
* | Allow the size argument for law_enable() to be non-power-of-2. | jhibbits | 2016-02-23 | 1 | -1/+2 |
* | Revert r295756: | zbb | 2016-02-20 | 1 | -1/+3 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 1 | -1/+1 |
* | Extract common code from PowerPC's ofw_pci | zbb | 2016-02-18 | 1 | -3/+1 |
* | Make lbc(4) the same driver pass as simplebus. | jhibbits | 2016-02-03 | 1 | -1/+2 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -2/+2 |
* | Initialize the rid for input. | jhibbits | 2016-01-03 | 1 | -0/+1 |
* | Add error interrupt handler for Freescale PCI errors | jhibbits | 2016-01-03 | 1 | -1/+112 |
* | Use uint32_t for LBC block size. | jhibbits | 2016-01-01 | 1 | -3/+3 |
* | Extend idle support for newer Book-E cores. | jhibbits | 2016-01-01 | 2 | -0/+43 |
* | Add platform support for QorIQ SoCs. | jhibbits | 2015-12-30 | 3 | -12/+297 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -0/+1 |
* | Add Freescale QorIQ GPIO driver. | jhibbits | 2015-11-30 | 1 | -0/+309 |
* | Remove a debug panic that crept into r291151 | jhibbits | 2015-11-22 | 1 | -1/+0 |
* | Modernize mpc85xx PCI hostbridge driver. | jhibbits | 2015-11-22 | 2 | -138/+8 |
* | Add support for new LAW registers in QorIQ SoCs. | jhibbits | 2015-11-18 | 2 | -35/+125 |
* | Use 64-bit addresses for configuring inbound and outbound address windows. | jhibbits | 2015-11-03 | 1 | -8/+8 |
* | Use the correct space (PCI addresses) for the I/O and memory ranges. | jhibbits | 2015-11-03 | 1 | -6/+6 |
* | Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. | ian | 2015-10-09 | 1 | -1/+1 |
* | Fix freescale sdhc driver, and add it to the files list. | jhibbits | 2015-08-27 | 1 | -5/+3 |
* | The Freescale qoriq PCIe controller is compatible with mpc85xx. | jhibbits | 2015-08-26 | 1 | -1/+4 |
* | Make the mpc85xx platform a kobj base class. | jhibbits | 2015-08-22 | 2 | -7/+7 |
* | Simplify the PCI bus scanning logic. | jhibbits | 2015-08-21 | 1 | -14/+3 |
* | Remove debug printf. | jhibbits | 2015-08-19 | 1 | -1/+0 |
* | 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 |