of: unify phandle name in struct device_node
[safe/jmp/linux-2.6] / arch / powerpc / kernel / prom.c
2010-01-28 Grant Likelyof: unify phandle name in struct device_node
2010-01-28 Grant Likelyof: Merge of_node_get() and of_node_put()
2010-01-28 Grant Likelyof: merge machine_is_compatible()
2009-12-11 Grant Likelyof/flattree: merge early_init_dt_scan_chosen()
2009-12-11 Grant Likelyof/flattree: eliminate cell_t typedef
2009-12-10 Grant Likelyof/flattree: merge dt_mem_next_cell
2009-12-10 Grant Likelyof/flattree: Merge earlyinit_dt_scan_root()
2009-12-10 Grant Likelyof/flattree: Merge early_init_dt_check_for_initrd()
2009-11-24 Grant Likelyof: merge prom_{add,remove,modify}_property
2009-11-24 Grant Likelyof/flattree: Merge unflatten_device_tree
2009-11-24 Grant Likelyof/flattree: Merge unflatten_dt_node
2009-11-24 Grant Likelyof/flattree: Merge of_flat_dt_is_compatible
2009-11-24 Grant Likelyof/flattree: merge of_get_flat_dt_prop
2009-11-24 Grant Likelyof/flattree: merge of_get_flat_dt_root
2009-11-24 Grant Likelyof/flattree: merge of_scan_flat_dt
2009-11-23 Grant Likelyof/flattree: merge find_flat_dt_string and initial_boot...
2009-10-15 Grant Likelyof: merge of_find_all_nodes() implementations
2009-06-09 Benjamin Herrenschmidtpowerpc: Shield code specific to 64-bit server processors
2009-05-15 Becky Brucepowerpc: Allow mem=x cmdline to work with 4G+
2009-02-11 Michael Ellermanpowerpc: Allow debugging of LMBs with lmb=debug
2009-01-16 Michael Neulingpowerpc: Get the number of SLBs from "slb-size" property
2009-01-08 Stephen Rothwellpowerpc: Remove unnecessary casts
2008-12-28 Hollis Blanchardpowerpc: Force memory size to be a multiple of PAGE_SIZE
2008-12-21 Nathan Lynchpowerpc: Add of_find_next_cache_node()
2008-09-15 Paul Mackerraspowerpc: Make the 64-bit kernel as a position-independe...
2008-09-15 Chandrupowerpc: Add support for dynamic reconfiguration memory...
2008-07-01 Michael Neulingpowerpc: Add VSX CPU feature
2008-04-24 Kumar Gala[POWERPC] 85xx: Add support for relocatable kernel...
2008-04-18 Benjamin Herrenschmidt[POWERPC] Fix device-tree locking vs. interrupts
2008-04-16 Manish Ahuja[POWERPC] pseries/phyp dump: Reserve a variable amount...
2008-04-01 Geert Uytterhoeven[POWERPC] move_device_tree() should be __init
2008-03-25 Manish Ahuja[POWERPC] pseries: phyp dump: Disable phyp-dump through...
2008-03-25 Manish Ahuja[POWERPC] pseries: phyp dump: Reserve and release memory
2008-02-26 Paul MackerrasMerge /pub/scm/linux/kernel/git/davem/lmb-2.6
2008-02-20 Becky Bruce[POWERPC] Fix dt_mem_next_cell() to read the full address
2008-02-14 David S. Miller[LIB]: Make PowerPC LMB code generic so sparc64 can...
2007-12-23 Valentine Barshak[POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR...
2007-12-11 Michael Neuling[POWERPC] Use SLB size from the device tree
2007-11-01 Valentine Barshak[POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) proces...
2007-10-09 Paul Mackerras[POWERPC] Use cache-inhibited large page bit from firmware
2007-09-13 Linas Vepstas[POWERPC] setup_64.c and prom.c comment cleanup
2007-09-13 Linas Vepstas[POWERPC] prom.c whitespace cleanup
2007-08-17 Jesper Juhl[POWERPC] Clean out a bunch of duplicate includes
2007-07-22 Segher Boessenkool[POWERPC] of_detach_node()'s device node argument canno...
2007-07-20 Stephen RothwellConsolidate of_find_node_by routines
2007-07-20 Stephen RothwellConsolidate of_get_next_child
2007-07-20 Stephen RothwellConsolidate of_get_parent
2007-07-20 Stephen RothwellConsolidate of_find_property
2007-07-20 Stephen RothwellConsolidate of_device_is_compatible
2007-07-20 Stephen RothwellStart split out of common open firmware code
2007-07-10 Mathieu Desnoyers[POWERPC] Remove unnecessary #undef printk from prom.c
2007-07-10 Michael Ellerman[POWERPC] Make the debugfs "powerpc" dir globally acces...
2007-07-10 Michael Ellerman[POWERPC] Add a warning to help trackdown device_node...
2007-07-10 Michael Ellerman[POWERPC] Generalise device_node flag interface
2007-07-10 Michael Ellerman[POWERPC] Check for the root node in of_detach_node()
2007-06-28 Geoff Levand[POWERPC] Output params value in early_init_devtree
2007-06-02 Michael Ellerman[POWERPC] Update documentation for of_find_node_by_type()
2007-05-17 Benjamin Herrenschmidt[POWERPC] Make sure device node type/name is not NULL...
2007-05-10 Michael Ellerman[POWERPC] Split initrd logic out of early_init_dt_scan_...
2007-04-24 Stephen Rothwell[POWERPC] Remove old interface find_devices
2007-04-24 Stephen Rothwell[POWERPC] Remove old interface find_type_devices
2007-04-24 Stephen Rothwell[POWERPC] Remove old interface find_path_device
2007-04-24 Stephen Rothwell[POWERPC] Remove find_all_nodes
2007-04-24 Stephen Rothwell[POWERPC] Remove find_compatible_devices
2007-04-12 Stephen Rothwell[POWERPC] Make struct property's value a void *
2007-04-12 Stephen Rothwell[POWERPC] Rename prom_n_size_cells to of_n_size_cells
2007-04-12 Stephen Rothwell[POWERPC] Rename prom_n_addr_cells to of_n_addr_cells
2007-04-12 Stephen Rothwell[POWERPC] Rename device_is_compatible to of_device_is_c...
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property
2007-03-08 David Gibson[POWERPC] Automatically lmb_reserve() initrd
2007-03-08 David Gibson[POWERPC] Allow duplicate lmb_reserve() calls
2007-02-16 Dave Jones[POWERPC] Export of_find_property
2007-02-12 Alon Bar-Lev[PATCH] Dynamic kernel command-line: powerpc
2007-01-24 Mariusz Kozlowski[POWERPC] arch/ppc/kernel/prom.c of_node_(get|put)...
2006-12-11 Paul Mackerras[POWERPC] Support ibm,dynamic-reconfiguration-memory...
2006-12-04 Paul Mackerras[POWERPC] Distinguish POWER6 partition modes and tell...
2006-12-04 Paul MackerrasMerge branch 'linux-2.6' into for-linus
2006-10-25 Christian Krafft[POWERPC] cell: add cpufreq driver for Cell BE processor
2006-10-25 Benjamin Herrenschmidt[POWERPC] Fix device_is_compatible() const warning
2006-10-06 Geoff Levand[POWERPC] Minor fix for bootargs property
2006-09-20 Paul Mackerras[POWERPC] Define of_read_ulong helper
2006-07-31 Jeremy Kerr[POWERPC] Make get_property() return a const void *
2006-07-31 Jeremy Kerr[POWERPC] Constify & voidify get_property()
2006-07-03 Benjamin Herrenschmidt[POWERPC] Add new interrupt mapping core and change...
2006-07-02 Jeremy Kerr[POWERPC] change get_property to return void *
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Paul Mackerras[POWERPC] Use little-endian bit from firmware ibm,pa...
2006-06-28 Michael Ellerman[POWERPC] Setup RTAS values earlier, to enable rtas_cal...
2006-06-28 Michael Ellerman[POWERPC] Export flat device tree via debugfs for debugging
2006-06-21 Benjamin Herrenschmidt[POWERPC] cell: add RAS support
2006-06-21 Jon Loeliger[POWERPC] Prevent duplicate lmb reservations for Device...
2006-06-15 Paul Mackerraspowerpc: Use 64k pages without needing cache-inhibited...
2006-05-19 Jimi Xenidis[PATCH] powerpc: Auto reserve of device tree blob
2006-05-19 Michael Ellerman[PATCH] powerpc: Move crashkernel= handling into the...
2006-05-19 Michael Ellerman[PATCH] powerpc: Kdump header cleanup
2006-05-19 Michael Ellerman[PATCH] powerpc: Unify mem= handling
2006-05-19 Michael Ellerman[PATCH] powerpc: Parse early parameters earlier
2006-05-03 Paul Mackerras[PATCH] powerpc: Use the ibm,pa-features property if...
2006-04-21 Olof Johansson[PATCH] powerpc: Lower threshold for DART enablement...
2006-03-28 Benjamin Herrenschmidt[PATCH] powerpc: Kill _machine and hard-coded platform...
next