aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-01[POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.Valentine Barshak1-0/+12
2007-10-09[POWERPC] Use cache-inhibited large page bit from firmwarePaul Mackerras1-3/+0
2007-09-14[POWERPC] setup_64.c and prom.c comment cleanupLinas Vepstas1-3/+5
2007-09-14[POWERPC] prom.c whitespace cleanupLinas Vepstas1-6/+6
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-07-22[POWERPC] of_detach_node()'s device node argument cannot be constSegher Boessenkool1-1/+1
2007-07-20Consolidate of_find_node_by routinesStephen Rothwell1-114/+1
2007-07-20Consolidate of_get_next_childStephen Rothwell1-24/+0
2007-07-20Consolidate of_get_parentStephen Rothwell1-21/+0
2007-07-20Consolidate of_find_propertyStephen Rothwell1-23/+1
2007-07-20Consolidate of_device_is_compatibleStephen Rothwell1-25/+0
2007-07-20Start split out of common open firmware codeStephen Rothwell1-41/+0
2007-07-10[POWERPC] Remove unnecessary #undef printk from prom.cMathieu Desnoyers1-2/+0
2007-07-10[POWERPC] Make the debugfs "powerpc" dir globally accessibleMichael Ellerman1-6/+3
2007-07-10[POWERPC] Add a warning to help trackdown device_node refcounting bugsMichael Ellerman1-0/+11
2007-07-10[POWERPC] Generalise device_node flag interfaceMichael Ellerman1-1/+1
2007-07-10[POWERPC] Check for the root node in of_detach_node()Michael Ellerman1-0/+3
2007-06-28[POWERPC] Output params value in early_init_devtreeGeoff Levand1-1/+1
2007-06-02[POWERPC] Update documentation for of_find_node_by_type()Michael Ellerman1-5/+6
2007-05-17[POWERPC] Make sure device node type/name is not NULL on hot-added nodesBenjamin Herrenschmidt1-0/+5
2007-05-10[POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warningMichael Ellerman1-16/+31
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-19/+0
2007-04-24[POWERPC] Remove old interface find_type_devicesStephen Rothwell1-19/+0
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-14/+0
2007-04-24[POWERPC] Remove find_all_nodesStephen Rothwell1-17/+0
2007-04-24[POWERPC] Remove find_compatible_devicesStephen Rothwell1-24/+0
2007-04-13[POWERPC] Make struct property's value a void *Stephen Rothwell1-2/+3
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-3/+2
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-3/+2
2007-04-13[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-5/+6
2007-04-13[POWERPC] Rename get_property to of_get_propertyStephen Rothwell1-12/+12
2007-03-08[POWERPC] Automatically lmb_reserve() initrdDavid Gibson1-0/+23
2007-03-08[POWERPC] Allow duplicate lmb_reserve() callsDavid Gibson1-3/+0
2007-02-16[POWERPC] Export of_find_propertyDave Jones1-0/+1
2007-02-12[PATCH] Dynamic kernel command-line: powerpcAlon Bar-Lev1-1/+1
2007-01-24[POWERPC] arch/ppc/kernel/prom.c of_node_(get|put) cleanupMariusz Kozlowski1-12/+6
2006-12-11[POWERPC] Support ibm,dynamic-reconfiguration-memory nodesPaul Mackerras1-0/+55
2006-12-04[POWERPC] Distinguish POWER6 partition modes and tell userspacePaul Mackerras1-34/+76
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras1-3/+5
2006-10-25[POWERPC] cell: add cpufreq driver for Cell BE processorChristian Krafft1-0/+1
2006-10-25[POWERPC] Fix device_is_compatible() const warningBenjamin Herrenschmidt1-3/+5
2006-10-06[POWERPC] Minor fix for bootargs propertyGeoff Levand1-1/+1
2006-09-20[POWERPC] Define of_read_ulong helperPaul Mackerras1-17/+2
2006-07-31[POWERPC] Make get_property() return a const void *Jeremy Kerr1-1/+1
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-12/+11
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-449/+2
2006-07-03[POWERPC] change get_property to return void *Jeremy Kerr1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[POWERPC] Use little-endian bit from firmware ibm,pa-features propertyPaul Mackerras1-0/+1
2006-06-28[POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman1-18/+5