summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2023-04-20powerpc: drop MPC8272-ADS and PowerQUICC II FADS shared code.Paul Gortmaker4-219/+0
2023-04-20powerpc: drop PowerQUICC II Family ADS platform supportPaul Gortmaker3-193/+0
2023-04-20powerpc: drop MPC8272_ADS platform supportPaul Gortmaker3-216/+0
2023-04-20powerpc: drop HPCD/MPC8610 evaluation platform supportPaul Gortmaker3-330/+0
2023-04-20powerpc: drop HPC-NET/MPC8641D evaluation platform supportPaul Gortmaker3-110/+1
2023-04-20powerpc: drop HPC II (MPC7448) evaluation platform support.Paul Gortmaker3-198/+0
2023-04-20powerpc: drop MPC832x_MDS platform supportPaul Gortmaker3-109/+0
2023-04-20powerpc: drop MPC837x_MDS platform supportPaul Gortmaker3-102/+0
2023-04-20powerpc: drop MPC836x_MDS platform supportPaul Gortmaker3-208/+0
2023-04-20powerpc: drop MPC834x_MDS platform supportPaul Gortmaker3-105/+0
2023-04-20powerpc/pseries: Add FW_FEATURE_PLPKS feature flagAndrew Donnellan2-1/+5
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin1-0/+18
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin1-2/+2
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin1-0/+20
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/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár1-1/+1
2023-04-20powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...Pali Rohár1-4/+1
2023-04-20powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 supportPali Rohár1-1/+3
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ár2-22/+20
2023-04-20powerpc/fsl_uli1575: Simplify uli_exclude_device() usagePali Rohár3-25/+5
2023-04-20powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() functionPali Rohár1-3/+2
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy3-9/+5
2023-04-04powerpc: Use of_address_to_resource()Rob Herring7-82/+41
2023-04-04powerpc/usbgecko: Use of_iomap()Rob Herring1-19/+1
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring10-23/+19
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring7-8/+7
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk1-1/+1
2023-03-22powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain1-9/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy78-94/+0
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy1-4/+4
2023-03-16powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2-8/+2
2023-03-16powerpc/47x: Split ppc47x machine in twoChristophe Leroy1-20/+17
2023-03-14powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy62-631/+88
2023-03-14powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy4-0/+65
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2-1/+12
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds32-357/+1072