Age | Commit message (Expand) | Author | Files | Lines |
2023-04-29 | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 8 | -62/+26 |
2023-03-30 | powerpc: Use of_property_present() for testing DT property presence | Rob Herring | 2 | -2/+2 |
2023-03-16 | powerpc: Make generic_calibrate_decr() the default | Christophe Leroy | 8 | -9/+0 |
2023-03-16 | powerpc/47x: Split ppc47x machine in two | Christophe Leroy | 1 | -20/+17 |
2023-03-14 | powerpc/platforms: Use 'compatible' property for simple cases | Christophe Leroy | 5 | -32/+8 |
2023-03-06 | gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h | Arnd Bergmann | 1 | -0/+1 |
2023-01-30 | powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ | Christophe Leroy | 1 | -1/+1 |
2022-11-24 | powerpc/warp: switch to using gpiod API | Dmitry Torokhov | 1 | -12/+93 |
2022-09-05 | powerpc/44x: Add of_node_put() when break out from for_each | Liang He | 1 | -0/+2 |
2022-05-08 | powerpc: Add missing headers | Christophe Leroy | 4 | -3/+5 |
2022-05-08 | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 2 | -2/+0 |
2022-01-14 | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+2 |
2021-12-23 | powerpc/44x: Add __init attribute to eligible functions | Nick Child | 1 | -2/+2 |
2021-12-09 | powerpc/4xx: Complete removal of MSI support | Cédric Le Goater | 1 | -4/+0 |
2021-10-28 | powerpc/44x/fsp2: add missing of_node_put | Bixuan Cui | 1 | -0/+2 |
2021-10-08 | powerpc/476: Fix sparse report | Christophe Leroy | 1 | -2/+2 |
2021-08-26 | powerpc: Add esr as a synonym for pt_regs.dsisr | Xiongwei Song | 1 | -2/+2 |
2021-04-22 | powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants" | Colin Ian King | 1 | -1/+1 |
2021-02-08 | powerpc/akebono: Fix unmet dependency errors | Michael Ellerman | 1 | -7/+0 |
2020-09-02 | powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h | Christophe Leroy | 1 | -0/+1 |
2020-09-02 | powerpc: Use simple i2c probe function | Stephen Kitt | 1 | -3/+2 |
2020-05-28 | powerpc/40x: Remove support for ISS Simulator | Christophe Leroy | 1 | -2/+1 |
2020-05-28 | powerpc: Remove Xilinx PPC405/PPC440 support | Michal Simek | 4 | -129/+0 |
2020-04-01 | powerpc/32: drop unused ISA_DMA_THRESHOLD | Mike Rapoport | 1 | -3/+0 |
2019-08-27 | powerpc: remove the ppc44x ocm.c file | Christoph Hellwig | 1 | -8/+0 |
2019-07-14 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -5/+5 |
2019-07-04 | powerpc/Kconfig: Clean up formatting | Enrico Weigelt, metux IT consult | 1 | -5/+5 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -14/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -16/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 8 | -40/+8 |
2019-02-21 | powerpc/44x: Force PCI on for CURRITUCK | Michael Ellerman | 1 | -0/+1 |
2019-02-18 | powerpc/dma: trim the fat from <asm/dma-mapping.h> | Christoph Hellwig | 1 | -0/+1 |
2019-02-18 | powerpc/dma: use the generic direct mapping bypass | Christoph Hellwig | 1 | -1/+1 |
2018-12-30 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -16/+16 |
2018-12-22 | powerpc: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -2/+2 |
2018-12-20 | powerpc/dma: split the two __dma_alloc_coherent implementations | Christoph Hellwig | 1 | -1/+1 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -16/+16 |
2018-11-01 | powerpc: PCI_MSI needs PCI | Christoph Hellwig | 1 | -0/+2 |
2018-10-13 | powerpc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -22/+0 |
2018-10-03 | powerpc: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -4/+4 |
2017-12-11 | powerpc/44x/fsp2: Add irq error handlers | Ivan Mikhaylov | 1 | -1/+204 |
2017-12-11 | powerpc/44x/fsp2: tvsense workaround for dd1 | Ivan Mikhaylov | 1 | -0/+17 |
2017-12-11 | powerpc/44x/fsp2: Interrupt handling setup | Ivan Mikhaylov | 1 | -0/+37 |
2017-12-11 | powerpc/44x/fsp2: Add fsp2 headers | Ivan Mikhaylov | 1 | -0/+272 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-08-10 | powerpc/44x: Move 44x machine check handlers into platforms/44x | Michael Ellerman | 2 | -1/+90 |
2017-08-10 | powerpc/44x: Simplify CONFIG_44x checks in Makefile | Michael Ellerman | 1 | -2/+2 |
2017-05-30 | powerpc/44x/fsp2: Platform support for FSP2 (476fpe) board | Ivan Mikhaylov | 3 | -0/+75 |
2017-03-31 | powerpc/4xx: Make sam440ep_setup_rtc() init | Yang Shi | 1 | -1/+1 |