summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-156-17/+7
|\
| * powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy2024-03-032-10/+2
| * powerpc/85xx: Make some pic_init functions staticMichael Ellerman2024-03-033-3/+3
| * powerpc: sgy_cts1000: Convert to platform remove callback returning voidUwe Kleine-König2024-02-221-4/+2
* | powerpc: 85xx: mark local functions staticArnd Bergmann2024-02-067-10/+12
|/
* powerpc/85xx: Fix typo in code commentDario Binacchi2023-12-011-1/+1
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3122-26/+27
|\
| * powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2023-08-232-4/+4
| * powerpc: Explicitly include correct DT includesRob Herring2023-08-0220-22/+23
* | powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman2023-08-011-1/+1
|/
* powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker2023-06-212-388/+0
* powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker2023-06-212-164/+0
* powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020Pali Rohár2023-04-202-6/+21
* powerpc/85xx: p2020: Define just one machine descriptionPali Rohár2023-04-201-38/+19
* powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacksPali Rohár2023-04-204-15/+36
* powerpc/85xx: mpc85xx_ds: Move i8259 code into own filePali Rohár2023-04-204-47/+72
* powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.cPali Rohár2023-04-204-30/+37
* powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.cPali Rohár2023-04-204-16/+46
* powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdbChristophe Leroy2023-04-201-2/+0
* powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_dsChristophe Leroy2023-04-201-17/+20
* powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macroChristophe Leroy2023-04-202-4/+4
* powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()Christophe Leroy2023-04-202-2/+6
* powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()Christophe Leroy2023-04-202-23/+11
* powerpc/85xx: Remove DBG() macroChristophe Leroy2023-04-203-25/+1
* powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575Pali Rohár2023-04-201-1/+0
* powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár2023-04-201-22/+1
* powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár2023-04-201-12/+1
* powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár2023-04-201-3/+2
* powerpc/fsl_uli1575: Misc cleanupChristophe Leroy2023-04-201-3/+1
* powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-1624-39/+0
* powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy2023-03-161-4/+4
* powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy2023-03-1521-294/+36
* powerpc/sgy_cts1000: convert to using gpiod API and faceliftDmitry Torokhov2022-11-241-79/+53
* powerpc: Cleanup idle for e500Christophe Leroy2022-09-262-8/+0
* powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy2022-09-261-1/+1
* powerpc: Remove redundant selection of E500 and E500MCChristophe Leroy2022-09-261-3/+0
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva2022-09-081-0/+1
* powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()Liang He2022-09-051-2/+4
* powerpc/85xx: Add missing of_node_put() in sgy_cst1000Liang He2022-09-051-13/+22
* powerpc/85xx: Add missing of_node_put() in ksi8560.cLiang He2022-09-051-0/+2
* powerpc/85xx: Fix description of MPC85xx and P1/P2 boards optionsPali Rohár2022-07-281-8/+10
* powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy2022-05-221-9/+0
* powerpc: Add missing headersChristophe Leroy2022-05-088-5/+9
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-089-9/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman2022-04-271-1/+1
* powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy2022-02-071-1/+1
* powerpc/e500/qemu-e500: allow core to idle without waitingTobias Waldekranz2022-01-311-0/+5
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-148-9/+11
|\