You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/04 08:32:47 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5155: sdio: Move sdio utils functions to drivers/mmcsd

xiaoxiang781216 opened a new pull request #5155:
URL: https://github.com/apache/incubator-nuttx/pull/5155


   ## Summary
   so all sdio client driver can reuse them
   
   ## Impact
   Minor
   
   ## Testing
   Pass CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 merged pull request #5155: sdio: Move sdio utils functions to drivers/mmcsd

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #5155:
URL: https://github.com/apache/incubator-nuttx/pull/5155


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5155: sdio: Move sdio utils functions to drivers/mmcsd

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #5155:
URL: https://github.com/apache/incubator-nuttx/pull/5155#discussion_r777939085



##########
File path: drivers/mmcsd/sdio.c
##########
@@ -1,5 +1,5 @@
 /****************************************************************************
- * drivers/wireless/ieee80211/bcm43xxx/mmc_sdio.c
+ * drivers/mmcsd/sdio.c

Review comment:
       Yes, you are right! Done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5155: sdio: Move sdio utils functions to drivers/mmcsd

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on a change in pull request #5155:
URL: https://github.com/apache/incubator-nuttx/pull/5155#discussion_r777931139



##########
File path: drivers/mmcsd/sdio.c
##########
@@ -1,5 +1,5 @@
 /****************************************************************************
- * drivers/wireless/ieee80211/bcm43xxx/mmc_sdio.c
+ * drivers/mmcsd/sdio.c

Review comment:
       include at line 26 needs to be updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org