summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: Add missing of_node_put() in tqm8xx_setup.cLiang He2022-09-051-0/+3
* powerpc/8xx: Use kmalloced data structure instead of global staticChristophe Leroy2022-05-111-18/+30
* powerpc/8xx: Remove mpc8xx_pics_init()Christophe Leroy2022-05-119-32/+15
* powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceChristophe Leroy2022-05-113-56/+50
* powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy2022-05-111-29/+44
* powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy2022-05-113-140/+152
* powerpc: Add missing headersChristophe Leroy2022-05-083-3/+5
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap2022-05-021-0/+1
* powerpc: 8xx: fix a return value error in mpc8xx_pic_initHangyu Hua2022-03-091-0/+1
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-091-1/+1
* powerpc/8xx: Always pin kernel text TLBChristophe Leroy2020-12-091-7/+0
* powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy2020-12-091-0/+11
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2020-05-261-1/+1
* powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy2020-05-261-1/+1
* powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-1/+1
* powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy2020-05-261-0/+41
* powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-261-9/+0
* powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-252-14/+4
* powerpc/8xx: use the fixmapped IMMR in cpm_reset()Christophe Leroy2019-11-191-7/+1
* powerpc/8xx: add __init to cpm1 init functionsChristophe Leroy2019-11-192-6/+6
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-134-0/+1177
|\
| * powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy2019-07-052-0/+104
| * powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy2019-07-051-18/+16
| * powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy2019-07-051-20/+13
| * powerpc/8xx: refactor programming of microcode CPM params.Christophe Leroy2019-07-051-18/+27
| * powerpc/8xx: refactor printing of microcode patch name.Christophe Leroy2019-07-051-6/+8
| * powerpc/8xx: Refactor microcode writeChristophe Leroy2019-07-051-9/+6
| * powerpc/8xx: refactor writing of CPM microcode arraysChristophe Leroy2019-07-051-22/+13
| * powerpc/8xx: compact microcode arraysChristophe Leroy2019-07-051-559/+140
| * powerpc/8xx: drop verify_patch()Christophe Leroy2019-07-051-40/+0
| * powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy2019-07-053-0/+1542
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
|/
* powerpc/8xx: Fix possible device node reference leakWen Yang2019-04-201-2/+1
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-2/+2
|\
| * powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2018-10-191-2/+2
* | powerpc: 8xx: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-2/+3
|/
* powerpc/8xx: Remove RTC clock on 88xChristophe Leroy2018-06-043-6/+0
* powerpc: use time64_t in update_persistent_clockArnd Bergmann2018-06-031-4/+3
* powerpc: use time64_t in read_persistent_clockArnd Bergmann2018-06-031-3/+1
* powerpc/8xx: fix cpm_cascade() dual end of interruptChristophe Leroy2018-03-131-7/+1
* powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy2018-01-161-12/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* powerpc/8xx: Fix two CONFIG_8xx left behindChristophe Leroy2017-08-141-1/+1
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-101-1/+0
* powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy2017-08-104-2/+184
* powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy2017-08-102-1/+38
* powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy2017-08-101-1/+1