aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+5
2022-09-05powerpc/83xx: Add missing of_node_put() in mpc832x_spi_init()Liang He1-1/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-07-28powerpc/platforms/83xx/suspend: Remove write-only global variableUwe Kleine-König1-2/+0
2022-07-28powerpc/platforms/83xx/suspend: Prevent unloading the driverUwe Kleine-König1-6/+1
2022-07-28powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declarationUwe Kleine-König1-22/+21
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy1-8/+6
2022-05-22powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-5/+2
2022-05-08powerpc: Add missing headersChristophe Leroy4-3/+4
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy6-6/+0
2022-04-21powerpc/83xx/mpc8349emitx: Get rid of of_node assignmentAndy Shevchenko1-9/+5
2021-12-23powerpc/83xx: Add __init attribute to eligible functionsNick Child6-10/+10
2021-11-15powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König1-1/+0
2021-10-28powerpc/83xx/mpc8349emitx: Make mcu_gpiochip_remove() return voidUwe Kleine-König1-5/+2
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman1-1/+1
2021-02-09powerpc/83xx: Move PHB discoveryOliver O'Halloran13-2/+12
2020-09-02powerpc: Use simple i2c probe functionStephen Kitt1-2/+2
2020-06-02powerpc/83xx: Blacklist mpc83xx_deep_resume() for kprobeChristophe Leroy1-0/+1
2020-03-04powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'Christophe JAILLET1-1/+4
2020-03-04powerpc/83xx: Fix some typo in some warning messageChristophe JAILLET1-2/+2
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-40/+5
2020-01-07powerpc/83xx: use resource_sizeJulia Lawall1-1/+1
2019-12-09powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQRasmus Villemoes7-17/+5
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes7-23/+0
2019-12-09soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes1-1/+1
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy1-7/+0
2019-11-19powerpc/83xx: map IMMR with a BAT.Christophe Leroy1-0/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner15-75/+15
2019-04-20powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall1-1/+3
2019-02-22powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-21powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy1-0/+17
2018-11-26powerpc/kconfig: remove CONFIG_6xxChristophe Leroy1-1/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2018-05-03powerpc: remove retired sbc834x supportPaul Gortmaker3-81/+0
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-1/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-31powerpc/83xx: Use sizeof correct type when ioremappingDan Carpenter1-2/+2
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring2-2/+3
2017-08-02powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-04powerpc/83xx/suspend: use builtin_platform_driverGeliang Tang1-5/+1
2016-09-25powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao15-51/+22
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman2-3/+3
2016-08-22powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds15-33/+15
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt13-31/+13
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2-2/+2