summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powermac
AgeCommit message (Expand)AuthorFilesLines
2024-05-07powerpc: Fix typosBjorn Helgaas2-2/+2
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+1
2024-03-07arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann1-26/+0
2024-03-03powerpc/32: fix ADB_CUDA kconfig warningMichael Ellerman1-1/+1
2024-02-21powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde1-2/+0
2023-11-21powerpc/powermac: mark smp_psurge_{give,take}_timebase staticArnd Bergmann1-2/+2
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray1-1/+2
2023-09-18powerpc/32: Add dependencies of POWER_RESET for pmac32Yuan Tan1-0/+1
2023-09-18powerpc/powermac: add missing of_node_putJulia Lawall2-2/+6
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-5/+7
2023-08-25powerpc/powermac: Fix unused function warningMichael Ellerman1-4/+4
2023-08-02powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Benjamin Gray1-3/+3
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann1-0/+2
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-6/+6
2023-06-21powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring1-6/+6
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-1/+2
2023-04-04powerpc: Use of_address_to_resource()Rob Herring1-10/+6
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring4-5/+5
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring1-2/+1
2022-11-24powerpc/powermac: Fix symbol not declared warningsChen Lifu1-13/+5
2022-09-05powerpc/powermac/udbg_scc: Add missing of_node_put()s in udbg_scc_init()Liang He1-2/+6
2022-09-05powerpc/powermac/pfunc_base: Add missing of_node_put() in macio_gpio_init_one()Liang He1-0/+2
2022-09-05powerpc/powermac/low_i2c: Add missing of_node_put() in kw_i2c_probe()Liang He1-0/+1
2022-09-05powerpc/powermac/feature: Add missing of_node_put()Liang He1-5/+10
2022-09-05powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He1-0/+1
2022-06-26powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy1-7/+0
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski1-1/+1
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2-2/+2
2022-05-08powerpc: Add missing headersChristophe Leroy10-7/+13
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy5-5/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-05-04powerpc/powermac: Use for_each_property_of_node()Michael Ellerman1-1/+1
2022-05-04powerpc: No need to initialise statics to 0Xiang wangx1-1/+1
2022-05-04powerpc: use strscpy to replace strlcpyJason Wang1-1/+1
2022-05-04powerpc/pmac: remove unused symbolZucheng Zheng1-4/+0
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy1-0/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-2/+2
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child1-2/+2
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child6-9/+9
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-0/+1
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin1-1/+1
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy1-0/+1
2021-10-08powerpc/powermac: Remove stale declaration of pmac_mdChristophe Leroy1-2/+0
2021-10-08powerpc: Remove unused prototype for of_show_percpuinfoDaniel Axtens1-1/+0
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+3
2021-06-24powerpc: Remove klimitChristophe Leroy1-1/+1