summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/44x
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+4
2025-05-16powerpc: Switch to irq_find_mapping()Jiri Slaby (SUSE)1-1/+1
2025-05-16powerpc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+3
2025-05-04powerpc: 44x/gpio: use new line value setter callbacksBartosz Golaszewski1-3/+4
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-02-24powerpc/44x: Declare primary_uic static in uic.cChristophe Leroy1-1/+1
2024-11-08powerpc/44x: Use for_each_of_range() iteratorRob Herring (Arm)1-14/+9
2024-08-07powerpc/476: Drop explicit initialization of struct i2c_device_id::driver_dat...Uwe Kleine-König1-1/+1
2024-06-28powerpc/platforms: Move files from 4xx to 44xChristophe Leroy9-1/+3891
2024-03-06powerpc/4xx: Fix warp_gpio_leds build failureMichael Ellerman1-0/+1
2023-12-01powerpc/44x: select I2C for CURRITUCKRandy Dunlap1-0/+1
2023-11-30powerpc/44x: Make ppc44x_idle_init() staticMichael Ellerman1-1/+1
2023-08-18powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...Christophe Leroy1-55/+0
2023-06-14powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-62/+26
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring2-2/+2
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy8-9/+0
2023-03-16powerpc/47x: Split ppc47x machine in twoChristophe Leroy1-20/+17
2023-03-14powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy5-32/+8
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann1-0/+1
2023-01-30powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy1-1/+1
2022-11-24powerpc/warp: switch to using gpiod APIDmitry Torokhov1-12/+93
2022-09-05powerpc/44x: Add of_node_put() when break out from for_eachLiang He1-0/+2
2022-05-08powerpc: Add missing headersChristophe Leroy4-3/+5
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2-2/+0
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2021-12-23powerpc/44x: Add __init attribute to eligible functionsNick Child1-2/+2
2021-12-09powerpc/4xx: Complete removal of MSI supportCédric Le Goater1-4/+0
2021-10-28powerpc/44x/fsp2: add missing of_node_putBixuan Cui1-0/+2
2021-10-08powerpc/476: Fix sparse reportChristophe Leroy1-2/+2
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-2/+2
2021-04-22powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants"Colin Ian King1-1/+1
2021-02-08powerpc/akebono: Fix unmet dependency errorsMichael Ellerman1-7/+0
2020-09-02powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.hChristophe Leroy1-0/+1
2020-09-02powerpc: Use simple i2c probe functionStephen Kitt1-3/+2
2020-05-28powerpc/40x: Remove support for ISS SimulatorChristophe Leroy1-2/+1
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek4-129/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-3/+0
2019-08-27powerpc: remove the ppc44x ocm.c fileChristoph Hellwig1-8/+0
2019-07-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+5
2019-07-04powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult1-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner8-40/+8
2019-02-21powerpc/44x: Force PCI on for CURRITUCKMichael Ellerman1-0/+1
2019-02-18powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+1
2018-12-30Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+16
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2