summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx
AgeCommit message (Expand)AuthorFilesLines
2023-12-01powerpc/85xx: Fix typo in code commentDario Binacchi1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-26/+27
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2-4/+4
2023-08-02powerpc: Explicitly include correct DT includesRob Herring20-22/+23
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman1-1/+1
2023-06-21powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker2-388/+0
2023-06-21powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker2-164/+0
2023-04-20powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020Pali Rohár2-6/+21
2023-04-20powerpc/85xx: p2020: Define just one machine descriptionPali Rohár1-38/+19
2023-04-20powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacksPali Rohár4-15/+36
2023-04-20powerpc/85xx: mpc85xx_ds: Move i8259 code into own filePali Rohár4-47/+72
2023-04-20powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár4-30/+37
2023-04-20powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár4-16/+46
2023-04-20powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy1-2/+0
2023-04-20powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy1-17/+20
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy2-4/+4
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy2-2/+6
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy2-23/+11
2023-04-20powerpc/85xx: Remove DBG() macroChristophe Leroy3-25/+1
2023-04-20powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár1-1/+0
2023-04-20powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár1-22/+1
2023-04-20powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár1-12/+1
2023-04-20powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár1-3/+2
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy1-3/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy24-39/+0
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy1-4/+4
2023-03-14powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy21-294/+36
2022-11-24powerpc/sgy_cts1000: convert to using gpiod API and faceliftDmitry Torokhov1-79/+53
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy2-8/+0
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy1-1/+1
2022-09-26powerpc: Remove redundant selection of E500 and E500MCChristophe Leroy1-3/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-08powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2022-09-05powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()Liang He1-2/+4
2022-09-05powerpc/85xx: Add missing of_node_put() in sgy_cst1000Liang He1-13/+22
2022-09-05powerpc/85xx: Add missing of_node_put() in ksi8560.cLiang He1-0/+2
2022-07-28powerpc/85xx: Fix description of MPC85xx and P1/P2 boards optionsPali Rohár1-8/+10
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy1-9/+0
2022-05-08powerpc: Add missing headersChristophe Leroy8-5/+9
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy9-9/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-04-27powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman1-1/+1
2022-02-07powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy1-1/+1
2022-01-31powerpc/e500/qemu-e500: allow core to idle without waitingTobias Waldekranz1-0/+5
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-9/+11
2021-12-23powerpc/85xx: Add __init attribute to eligible functionsNick Child5-6/+6
2021-11-29powerpc/85xx: Make c293_pcie_pic_init() staticMichael Ellerman1-1/+1
2021-11-29powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticMichael Ellerman1-2/+2
2021-11-29powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()Michael Ellerman1-0/+2
2021-11-29powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni1-2/+2