summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2023-06-21powerpc/powernv/pci: Remove MVE codeJoel Stanley2-24/+1
2023-06-21powerpc/powernv/pci: Remove ioda1 supportJoel Stanley3-455/+2
2023-06-21powerpc: 52xx: Make immr_id DT match tables staticRob Herring2-2/+2
2023-06-21powerpc: mpc512x: Remove open coded "ranges" parsingRob Herring1-32/+14
2023-06-21powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring1-6/+6
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-06-19powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King1-3/+3
2023-06-15powerpc/64s: Fix VAS mm use after freeNicholas Piggin2-2/+2
2023-06-14powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-06-09powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is setRandy Dunlap1-2/+2
2023-06-09Merge branch 'fixes' into nextMichael Ellerman3-56/+21
2023-05-30powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcallGaurav Batra1-2/+11
2023-05-16powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra1-4/+9
2023-05-16powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe2-50/+0
2023-05-15powerpc: Drop MPC5200 LocalPlus bus FIFO driverUwe Kleine-König3-601/+0
2023-05-15powerpc/spufs: remove unneeded if-checksTom Rix1-6/+0
2023-05-15powerpc: delete empty config entry for PPC_86xxRandy Dunlap1-1/+0
2023-05-08powerpc/fsl_uli1575: fix kconfig warnings and build errorsRandy Dunlap1-0/+1
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds128-2887/+517
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-28/+51
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+14
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-2/+7
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