aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/512x (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/512x: Add missing of_node_put() in clock-commonclk.cLiang He1-2/+4
2022-09-05powerpc/512x: Add missing of_node_put() in mpc5121_clk_init()Liang He1-0/+2
2022-05-08powerpc: Add missing headersChristophe Leroy2-2/+3
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2-2/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall2-2/+2
2021-12-23powerpc/512x: Add __init attribute to eligible functionsNick Child3-30/+30
2021-08-12powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-13/+10
2021-02-09powerpc/512x: Move PHB discoveryOliver O'Halloran1-5/+8
2020-01-06powerpc/512x: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner6-33/+6
2019-04-23powerpc/512x: mark clocks as big endianJonas Gorski1-3/+6
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-11-26powerpc/kconfig: remove CONFIG_6xxChristophe Leroy1-1/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-31powerpc/512x: Constify clk_div_tablesArvind Yadav1-2/+2
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-6/+6
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman2-5/+5
2016-08-22powerpc/512x: 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 Torvalds6-11/+19
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+0
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt3-6/+18
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt3-7/+3
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2-2/+2
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-06-08powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+0
2016-06-01powerpc/512x: clk: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-10-22powerpc/512x: add LocalPlus Bus FIFO device driverAlexander Popov3-0/+547
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+1
2015-09-14powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner1-1/+3
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-08-19powerpc/512x: silence a USB Kconfig dependency warningGerhard Sittig1-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-07-20powerpc/512x: clk: Include clk.hStephen Boyd1-0/+1
2015-01-20powerpc: call of_clk_init() from time_init()Kevin Hao1-6/+5
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard1-5/+4
2014-09-25powerpc: make of_device_ids constUwe Kleine-König1-1/+1
2014-01-12powerpc/512x: clk: support MPC5121/5123/5125 SoC variantsGerhard Sittig1-44/+295
2014-01-12powerpc/512x: clk: enforce even SDHC divider valuesGerhard Sittig1-2/+14
2014-01-12powerpc/512x: clk: minor comment updatesGerhard Sittig1-3/+11
2014-01-12clk: mpc512x: remove migration support workaroundsGerhard Sittig1-34/+16
2014-01-12powerpc/mpc512x: improve DIU related clock setupGerhard Sittig1-77/+92
2014-01-12clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCKGerhard Sittig3-756/+1
2014-01-12clk: mpc512x: add backwards compat to the CCF codeGerhard Sittig1-1/+171
2014-01-12clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled)Gerhard Sittig2-1/+801