All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail
@ 2020-05-29 10:42 Fabio Estevam
  2020-06-03  9:02 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2020-05-29 10:42 UTC (permalink / raw)
  To: gregkh; +Cc: peter.chen, jun.li, linux-usb, Fabio Estevam

The freescale.com e-mail domain is no longer active for quite some
time. Switch Li Jun's e-mail address to the NXP domain.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg b/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
index 151c59578db4..f58cfb06b160 100644
--- a/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
+++ b/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
@@ -1,6 +1,6 @@
 What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
 Date:		Feb 2014
-Contact:	Li Jun <b47624@freescale.com>
+Contact:	Li Jun <jun.li@nxp.com>
 Description:
 		Can be set and read.
 		Set a_bus_req(A-device bus request) input to be 1 if
@@ -17,7 +17,7 @@ Description:
 
 What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
 Date:		Feb 2014
-Contact:	Li Jun <b47624@freescale.com>
+Contact:	Li Jun <jun.li@nxp.com>
 Description:
 		Can be set and read
 		The a_bus_drop(A-device bus drop) input is 1 when the
@@ -32,7 +32,7 @@ Description:
 
 What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
 Date:		Feb 2014
-Contact:	Li Jun <b47624@freescale.com>
+Contact:	Li Jun <jun.li@nxp.com>
 Description:
 		Can be set and read.
 		The b_bus_req(B-device bus request) input is 1 during the time
@@ -47,7 +47,7 @@ Description:
 
 What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_clr_err
 Date:		Feb 2014
-Contact:	Li Jun <b47624@freescale.com>
+Contact:	Li Jun <jun.li@nxp.com>
 Description:
 		Only can be set.
 		The a_clr_err(A-device Vbus error clear) input is used to clear
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail
  2020-05-29 10:42 [PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail Fabio Estevam
@ 2020-06-03  9:02 ` Peter Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Chen @ 2020-06-03  9:02 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: gregkh, Jun Li, linux-usb

On 20-05-29 07:42:34, Fabio Estevam wrote:
> The freescale.com e-mail domain is no longer active for quite some
> time. Switch Li Jun's e-mail address to the NXP domain.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied, thanks.

Peter
> ---
>  Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg b/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
> index 151c59578db4..f58cfb06b160 100644
> --- a/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
> +++ b/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg
> @@ -1,6 +1,6 @@
>  What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
>  Date:		Feb 2014
> -Contact:	Li Jun <b47624@freescale.com>
> +Contact:	Li Jun <jun.li@nxp.com>
>  Description:
>  		Can be set and read.
>  		Set a_bus_req(A-device bus request) input to be 1 if
> @@ -17,7 +17,7 @@ Description:
>  
>  What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_drop
>  Date:		Feb 2014
> -Contact:	Li Jun <b47624@freescale.com>
> +Contact:	Li Jun <jun.li@nxp.com>
>  Description:
>  		Can be set and read
>  		The a_bus_drop(A-device bus drop) input is 1 when the
> @@ -32,7 +32,7 @@ Description:
>  
>  What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req
>  Date:		Feb 2014
> -Contact:	Li Jun <b47624@freescale.com>
> +Contact:	Li Jun <jun.li@nxp.com>
>  Description:
>  		Can be set and read.
>  		The b_bus_req(B-device bus request) input is 1 during the time
> @@ -47,7 +47,7 @@ Description:
>  
>  What:		/sys/bus/platform/devices/ci_hdrc.0/inputs/a_clr_err
>  Date:		Feb 2014
> -Contact:	Li Jun <b47624@freescale.com>
> +Contact:	Li Jun <jun.li@nxp.com>
>  Description:
>  		Only can be set.
>  		The a_clr_err(A-device Vbus error clear) input is used to clear
> -- 

-- 

Thanks,
Peter Chen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-03  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 10:42 [PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail Fabio Estevam
2020-06-03  9:02 ` Peter Chen

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.