aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-2/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-4/+5
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+6
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-253-3/+3
* mpc85xx: Use device_set_desc()Mark Johnston2024-06-161-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-14/+7
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-21/+10
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-6/+6
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-10/+6
* powerpc mpc85xx: Fix infinite recursion in multiple bus methodsJohn Baldwin2024-02-171-3/+3
* powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2024-02-161-1/+2
* powerpc: Add RF_LITTLEENDIAN resource flagJohn Baldwin2024-01-231-2/+1
* powerpc mpc85xx: Use bus_generic_rman_*John Baldwin2024-01-231-48/+137
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* powerpc/mpc85xx: Add compat strings for P5040 PCIeJustin Hibbits2022-12-011-0/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+2
* powerpc/fsl_sata: Properly clamp maxio to pessimized sizeJustin Hibbits2022-08-051-1/+1
* mpc85xx/pci: Conditionally reset PCI bridgesJustin Hibbits2022-07-301-12/+16
* powerpc mpc85xx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-1012-44/+18
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* powerpc mpc85xx: Remove unused variables.John Baldwin2022-04-132-6/+0
* powerpcspe: fix PCI enumeration on ppce500Alfredo Dal'Ava Junior2022-03-211-3/+6
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-3/+3
* Merge the QorIQ GPIO drivers between arm and powerpcJustin Hibbits2021-04-051-315/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-22/+6
* powerpc/mpc85xx: Don't use the quantum cache in vmem for MPIC MSIsJustin Hibbits2020-06-101-1/+1
* powerpc/mpc85xx: Partially revert r356640Justin Hibbits2020-01-131-1/+1
* powerpc/mpc85xx: Fix localbus child reg property decodingJustin Hibbits2020-01-111-2/+2
* powerpc/mpc85xx: Clean up Freescale SATA driver a littleJustin Hibbits2019-12-151-30/+5
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* powerpc/mpc85xx: Add MSI support for Freescale PowerPC SoCsJustin Hibbits2019-11-081-8/+256
* Add support for building Book-E kernels with clang/lld.Brandon Bergren2019-11-021-6/+11
* powerpc/mpc85xx: Set description for the MPC85xx RC bridgeJustin Hibbits2019-11-021-0/+2
* powerpc/booke: Simplify the MPC85XX PCIe root complex driverJustin Hibbits2019-10-241-140/+14
* powerpc/mpc85xx: Replace global PCI config mutex with per-controller mutexJustin Hibbits2019-10-191-16/+11
* powerpc/mpc85xx: Fix function type for fsl_pcib_error_intr()Justin Hibbits2019-10-161-4/+2
* powerpc/mpc85xx: Use the proper (EREF) form of writing to DBCR0Justin Hibbits2019-05-231-5/+4
* powerpc/mpc85xx: Attach MPC85xx PCI bus and root complex at the right passJustin Hibbits2019-05-042-2/+4
* powerpc/mpc85xx: Synchronize timebase the platform correct wayJustin Hibbits2019-02-271-1/+174
* powerpc/booke: Replace a logical equivalent of pmap_kextract() with a real callJustin Hibbits2018-12-101-2/+2
* powerpc: Prepare Book-E kernels for KERNBASE != run baseJustin Hibbits2018-11-281-2/+3
* powerpc/mpc85xx: Reset the PCIe bus on attachJustin Hibbits2018-10-301-1/+12
* powerpc/mpc85xx: Make Freescale PCI bridge driver a subclass of ofw_pcib_pciJustin Hibbits2018-10-211-78/+6
* Remove dead errata fixup codeJustin Hibbits2018-05-013-119/+0