summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/feature.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde2024-02-211-2/+0
* powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-191-1/+2
* powerpc/powermac: Fix unused function warningMichael Ellerman2023-08-251-4/+4
* powerpc: address missing-prototypes warningsArnd Bergmann2023-08-021-0/+2
* powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring2023-06-211-6/+6
* powerpc: Use of_address_to_resource()Rob Herring2023-04-041-10/+6
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-1/+1
* powerpc/powermac/feature: Add missing of_node_put()Liang He2022-09-051-5/+10
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/powermac: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-6/+5
* powerpc: annotate implicit fall throughsStephen Rothwell2018-12-041-0/+1
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* powerpc: use for_each_of_cpu_node iteratorRob Herring2018-09-281-33/+18
* powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang2018-08-081-2/+0
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+1
|\
| * powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+1
* | powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov2017-12-041-1/+1
* | powerpc/powermac: drop useless call to of_find_node_by_nameDmitry Torokhov2017-12-041-1/+0
|/
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-7/+7
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-3/+3
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-15/+5
|\
| * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-15/+5
* | powerpc: Remove CONFIG_POWER4Michael Ellerman2014-07-281-21/+21
|/
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* powerpc/powermac: Drop unnecessary null testJulia Lawall2010-08-241-1/+1
* powerpc/powermac: Drop unnecessary of_node_putJulia Lawall2010-08-241-1/+0
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-0/+2
|\
| * of/address: Clean up function declarationsGrant Likely2010-08-011-0/+2
* | powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt2010-07-311-1/+5
|/
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-261-1/+1
|\
| * of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-1/+1
* | powerpc: Convert feature_lock to raw_spinlockThomas Gleixner2010-02-191-3/+3
|/
* powerpc: Missing tests for NULL after ioremap()roel kluin2009-08-201-1/+8
* powerpc: ARRAY_SIZE changes in pasemi and powermac codeStoyan Gaydarov2009-08-201-2/+2
* powerpc: Fix duplicate test of MACIO_FLAG_SCCB_ONroel kluin2008-09-151-1/+1
* [POWERPC] Disable G5 NAP mode during SMU commands on U3Benjamin Herrenschmidt2008-02-081-1/+10
* [POWERPC] Fix a compile warning in powermac/feature.cSegher Boessenkool2007-08-031-2/+4
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-13/+13
* [POWERPC] Remove old interface find_devicesStephen Rothwell2007-04-241-21/+24
* [POWERPC] Remove old interface find_path_deviceStephen Rothwell2007-04-241-11/+23
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-12/+12
* [POWERPC] Fix warning in powermac feature.cBenjamin Herrenschmidt2007-03-081-1/+4
* [PATCH] Fix compile warnings with CONFIG_PM=nOlaf Hering2006-11-131-4/+4
* [PATCH] more fallout from get_property returning pointer to constAl Viro2006-09-231-2/+2
* [POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr2006-07-311-15/+15
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] powerpc: Don't print chosen idle loop at every bootOlof Johansson2006-04-221-1/+1