summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/83xx
AgeCommit message (Expand)Author
2022-12-02powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-09-05powerpc/83xx: Add missing of_node_put() in mpc832x_spi_init()Liang He
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-28powerpc/platforms/83xx/suspend: Remove write-only global variableUwe Kleine-König
2022-07-28powerpc/platforms/83xx/suspend: Prevent unloading the driverUwe Kleine-König
2022-07-28powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declarationUwe Kleine-König
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy
2022-05-22powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-04-21powerpc/83xx/mpc8349emitx: Get rid of of_node assignmentAndy Shevchenko
2021-12-23powerpc/83xx: Add __init attribute to eligible functionsNick Child
2021-11-15powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König
2021-10-28powerpc/83xx/mpc8349emitx: Make mcu_gpiochip_remove() return voidUwe Kleine-König
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman
2021-02-09powerpc/83xx: Move PHB discoveryOliver O'Halloran
2020-09-02powerpc: Use simple i2c probe functionStephen Kitt
2020-06-02powerpc/83xx: Blacklist mpc83xx_deep_resume() for kprobeChristophe Leroy
2020-03-04powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'Christophe JAILLET
2020-03-04powerpc/83xx: Fix some typo in some warning messageChristophe JAILLET
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-07powerpc/83xx: use resource_sizeJulia Lawall
2019-12-09powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQRasmus Villemoes
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes
2019-12-09soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy
2019-11-19powerpc/83xx: map IMMR with a BAT.Christophe Leroy
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-20powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall
2019-02-22powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-21powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy
2018-11-26powerpc/kconfig: remove CONFIG_6xxChristophe Leroy
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig
2018-05-03powerpc: remove retired sbc834x supportPaul Gortmaker
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31powerpc/83xx: Use sizeof correct type when ioremappingDan Carpenter
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-08-02powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-04powerpc/83xx/suspend: use builtin_platform_driverGeliang Tang
2016-09-25powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman
2016-08-22powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt