aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc/prom.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-11[POWERPC] Add of_translate_dma_addressGravatar Benjamin Herrenschmidt 1-0/+4
2007-08-22[POWERPC] Use strcasecmp() rather than strncasecmp() when determining device ...Gravatar Scott Wood 1-1/+1
2007-08-17[POWERPC] Remove get_property and device_is_compatibleGravatar Stephen Rothwell 1-1/+0
2007-07-22[POWERPC] of_detach_node()'s device node argument cannot be constGravatar Segher Boessenkool 1-1/+1
2007-07-20Consolidate of_find_node_by routinesGravatar Stephen Rothwell 1-0/+1
2007-07-20Consolidate of_find_propertyGravatar Stephen Rothwell 1-0/+1
2007-07-20Consolidate of_device_is_compatibleGravatar Stephen Rothwell 1-0/+2
2007-07-20Start split out of common open firmware codeGravatar Stephen Rothwell 1-0/+3
2007-07-20Split out common parts of prom.hGravatar Stephen Rothwell 1-37/+6
2007-07-10[POWERPC] Add a warning to help trackdown device_node refcounting bugsGravatar Michael Ellerman 1-0/+1
2007-07-10[POWERPC] Generalise device_node flag interfaceGravatar Michael Ellerman 1-3/+11
2007-06-25[POWERPC] Add for_each_compatible_node()Gravatar Michael Ellerman 1-0/+3
2007-05-02[POWERPC] Uninline of_iomap functionGravatar Christian Krafft 1-11/+8
2007-05-02[POWERPC] Move of_irq_to_resource from prom.h to prom_parse.cGravatar Mathieu Desnoyers 1-13/+2
2007-04-24[POWERPC] Remove old interface find_devicesGravatar Stephen Rothwell 1-3/+0
2007-04-24[POWERPC] Remove old interface find_type_devicesGravatar Stephen Rothwell 1-1/+0
2007-04-24[POWERPC] Remove old interface find_path_deviceGravatar Stephen Rothwell 1-1/+0
2007-04-24[POWERPC] Remove find_all_nodesGravatar Stephen Rothwell 1-1/+0
2007-04-24[POWERPC] Remove find_compatible_devicesGravatar Stephen Rothwell 1-2/+0
2007-04-23[POWERPC] add of_iomap functionGravatar Christian Krafft 1-0/+11
2007-04-13[POWERPC] Make struct property's value a void *Gravatar Stephen Rothwell 1-1/+1
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsGravatar Stephen Rothwell 1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsGravatar Stephen Rothwell 1-1/+1
2007-04-13[POWERPC] Rename device_is_compatible to of_device_is_compatibleGravatar Stephen Rothwell 1-1/+2
2007-04-13[POWERPC] Rename get_property to of_get_propertyGravatar Stephen Rothwell 1-1/+2
2007-03-16[POWERPC] Update documentation for flat device tree format v17Gravatar David Gibson 1-0/+2
2007-03-08[POWERPC] Fix compile error in prom.hGravatar Andrew Morton 1-0/+1
2007-02-17[POWERPC] add of_get_mac_address and update fsl_soc.c to use itGravatar Timur Tabi 1-0/+2
2006-12-04Merge branch 'linux-2.6' into for-linusGravatar Paul Mackerras 1-4/+6
2006-11-13[PATCH] of_irq_to_resource now returns the virqGravatar Andy Fleming 1-3/+11
2006-11-13[PATCH] Slight refactor of interrupt mapping for FSL partsGravatar Andy Fleming 1-0/+7
2006-10-25[POWERPC] Fix device_is_compatible() const warningGravatar Benjamin Herrenschmidt 1-4/+6
2006-09-20[POWERPC] Define of_read_ulong helperGravatar Paul Mackerras 1-1/+11
2006-08-31Merge branch 'merge'Gravatar Paul Mackerras 1-1/+3
2006-08-30[POWERPC] Make OF irq map code detect more error casesGravatar Benjamin Herrenschmidt 1-1/+3
2006-08-08[POWERPC] Make doc comments extractableGravatar Michael Ellerman 1-4/+4
2006-07-31[POWERPC] Make get_property() return a const void *Gravatar Jeremy Kerr 1-1/+1
2006-07-31[POWERPC] Constify & voidify get_property()Gravatar Jeremy Kerr 1-8/+8
2006-07-07[POWERPC] Use const qualifiers for prom parsing utilitesGravatar Jeremy Kerr 1-1/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itGravatar Benjamin Herrenschmidt 1-7/+0
2006-07-03[POWERPC] New device-tree interrupt parsing codeGravatar Benjamin Herrenschmidt 1-0/+87
2006-07-03[POWERPC] change get_property to return void *Gravatar Jeremy Kerr 1-2/+2
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 1-0/+9
2006-06-21[POWERPC] cell: add RAS supportGravatar Benjamin Herrenschmidt 1-0/+3
2006-05-19[PATCH] powerpc: Add of_parse_dma_window()Gravatar Jeremy Kerr 1-0/+6
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersGravatar Benjamin Herrenschmidt 1-6/+8
2006-03-17[PATCH] powerpc: add for_each_node_by_foo helpersGravatar Christoph Hellwig 1-0/+6
2006-02-07[PATCH] powerpc: Don't overwrite flat device tree with kdump kernelGravatar Michael Ellerman 1-0/+2
2006-01-13[PATCH] powerpc: Add of_find_property functionGravatar Dave C Boutcher 1-0/+3