public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Fix typo in aspeed-lpc.yaml
@ 2025-02-16  0:16 Suraj Patil
  2025-02-16  0:16 ` [PATCH] docs: Fix typo in usb/CREDITS Suraj Patil
  2025-02-16  0:16 ` [PATCH] usb: typec: displayport: Update outdated FIXME comment Suraj Patil
  0 siblings, 2 replies; 5+ messages in thread
From: Suraj Patil @ 2025-02-16  0:16 UTC (permalink / raw)
  To: heikki.krogerus; +Cc: gregkh, linux-usb, Suraj Patil

Correct 'Tehchnology' to 'Technology' in the copyright line.

Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml b/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml
index 5dfe77aca167..d88854e60b7f 100644
--- a/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml
+++ b/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
-# # Copyright (c) 2021 Aspeed Tehchnology Inc.
+# # Copyright (c) 2021 Aspeed Technology Inc.
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/mfd/aspeed-lpc.yaml#
-- 
2.43.0


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

* [PATCH] docs: Fix typo in usb/CREDITS
  2025-02-16  0:16 [PATCH] docs: Fix typo in aspeed-lpc.yaml Suraj Patil
@ 2025-02-16  0:16 ` Suraj Patil
  2025-02-16  0:16 ` [PATCH] usb: typec: displayport: Update outdated FIXME comment Suraj Patil
  1 sibling, 0 replies; 5+ messages in thread
From: Suraj Patil @ 2025-02-16  0:16 UTC (permalink / raw)
  To: heikki.krogerus; +Cc: gregkh, linux-usb, Suraj Patil

Correct 'Implementors' to 'Implementers'.

Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 Documentation/usb/CREDITS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/usb/CREDITS b/Documentation/usb/CREDITS
index 81ea3eb29e96..ce6450a6ed7c 100644
--- a/Documentation/usb/CREDITS
+++ b/Documentation/usb/CREDITS
@@ -161,7 +161,7 @@ THANKS file in Inaky's driver):
         - The people at the linux-usb mailing list, for reading so
           many messages :) Ok, no more kidding; for all your advises!
 
-        - All the people at the USB Implementors Forum for their
+        - All the people at the USB Implementers Forum for their
           help and assistance.
 
         - Nathan Myers <ncm@cantrip.org>, for his advice! (hope you
-- 
2.43.0


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

* [PATCH] usb: typec: displayport: Update outdated FIXME comment
  2025-02-16  0:16 [PATCH] docs: Fix typo in aspeed-lpc.yaml Suraj Patil
  2025-02-16  0:16 ` [PATCH] docs: Fix typo in usb/CREDITS Suraj Patil
@ 2025-02-16  0:16 ` Suraj Patil
  2025-02-16  7:08   ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Suraj Patil @ 2025-02-16  0:16 UTC (permalink / raw)
  To: heikki.krogerus; +Cc: gregkh, linux-usb, Suraj Patil

The port mode is intentionally fixed to DFP_U; remove the FIXME tag.

Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 drivers/usb/typec/altmodes/displayport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec/altmodes/displayport.c
index ac84a6d64c2f..732ee9399921 100644
--- a/drivers/usb/typec/altmodes/displayport.c
+++ b/drivers/usb/typec/altmodes/displayport.c
@@ -727,7 +727,7 @@ int dp_altmode_probe(struct typec_altmode *alt)
 	struct fwnode_handle *fwnode;
 	struct dp_altmode *dp;
 
-	/* FIXME: Port can only be DFP_U. */
+	/* Port mode is fixed to DFP_U. */
 
 	/* Make sure we have compatible pin configurations */
 	if (!(DP_CAP_PIN_ASSIGN_DFP_D(port->vdo) &
-- 
2.43.0


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

* Re: [PATCH] usb: typec: displayport: Update outdated FIXME comment
  2025-02-16  0:16 ` [PATCH] usb: typec: displayport: Update outdated FIXME comment Suraj Patil
@ 2025-02-16  7:08   ` Greg KH
       [not found]     ` <CACuQ1FJPV7BNr6CKfzOUNDCtoygvNY3NuvnyNV0hCk_uFwLjmg@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2025-02-16  7:08 UTC (permalink / raw)
  To: Suraj Patil; +Cc: heikki.krogerus, linux-usb

On Sun, Feb 16, 2025 at 12:16:09AM +0000, Suraj Patil wrote:
> The port mode is intentionally fixed to DFP_U; remove the FIXME tag.

Really?

> 
> Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
> ---
>  drivers/usb/typec/altmodes/displayport.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec/altmodes/displayport.c
> index ac84a6d64c2f..732ee9399921 100644
> --- a/drivers/usb/typec/altmodes/displayport.c
> +++ b/drivers/usb/typec/altmodes/displayport.c
> @@ -727,7 +727,7 @@ int dp_altmode_probe(struct typec_altmode *alt)
>  	struct fwnode_handle *fwnode;
>  	struct dp_altmode *dp;
>  
> -	/* FIXME: Port can only be DFP_U. */
> +	/* Port mode is fixed to DFP_U. */

Are you sure this can be removed?  I read this as this is a problem and
needs to be fixed in the future sometime, why is this suddenly not a
problem?  What commit id fixed it?

thanks,

greg k-h

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

* Re: [PATCH] usb: typec: displayport: Update outdated FIXME comment
       [not found]     ` <CACuQ1FJPV7BNr6CKfzOUNDCtoygvNY3NuvnyNV0hCk_uFwLjmg@mail.gmail.com>
@ 2025-02-16 13:13       ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2025-02-16 13:13 UTC (permalink / raw)
  To: Suraj Patil; +Cc: heikki.krogerus, linux-usb

On Sun, Feb 16, 2025 at 04:03:47PM +0530, Suraj Patil wrote:
> Hi Greg,

Hi,

Please don't send html emails, or top-post, that way the message is not
dropped by the mailing list.  I'll be glad to respond if you can do so
so that everyone else can see it.

thanks,

greg k-h

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

end of thread, other threads:[~2025-02-16 13:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-16  0:16 [PATCH] docs: Fix typo in aspeed-lpc.yaml Suraj Patil
2025-02-16  0:16 ` [PATCH] docs: Fix typo in usb/CREDITS Suraj Patil
2025-02-16  0:16 ` [PATCH] usb: typec: displayport: Update outdated FIXME comment Suraj Patil
2025-02-16  7:08   ` Greg KH
     [not found]     ` <CACuQ1FJPV7BNr6CKfzOUNDCtoygvNY3NuvnyNV0hCk_uFwLjmg@mail.gmail.com>
2025-02-16 13:13       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox