20 Aug
2010
20 Aug
'10
1:14 p.m.
On Thu, Aug 19, 2010 at 05:11:40PM -0500, Timur Tabi wrote:
The Freescale P1022 is a dual-core e500-based SOC with multimedia capabilities, specifically the same SSI audio controller on the MPC8610. The P1022 DS reference board includes a P1022 and a Wolfson Microelectronics WM8776 codec.
Signed-off-by: Timur Tabi timur@freescale.com
Applied, thanks.
+static struct device_node *get_node_by_phandle_name(struct device_node *np,
- const char *name, const char *compatible)
+{
This and a few of the other functions look like they ought to be moved somewhere more generic - they don't look specific to this driver at all.