aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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
2021-10-09powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=nXiaoming Ni3-7/+13
2021-10-09powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be foundXiaoming Ni1-2/+1
2021-08-27powerpc: retire sbc8548 board supportPaul Gortmaker3-141/+0
2020-11-19powerpc/85xx: Fix declaration made after definitionMichael Ellerman1-2/+1
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman1-2/+2
2020-07-16powerpc/Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-5/+5
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed1-7/+4
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-69/+0
2020-01-07powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entryBai Yingjie1-0/+9
2020-01-06powerpc/85xx: Get twr_p102x to compile againSebastian Andrzej Siewior1-4/+1
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes4-69/+0
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy1-6/+0
2019-11-17powerpc/85xx: remove mostly pointless mpc85xx_qe_init()Rasmus Villemoes6-30/+0
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2019-07-04powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-12/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 419Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner25-127/+25
2019-02-18powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig2-0/+2
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig8-21/+0
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-5/+5
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig2-19/+0
2018-11-25powerpc/85xx: Drop pointless static qualifierYue Haibing1-1/+1
2018-11-23rapidio: consolidate RAPIDIO config entry in drivers/rapidioChristoph Hellwig1-4/+4
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy1-2/+2