Home
last modified time | relevance | path

Searched hist:f90c34bd658d240cb5ebc5fe0a17796e590c6ec8 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_pdt.hdiff f90c34bd658d240cb5ebc5fe0a17796e590c6ec8 Sun Oct 10 22:49:45 CDT 2010 Andres Salomon <dilinger@queued.net> of/promtree: no longer call prom_ functions directly; use an ops structure

Rather than assuming an architecture defines prom_getchild and friends,
define an ops struct with hooks for the various prom functions that
pdt.c needs. This ops struct is filled in by the
arch-(and sometimes firmware-)specific code, and passed to
of_pdt_build_devicetree.

Update sparc code to define the ops struct as well.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/openbmc/linux/drivers/of/
H A Dpdt.cdiff f90c34bd658d240cb5ebc5fe0a17796e590c6ec8 Sun Oct 10 22:49:45 CDT 2010 Andres Salomon <dilinger@queued.net> of/promtree: no longer call prom_ functions directly; use an ops structure

Rather than assuming an architecture defines prom_getchild and friends,
define an ops struct with hooks for the various prom functions that
pdt.c needs. This ops struct is filled in by the
arch-(and sometimes firmware-)specific code, and passed to
of_pdt_build_devicetree.

Update sparc code to define the ops struct as well.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/openbmc/linux/arch/sparc/kernel/
H A Dprom_common.cdiff f90c34bd658d240cb5ebc5fe0a17796e590c6ec8 Sun Oct 10 22:49:45 CDT 2010 Andres Salomon <dilinger@queued.net> of/promtree: no longer call prom_ functions directly; use an ops structure

Rather than assuming an architecture defines prom_getchild and friends,
define an ops struct with hooks for the various prom functions that
pdt.c needs. This ops struct is filled in by the
arch-(and sometimes firmware-)specific code, and passed to
of_pdt_build_devicetree.

Update sparc code to define the ops struct as well.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>