All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Ferreri Tonello <eu@felipetonello.com>
To: Robert Baldyga <r.baldyga@samsung.com>, balbi@ti.com
Cc: gregkh@linuxfoundation.org, andrzej.p@samsung.com,
	m.szyprowski@samsung.com, b.zolnierkie@samsung.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 01/36] Documentation: usb: update usb-tools repository address
Date: Thu, 17 Dec 2015 11:42:13 +0000	[thread overview]
Message-ID: <56729F95.3040808@felipetonello.com> (raw)
In-Reply-To: <1449833115-24065-2-git-send-email-r.baldyga@samsung.com>

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

Hi Robert,

On 11/12/15 11:24, Robert Baldyga wrote:
> It seems that gitotious repository is no longer accessible, so we replace
> it with address to active repository.
> 
> Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
> ---
>  Documentation/usb/gadget-testing.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt
> index 84b3d10..5819605 100644
> --- a/Documentation/usb/gadget-testing.txt
> +++ b/Documentation/usb/gadget-testing.txt
> @@ -434,7 +434,7 @@ On host: serialc -v <vendorID> -p <productID> -i<interface#> -a1 -s1024 \
>  
>  where seriald and serialc are Felipe's utilities found here:
>  
> -https://git.gitorious.org/usb/usb-tools.git master
> +https://github.com/felipebalbi/usb-tools.git master
>  
>  12. PHONET function
>  ===================
> 

This patch was already applied to Balbi's testing/next branch.

Felipe

[-- Attachment #2: 0x92698E6A.asc --]
[-- Type: application/pgp-keys, Size: 7195 bytes --]

  parent reply	other threads:[~2015-12-17 11:42 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11 11:24 [PATCH v3 00/36] usb: gadget: composite: introduce new function API Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 01/36] Documentation: usb: update usb-tools repository address Robert Baldyga
2015-12-11 12:33   ` Sergei Shtylyov
2015-12-17 11:42   ` Felipe Ferreri Tonello [this message]
2015-12-11 11:24 ` [PATCH v3 02/36] usb: gadget: f_sourcesink: make ISO altset user-selectable Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 03/36] usb: gadget: f_sourcesink: free requests in sourcesink_disable() Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 04/36] usb: gadget: f_loopback: free requests in loopback_disable() Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 05/36] usb: gadget: configfs: fix error path Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 06/36] usb: gadget: composite: introduce new descriptors format Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 07/36] usb: gadget: composite: add functions for descriptors handling Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 08/36] usb: gadget: composite: introduce new USB function ops Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 09/36] usb: gadget: composite: handle function bind Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 10/36] usb: gadget: composite: handle vendor descs Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 11/36] usb: gadget: composite: generate old descs for compatibility Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 12/36] usb: gadget: composite: disable eps before calling disable() callback Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 13/36] usb: gadget: composite: enable eps before calling set_alt() callback Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 14/36] usb: gadget: composite: introduce clear_alt() operation Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 15/36] usb: gadget: composite: handle get_alt() automatically Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 16/36] usb: gadget: composite: add usb_function_get_ep() function Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 17/36] usb: gadget: composite: add usb_get_interface_id() function Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 18/36] usb: gadget: composite: enable adding USB functions using new API Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 19/36] usb: gadget: configfs: add new composite API support Robert Baldyga
2015-12-11 11:24 ` [PATCH v3 20/36] usb: gadget: f_loopback: convert to new API Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 21/36] usb: gadget: f_sourcesink: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 22/36] usb: gadget: f_ecm: conversion " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 23/36] usb: gadget: f_rndis: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 24/36] usb: gadget: f_hid: handle requests lifetime properly Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 25/36] usb: gadget: f_hid: conversion to new API Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 26/36] usb: gadget: f_acm: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 27/36] usb: gadget: f_eem: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 28/36] usb: gadget: f_ncm: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 29/36] usb: gadget: f_printer: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 30/36] usb: gadget: f_serial: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 31/36] usb: gadget: f_obex: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 32/36] usb: gadget: f_phonet: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 33/36] usb: gadget: f_subset: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 34/36] usb: gadget: f_uac1: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 35/36] usb: gadget: f_uac2: " Robert Baldyga
2015-12-11 11:25 ` [PATCH v3 36/36] usb: gadget: f_mass_storage: " Robert Baldyga
2015-12-17 10:25 ` [PATCH v3 00/36] usb: gadget: composite: introduce new function API Robert Baldyga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56729F95.3040808@felipetonello.com \
    --to=eu@felipetonello.com \
    --cc=andrzej.p@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=r.baldyga@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.