summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/feature.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-6/+5Star
* 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/+18Star
* powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang2018-08-071-2/+0Star
* 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-121-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/+0Star
|/
* 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/+5Star
|\
| * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-15/+5Star
* | powerpc: Remove CONFIG_POWER4Michael Ellerman2014-07-281-21/+21
|/
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-011-0/+1
* powerpc/powermac: Drop unnecessary null testJulia Lawall2010-08-241-1/+1
* powerpc/powermac: Drop unnecessary of_node_putJulia Lawall2010-08-241-1/+0Star
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-061-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-121-12/+12
* [POWERPC] Fix warning in powermac feature.cBenjamin Herrenschmidt2007-03-071-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/+0Star
* [PATCH] powerpc: Don't print chosen idle loop at every bootOlof Johansson2006-04-221-1/+1
* [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-1/+1
* Merge ../linux-2.6Paul Mackerras2006-03-171-5/+4Star
|\
| * [PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corru...Benjamin Herrenschmidt2006-03-161-5/+4Star
* | Merge ../powerpc-mergePaul Mackerras2006-02-241-5/+5
|\|
| * [PATCH] powermac: Fix loss of ethernet PHY on sleepBenjamin Herrenschmidt2006-02-211-5/+5
| * [SUNGEM]: Unbreak Sun GEM chips.David S. Miller2006-02-011-4/+2Star
| * [SUNGEM]: Make PM of PHYs more reliable (#2)Benjamin Herrenschmidt2006-01-241-2/+4
* | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-2/+0Star
|/
* [PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt2006-01-091-25/+21Star
* [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt2006-01-091-127/+0Star
* [PATCH] powerpc: Experimental support for new G5 Macs (#2)Benjamin Herrenschmidt2006-01-091-17/+48