From patchwork Thu May 29 13:17:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4264281 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9898BBF90B for ; Thu, 29 May 2014 13:16:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AC4B320171 for ; Thu, 29 May 2014 13:16:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C728620170 for ; Thu, 29 May 2014 13:16:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932416AbaE2NPX (ORCPT ); Thu, 29 May 2014 09:15:23 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:44815 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932081AbaE2NPW (ORCPT ); Thu, 29 May 2014 09:15:22 -0400 Received: by mail-pa0-f41.google.com with SMTP id kx10so352146pab.28 for ; Thu, 29 May 2014 06:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=rAfqERGcg6hQcXobO8MKZyGUGdTG3TH3vyuzpYjB6fs=; b=ym9xwTWx6v6oFKd9jzP0XJZL94IFO1gl+KElM6sPOUPmJzvaekBvS5XTIjaSfWt9+H r+A/Y1BsZPs8GnABSKW/ItVNxCIAQc3TMb+Ck5p6o9tTdcb5ul256C0LpNAZg1VJXVHa 3VrV9W/s7wQFQ43ktw4u6jfKHG851T2uCleDsGszvOjB5OjsNWyCEAgxQZ61crFeMlcg Zw38mrLRewNkhKLm8hqbkrycx/I5UJIQy+x/DfCt1g3VcMn1IZTtjT4NyFkgJDTrU6LC ICe4ntMl4uAY4r/O87EdPNnHC+kuQVzOL1iqCB+aoZ0yCxL+zBK9p2xZ+KmXDG+ZZDfj QXYA== X-Received: by 10.66.192.73 with SMTP id he9mr8917828pac.88.1401369321613; Thu, 29 May 2014 06:15:21 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id si8sm3162014pab.27.2014.05.29.06.15.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 May 2014 06:15:20 -0700 (PDT) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devel@driverdev.osuosl.org, linux-sh@vger.kernel.org, gregkh@linuxfoundation.org, horms@verge.net.au, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, olof@lixom.net, Magnus Damm , dan.carpenter@oracle.com Date: Thu, 29 May 2014 22:17:21 +0900 Message-Id: <20140529131721.2329.87388.sendpatchset@w520> In-Reply-To: <20140529131650.2329.3197.sendpatchset@w520> References: <20140529131650.2329.3197.sendpatchset@w520> Subject: [PATCH v2 03/05] staging: emxx_udc: Add TODO file Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Add a TODO file for emxx_udc to show what is left to do. Signed-off-by: Magnus Damm --- Changes since V1: - New patch drivers/staging/emxx_udc/TODO | 4 ++++ 1 file changed, 4 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- /dev/null +++ work/drivers/staging/emxx_udc/TODO 2014-05-29 18:08:58.000000000 +0900 @@ -0,0 +1,4 @@ +* add clock framework support (platform device with CCF needs special care) +* break out board-specific VBUS GPIO to work with multiplatform +* DT bindings +* move driver into drivers/usb/gadget/