summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+5
* powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy2023-08-162-54/+22
* powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2023-08-163-3/+1
* powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2023-08-161-1/+0
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-285-31/+5
|\
| * powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-161-1/+0
| * powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy2023-03-155-30/+5
* | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-04-271-1/+1
|\ \
| * | powerpc/8xx: Use a larger CPM1 command check maskHerve Codina2023-03-051-1/+1
| |/
* / gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-062-1/+2
|/
* 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