From patchwork Fri Jun 6 10:44:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4311151 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 57785BEEAA for ; Fri, 6 Jun 2014 10:43:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 80F44201CD for ; Fri, 6 Jun 2014 10:43:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA64F201C8 for ; Fri, 6 Jun 2014 10:43:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbaFFKme (ORCPT ); Fri, 6 Jun 2014 06:42:34 -0400 Received: from mail-ie0-f179.google.com ([209.85.223.179]:61707 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752251AbaFFKmc (ORCPT ); Fri, 6 Jun 2014 06:42:32 -0400 Received: by mail-ie0-f179.google.com with SMTP id rd18so2171924iec.24 for ; Fri, 06 Jun 2014 03:42:31 -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=jyPmG7p7LGGB4LaTIGloeDv0CgQfaqobc91yIz3y9lE=; b=zY5u0uuiA/80O3QzwhHKOlDyYm6rwo0995/5gc86TOvdKf2kBb+Znrk5wKPj263+k0 8k/rJ6PyfQICkrh9xQsq7Wm874EcYGOxc4FIglZTxovbDHePFl/G6MPuF2p3x+N2v5Cr Jsq8GDETYVBNlTCg8reklYjnwsHZay+E2B0bsOZrtPPLBAWC3Q4vN71TXlZ+wcaDHJ/J ZqeXpr4V032ckYME/FEbBzPGVxuXVvdSR8lJCBopbZDTWVuGnvbelLWQYa0x0FV5UlX+ X6kWd/le52ZB5UChv6833klaxdsm/YPUv0ul5S+0jSmtgeg9jDsl4v4MNf3M9bBn0MO0 edUg== X-Received: by 10.42.50.68 with SMTP id z4mr4750093icf.70.1402051351694; Fri, 06 Jun 2014 03:42:31 -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 pl10sm34243066pbb.56.2014.06.06.03.42.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jun 2014 03:42:30 -0700 (PDT) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devel@driverdev.osuosl.org, pebolle@tiscali.nl, 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: Fri, 06 Jun 2014 19:44:35 +0900 Message-Id: <20140606104435.4423.40909.sendpatchset@w520> In-Reply-To: <20140606104408.4423.36098.sendpatchset@w520> References: <20140606104408.4423.36098.sendpatchset@w520> Subject: [PATCH v3 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 V2: - None 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/