All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot 0/2] eth/r8152: minor corrections
  2021-07-13  9:18 [PATCH net-next 0/2] r8152: split the source code Hayes Wang
@ 2021-07-13  9:18 ` Hayes Wang
  -1 siblings, 0 replies; 25+ messages in thread
From: Hayes Wang @ 2020-05-22  8:54 UTC (permalink / raw)
  To: u-boot

These are minor corrections for r8152 driver.

Hayes Wang (2):
  eth/r8152: fix assigning the wrong endpoint
  eth/r8152: fix typo in register name

 drivers/usb/eth/r8152.c | 22 ++++++++++++----------
 drivers/usb/eth/r8152.h |  4 ++--
 2 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.21.1

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH net-next 0/2] r8152: split the source code
@ 2021-07-13  9:18 Hayes Wang
  0 siblings, 0 replies; 25+ messages in thread
From: Hayes Wang @ 2021-07-13  9:18 UTC (permalink / raw)
  To: kuba, davem; +Cc: netdev, nic_swsd, linux-kernel, linux-usb, Hayes Wang

The r8152.c is too large to find out the desired part, so I speparate it
into r8152_main.c and r8152_fw.c.

Hayes Wang (2):
  r8152: group the usb ethernet of realtek
  r8152: separate the r8152.c into r8152_main.c and r8152_fw.c

 MAINTAINERS                                   |   10 +-
 drivers/net/usb/Kconfig                       |   30 +-
 drivers/net/usb/Makefile                      |    4 +-
 drivers/net/usb/realtek/Kconfig               |   33 +
 drivers/net/usb/realtek/Makefile              |    9 +
 drivers/net/usb/realtek/r8152_basic.h         |  860 ++++++
 drivers/net/usb/realtek/r8152_fw.c            | 1557 ++++++++++
 .../net/usb/{r8152.c => realtek/r8152_main.c} | 2585 +----------------
 drivers/net/usb/{ => realtek}/r8153_ecm.c     |    0
 drivers/net/usb/{ => realtek}/rtl8150.c       |    0
 10 files changed, 2576 insertions(+), 2512 deletions(-)
 create mode 100644 drivers/net/usb/realtek/Kconfig
 create mode 100644 drivers/net/usb/realtek/Makefile
 create mode 100644 drivers/net/usb/realtek/r8152_basic.h
 create mode 100644 drivers/net/usb/realtek/r8152_fw.c
 rename drivers/net/usb/{r8152.c => realtek/r8152_main.c} (75%)
 rename drivers/net/usb/{ => realtek}/r8153_ecm.c (100%)
 rename drivers/net/usb/{ => realtek}/rtl8150.c (100%)

-- 
2.26.3


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

end of thread, other threads:[~2021-07-26 11:43 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22  8:54 [PATCH u-boot 0/2] eth/r8152: minor corrections Hayes Wang
2021-07-13  9:18 ` [PATCH net-next 1/2] r8152: group the usb ethernet of realtek Hayes Wang
2020-05-22  8:54 ` [PATCH u-boot 1/2] eth/r8152: fix assigning the wrong endpoint Hayes Wang
2021-07-13  9:18   ` [PATCH net-next 2/2] r8152: separate the r8152.c into r8152_main.c and r8152_fw.c Hayes Wang
2020-05-22 13:21   ` [PATCH u-boot 1/2] eth/r8152: fix assigning the wrong endpoint Marek Vasut
2020-05-25  3:11     ` Hayes Wang
2020-05-22  8:54 ` [PATCH u-boot 2/2] eth/r8152: fix typo in register name Hayes Wang
2021-07-26  4:01   ` [PATCH net-next RESEND 0/2] r8152: split the source code Hayes Wang
2020-05-22 13:23   ` [PATCH u-boot 2/2] eth/r8152: fix typo in register name Marek Vasut
2020-05-25  7:47 ` [PATCH u-boot v2 0/2] eth/r8152: minor corrections Hayes Wang
2021-07-26  4:01   ` [PATCH net-next RESEND 1/2] r8152: group the usb ethernet of realtek Hayes Wang
2020-05-25  7:47   ` [PATCH u-boot v2 1/2] eth/r8152: fix assigning the wrong endpoint Hayes Wang
2021-07-26  4:01     ` [PATCH net-next RESEND 2/2] r8152: separate the r8152.c into r8152_main.c and r8152_fw.c Hayes Wang
2020-05-25 12:03     ` [PATCH u-boot v2 1/2] eth/r8152: fix assigning the wrong endpoint Marek Vasut
2020-05-25 12:52       ` Hayes Wang
2020-05-25 13:00         ` Marek Vasut
2020-05-26  1:59           ` Hayes Wang
2021-07-26  7:36     ` [PATCH net-next RESEND 2/2] r8152: separate the r8152.c into r8152_main.c and r8152_fw.c Greg KH
2021-07-26  8:26       ` Hayes Wang
2021-07-26  8:37         ` Greg KH
2021-07-26 11:09           ` Hayes Wang
2021-07-26 11:14             ` Greg KH
2021-07-26 11:43               ` Hayes Wang
2020-05-25  7:47   ` [PATCH u-boot v2 2/2] eth/r8152: fix typo in register name Hayes Wang
2021-07-13  9:18 [PATCH net-next 0/2] r8152: split the source code Hayes Wang

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.