[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110312223643.27344.72406.stgit@otae.warmcat.com>
Date: Sat, 12 Mar 2011 22:39:49 +0000
From: Andy Green <andy@...mcat.com>
To: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Cc: patches@...aro.org
Subject: [RFC PATCH 0/3] USB: async platform_data support for usb and usbnet
The following series allows usb probe to benefit from the proposed
async platform_data API described here
http://marc.info/?l=linux-kernel&m=129996915023642&w=2
It causes the usb host core system to bind to any registered async
platform data that matches the device path of the device automatically,
and in addition adds platform data to usbnet and causes it to take
notice of the plaform data settings during init, allowing override of
usb%d vs eth%d naming convention and actual MAC address from the
board definition file.
---
Andy Green (3):
USBNET: Use usbnet platform data if it is present
USBNET: Introduce usbnet platform data
USB HOST CORE:probed devices collect any platform_data waiting for them
drivers/net/usb/usbnet.c | 23 +++++++++++++++++------
drivers/usb/core/usb.c | 3 +++
include/linux/usb/usbnet.h | 8 ++++++++
3 files changed, 28 insertions(+), 6 deletions(-)
--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists