summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx
AgeCommit message (Expand)AuthorLines
2025-09-06powerpc/cpm2: Drop legacy-of-mm-gpiochip.h headerChristophe Leroy-1/+0
2025-08-20powerpc: Use dev_fwnode()Jiri Slaby (SUSE)-2/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-2/+2
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+6
2025-05-16powerpc: Switch to irq_find_mapping()Jiri Slaby (SUSE)-2/+2
2025-05-16powerpc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-2/+4
2025-05-04powerpc: 8xx/gpio: use new line value setter callbacksBartosz Golaszewski-4/+8
2024-12-16powerpc/8xx: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko-59/+60
2024-08-30Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy-0/+7
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy-0/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-68/+26
2023-08-18powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy-12/+5
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy-54/+22
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy-3/+1
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy-1/+0
2023-08-08net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy-3/+0
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy-2/+0
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-31/+5
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-1/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy-1/+0
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy-30/+5
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann-1/+2
2023-03-05powerpc/8xx: Use a larger CPM1 command check maskHerve Codina-1/+1
2022-09-05powerpc/8xx: Add missing of_node_put() in tqm8xx_setup.cLiang He-0/+3
2022-05-11powerpc/8xx: Use kmalloced data structure instead of global staticChristophe Leroy-18/+30
2022-05-11powerpc/8xx: Remove mpc8xx_pics_init()Christophe Leroy-32/+15
2022-05-11powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceChristophe Leroy-56/+50
2022-05-11powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy-29/+44
2022-05-11powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy-140/+152
2022-05-08powerpc: Add missing headersChristophe Leroy-3/+5
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-1/+0
2022-05-02powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap-0/+1
2022-03-09powerpc: 8xx: fix a return value error in mpc8xx_pic_initHangyu Hua-0/+1
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin-1/+1
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy-7/+0
2020-12-09powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy-0/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy-1/+1
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy-1/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy-1/+1
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy-0/+41
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy-9/+0
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed-14/+4
2019-11-19powerpc/8xx: use the fixmapped IMMR in cpm_reset()Christophe Leroy-7/+1
2019-11-19powerpc/8xx: add __init to cpm1 init functionsChristophe Leroy-6/+6
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+1177
2019-07-05powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy-0/+104
2019-07-05powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy-18/+16
2019-07-05powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy-20/+13