summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx
Commit message (Expand)AuthorAgeFilesLines
* powerpc/83xx: Fix build failure with FPU=nMichael Ellerman2024-03-071-1/+2
* powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy2024-03-033-27/+3
* powerpc/mpc83xx: Use wait_event_freezable() for freezable kthreadKevin Hao2023-12-211-2/+1
* powerpc/mpc83xx: Add the missing set_freezable() for agent_thread_fn()Kevin Hao2023-12-211-0/+2
* powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-191-0/+2
* powerpc/83xx: Split usb.cChristophe Leroy2023-08-184-119/+152
* powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...Christophe Leroy2023-08-182-22/+15
* powerpc: Explicitly include correct DT includesRob Herring2023-08-023-4/+6
* powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-141-1/+1
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-2814-604/+4
|\
| * powerpc: drop MPC832x_MDS platform supportPaul Gortmaker2023-04-203-109/+0
| * powerpc: drop MPC837x_MDS platform supportPaul Gortmaker2023-04-203-102/+0
| * powerpc: drop MPC836x_MDS platform supportPaul Gortmaker2023-04-203-208/+0
| * powerpc: drop MPC834x_MDS platform supportPaul Gortmaker2023-04-203-105/+0
| * powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-1612-12/+0
| * powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy2023-03-158-72/+8
* | powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select references with functi...Amit Kumar Mahapatra2023-03-111-1/+1
|/
* powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang2022-12-021-1/+1
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-1/+5
|\
| * powerpc/83xx: Add missing of_node_put() in mpc832x_spi_init()Liang He2022-09-051-1/+5
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
|/
* powerpc/platforms/83xx/suspend: Remove write-only global variableUwe Kleine-König2022-07-281-2/+0
* powerpc/platforms/83xx/suspend: Prevent unloading the driverUwe Kleine-König2022-07-281-6/+1
* powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declarationUwe Kleine-König2022-07-281-22/+21
* powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy2022-06-291-8/+6
* powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-05-221-5/+2
* powerpc: Add missing headersChristophe Leroy2022-05-084-3/+4
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-086-6/+0
* powerpc/83xx/mpc8349emitx: Get rid of of_node assignmentAndy Shevchenko2022-04-211-9/+5
* powerpc/83xx: Add __init attribute to eligible functionsNick Child2021-12-236-10/+10
* powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König2021-11-151-1/+0
* powerpc/83xx/mpc8349emitx: Make mcu_gpiochip_remove() return voidUwe Kleine-König2021-10-281-5/+2
* powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman2021-02-111-1/+1
* powerpc/83xx: Move PHB discoveryOliver O'Halloran2021-02-0913-2/+12
* powerpc: Use simple i2c probe functionStephen Kitt2020-09-021-2/+2
* powerpc/83xx: Blacklist mpc83xx_deep_resume() for kprobeChristophe Leroy2020-06-021-0/+1
* powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'Christophe JAILLET2020-03-041-1/+4
* powerpc/83xx: Fix some typo in some warning messageChristophe JAILLET2020-03-041-2/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-087-40/+5
|\
| * powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQRasmus Villemoes2019-12-097-17/+5
| * soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes2019-12-097-23/+0
| * soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes2019-12-091-1/+1
* | powerpc/83xx: use resource_sizeJulia Lawall2020-01-071-1/+1
|/
* powerpc/sysdev: drop simple gpioChristophe Leroy2019-11-211-7/+0
* powerpc/83xx: map IMMR with a BAT.Christophe Leroy2019-11-191-0/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3015-75/+15
* powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall2019-04-201-1/+3
* powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy2019-02-221-7/+27
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-1/+1
|\