aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/feature.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-6/+5
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell1-0/+1
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-09-28powerpc: use for_each_of_cpu_node iteratorRob Herring1-33/+18
2018-08-08powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang1-2/+0
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-01-11powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov1-1/+1
2017-12-04powerpc/powermac: drop useless call to of_find_node_by_nameDmitry Torokhov1-1/+0
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-7/+7
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-3/+3
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-15/+5
2014-07-28powerpc: Remove CONFIG_POWER4Michael Ellerman1-21/+21
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-15/+5
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2010-08-24powerpc/powermac: Drop unnecessary null testJulia Lawall1-1/+1
2010-08-24powerpc/powermac: Drop unnecessary of_node_putJulia Lawall1-1/+0
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+2
2010-08-01of/address: Clean up function declarationsGrant Likely1-0/+2
2010-07-31powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt1-1/+5
2010-02-26Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+1
2010-02-19powerpc: Convert feature_lock to raw_spinlockThomas Gleixner1-3/+3
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-1/+1
2009-08-20powerpc: Missing tests for NULL after ioremap()roel kluin1-1/+8
2009-08-20powerpc: ARRAY_SIZE changes in pasemi and powermac codeStoyan Gaydarov1-2/+2
2008-09-15powerpc: Fix duplicate test of MACIO_FLAG_SCCB_ONroel kluin1-1/+1
2008-02-08[POWERPC] Disable G5 NAP mode during SMU commands on U3Benjamin Herrenschmidt1-1/+10
2007-08-03[POWERPC] Fix a compile warning in powermac/feature.cSegher Boessenkool1-2/+4
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-13/+13
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-21/+24
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-11/+23
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-12/+12
2007-03-08[POWERPC] Fix warning in powermac feature.cBenjamin Herrenschmidt1-1/+4
2006-11-13[PATCH] Fix compile warnings with CONFIG_PM=nOlaf Hering1-4/+4
2006-09-23[PATCH] more fallout from get_property returning pointer to constAl Viro1-2/+2
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr1-15/+15
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-22[PATCH] powerpc: Don't print chosen idle loop at every bootOlof Johansson1-1/+1
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2006-03-17Merge ../linux-2.6Paul Mackerras1-5/+4
2006-03-16[PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corruptionBenjamin Herrenschmidt1-5/+4
2006-02-24Merge ../powerpc-mergePaul Mackerras1-5/+5
2006-02-20[PATCH] powermac: Fix loss of ethernet PHY on sleepBenjamin Herrenschmidt1-5/+5
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason1-2/+0
2006-01-31[SUNGEM]: Unbreak Sun GEM chips.David S. Miller1-4/+2
2006-01-23[SUNGEM]: Make PM of PHYs more reliable (#2)Benjamin Herrenschmidt1-2/+4
2006-01-09[PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt1-25/+21
2006-01-09[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt1-127/+0
2006-01-09[PATCH] powerpc: Experimental support for new G5 Macs (#2)Benjamin Herrenschmidt1-17/+48
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt1-30/+45