aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/8xx
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/8xx: Add missing of_node_put() in tqm8xx_setup.cGravatar Liang He 1-0/+3
2022-05-11powerpc/8xx: Use kmalloced data structure instead of global staticGravatar Christophe Leroy 1-18/+30
2022-05-11powerpc/8xx: Remove mpc8xx_pics_init()Gravatar Christophe Leroy 9-32/+15
2022-05-11powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceGravatar Christophe Leroy 3-56/+50
2022-05-11powerpc/8xx: Convert CPM1 error interrupt handler to platform driverGravatar Christophe Leroy 1-29/+44
2022-05-11powerpc/8xx: Move CPM interrupt controller into a dedicated fileGravatar Christophe Leroy 3-140/+152
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 3-3/+5
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itGravatar Christophe Leroy 1-1/+0
2022-05-02powerpc/8xx: export 'cpm_setbrg' for modulesGravatar Randy Dunlap 1-0/+1
2022-03-09powerpc: 8xx: fix a return value error in mpc8xx_pic_initGravatar Hangyu Hua 1-0/+1
2021-02-09powerpc: bad_page_fault get registers from regsGravatar Nicholas Piggin 1-1/+1
2020-12-09powerpc/8xx: Always pin kernel text TLBGravatar Christophe Leroy 1-7/+0
2020-12-09powerpc/8xx: Fix early debug when SMC1 is relocatedGravatar Christophe Leroy 1-0/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 2-2/+0
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCGravatar Christophe Leroy 1-1/+1
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBGravatar Christophe Leroy 1-1/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootGravatar Christophe Leroy 1-1/+1
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigGravatar Christophe Leroy 1-0/+41
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionGravatar Christophe Leroy 1-9/+0
2020-03-25powerpc: Replace setup_irq() by request_irq()Gravatar afzal mohammed 2-14/+4
2019-11-19powerpc/8xx: use the fixmapped IMMR in cpm_reset()Gravatar Christophe Leroy 1-7/+1
2019-11-19powerpc/8xx: add __init to cpm1 init functionsGravatar Christophe Leroy 2-6/+6
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-0/+1177
2019-07-05powerpc/8xx: Add microcode patch to move SMC parameter RAM.Gravatar Christophe Leroy 2-0/+104
2019-07-05powerpc/8xx: Use IO accessors in microcode programming.Gravatar Christophe Leroy 1-18/+16
2019-07-05powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cGravatar Christophe Leroy 1-20/+13
2019-07-05powerpc/8xx: refactor programming of microcode CPM params.Gravatar Christophe Leroy 1-18/+27
2019-07-05powerpc/8xx: refactor printing of microcode patch name.Gravatar Christophe Leroy 1-6/+8
2019-07-05powerpc/8xx: Refactor microcode writeGravatar Christophe Leroy 1-9/+6
2019-07-05powerpc/8xx: refactor writing of CPM microcode arraysGravatar Christophe Leroy 1-22/+13
2019-07-05powerpc/8xx: compact microcode arraysGravatar Christophe Leroy 1-559/+140
2019-07-05powerpc/8xx: drop verify_patch()Gravatar Christophe Leroy 1-40/+0
2019-07-05powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxGravatar Christophe Leroy 3-0/+1542
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-04-20powerpc/8xx: Fix possible device node reference leakGravatar Wen Yang 1-2/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Gravatar Christophe Leroy 1-2/+2
2018-09-28powerpc: 8xx: get cpu node with of_get_cpu_nodeGravatar Rob Herring 1-2/+3
2018-06-04powerpc/8xx: Remove RTC clock on 88xGravatar Christophe Leroy 3-6/+0
2018-06-03powerpc: use time64_t in update_persistent_clockGravatar Arnd Bergmann 1-4/+3
2018-06-03powerpc: use time64_t in read_persistent_clockGravatar Arnd Bergmann 1-3/+1
2018-03-13powerpc/8xx: fix cpm_cascade() dual end of interruptGravatar Christophe Leroy 1-7/+1
2018-01-16powerpc/8xx: Remove CPU6 ERRATA WorkaroundGravatar Christophe Leroy 1-12/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-08-14powerpc/8xx: Fix two CONFIG_8xx left behindGravatar Christophe Leroy 1-1/+1
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxGravatar Christophe Leroy 1-1/+0
2017-08-10powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxGravatar Christophe Leroy 4-2/+184
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxGravatar Christophe Leroy 2-1/+38
2017-08-10powerpc/8xx: Simplify CONFIG_8xx checks in MakefileGravatar Christophe Leroy 1-1/+1