Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756076Ab1CLWuj (ORCPT ); Sat, 12 Mar 2011 17:50:39 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:40480 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752381Ab1CLWuh (ORCPT ); Sat, 12 Mar 2011 17:50:37 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:from:subject:to:cc:date:message-id:user-agent:mime-version :content-type:content-transfer-encoding; b=JoZJZUq8n6VLu0/oHJ5ZRw8eGrFFXZTAsoY2a3H7P9zCDI9XoK1tlJLJ/jCS0MsgBw LUJd1Mc37An/3qbt9LAyZdcRZaXev69cM6e3i42xR+fcrqLCEXGPwmMcVpVb+cWbiMM4 /HESgUhf26l0WNsfDJvT4EwrRzkrvryhI0lh0= From: Andy Green Subject: [RFC PATCH 0/5] OMAP2+ / Panda implementation for async platform_data To: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org Date: Sat, 12 Mar 2011 22:50:31 +0000 Message-ID: <20110312224440.27728.60593.stgit@otae.warmcat.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1625 Lines: 44 The following series uses the - proposed platform support for async platform data http://marc.info/?l=linux-kernel&m=129996915023642&w=2 - proposed usb core and usbnet use of async platform data http://marc.info/?l=linux-kernel&m=129996960824035&w=2 in order to configure onboard USB <-> Ethernet bridge wired up on Panda boards. The same issue exists on Beagle XM boards which also have an onboard soldered USB <-> Ethernet bridge terminating on a normal onboard RJ45 socket. With the above support, these patches extend platform_data led control of onboard assets to include those probed by USB bus asynchronously. In the Panda case, it uses the platform data introduced to usbnet to enforce the selection of eth%d address since the board definition file knows it is a permaently wired onboard connection using RJ45 jack, and to define the MAC address from unique CPU DIE ID data. --- Andy Green (5): USBNET: SMSC95XX: if mac set in platform data no need for random one OMAP2+: Set onboard Ethernet MAC address using unique CPU ID data OMAP2+:Common CPU DIE ID reading code reads wrong registers for OMAP4430 OMAP2+: add cpu id register to MAC address helper OMAP2+: Panda introduce async platform data definition drivers/net/usb/smsc95xx.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/