summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx
AgeCommit message (Expand)Author
2024-09-10powerpc: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-10powerpc/85xx: fix compile error without CONFIG_CRASH_DUMPHari Bathini
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-03powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy
2024-03-03powerpc/85xx: Make some pic_init functions staticMichael Ellerman
2024-02-22powerpc: sgy_cts1000: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-06powerpc: 85xx: mark local functions staticArnd Bergmann
2023-12-01powerpc/85xx: Fix typo in code commentDario Binacchi
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman
2023-06-21powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker
2023-06-21powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker
2023-04-20powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020Pali Rohár
2023-04-20powerpc/85xx: p2020: Define just one machine descriptionPali Rohár
2023-04-20powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacksPali Rohár
2023-04-20powerpc/85xx: mpc85xx_ds: Move i8259 code into own filePali Rohár
2023-04-20powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár
2023-04-20powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár
2023-04-20powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy
2023-04-20powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy
2023-04-20powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy
2023-04-20powerpc/85xx: Remove DBG() macroChristophe Leroy
2023-04-20powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár
2023-04-20powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár
2023-04-20powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár
2023-04-20powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy
2022-11-24powerpc/sgy_cts1000: convert to using gpiod API and faceliftDmitry Torokhov
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy
2022-09-26powerpc: Remove redundant selection of E500 and E500MCChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy
2022-09-08powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva
2022-09-05powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()Liang He
2022-09-05powerpc/85xx: Add missing of_node_put() in sgy_cst1000Liang He
2022-09-05powerpc/85xx: Add missing of_node_put() in ksi8560.cLiang He
2022-07-28powerpc/85xx: Fix description of MPC85xx and P1/P2 boards optionsPali Rohár
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-04-27powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman