summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-1/+1
* | powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2018-12-211-0/+17
* | powerpc/kconfig: remove CONFIG_6xxChristophe Leroy2018-11-261-1/+1
|/
* powerpc: remove retired sbc834x supportPaul Gortmaker2018-05-033-81/+0
* powerpc: Use octal numbers for file permissionsRussell Currey2018-01-221-1/+1
* powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov2017-12-043-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* powerpc/83xx: Use sizeof correct type when ioremappingDan Carpenter2017-08-311-2/+2
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-232-2/+3
* powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-021-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* powerpc/83xx/suspend: use builtin_platform_driverGeliang Tang2016-12-041-5/+1
* powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao2016-09-2515-51/+22
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-202-3/+3
* powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-221-1/+0
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3015-33/+15
|\
| * powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-2113-31/+13
| * powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-142-2/+2
* | powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-081-3/+0
|/
* powerpc: mpc8349emitx: use gpiochip data pointerLinus Walleij2016-03-301-3/+3
* QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-226-11/+11
* QE: use subsys_initcall to init qeZhao Qiang2015-12-225-11/+0
* powerpc: don't use module_init in non-modular 83xx suspend codePaul Gortmaker2015-06-161-2/+1
* PowerPC-83xx: Deletion of an unnecessary check before the function call "of_n...Markus Elfring2015-01-291-2/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * powerpc: platforms: 83xx: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | powerpc: Convert power off logic to pm_power_offAlexander Graf2014-11-031-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-114-5/+5
|\
| * powerpc: make of_device_ids constUwe Kleine-König2014-09-254-5/+5
* | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-1/+2
|/
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-152-2/+0
* powerpc: Remove unused REDBOOT Kconfig parameterMichael Opdenacker2013-12-301-1/+0
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+2
|\
| * powerpc: add explicit OF includesRob Herring2013-10-091-0/+2
* | arch/powerpc/platforms/83xx: Remove obsolete cleanup for clientdataWolfram Sang2013-10-281-1/+0
|/
* powerpc/83xx: use module_i2c_driver to simplify the codeWei Yongjun2013-06-251-11/+1
* powerpc/83xx: apply mpc8360e quirk for kmeter1 only when par_io is presentGerlando Falauto2013-02-131-5/+7
* powerpc/83xx: refactor mpc8360e quirk for kmeter1Gerlando Falauto2013-02-131-72/+77
OpenPOWER on IntegriCloud