[PATCH v7 0/3] thunderbolt: add vendor's NVM formats

Szuying Chen posted 3 patches 3 years, 7 months ago
There is a newer version of this series
drivers/thunderbolt/nvm.c    | 274 +++++++++++++++++++++++++++++++++++
drivers/thunderbolt/switch.c | 105 +++-----------
drivers/thunderbolt/tb.h     |  11 +-
3 files changed, 303 insertions(+), 87 deletions(-)
[PATCH v7 0/3] thunderbolt: add vendor's NVM formats
Posted by Szuying Chen 3 years, 7 months ago
From: Szuying Chen <Chloe_Chen@asmedia.com.tw>

The patch series for vendors to extend their NVM format.

Szuying Chen (3):
  thunderbolt: Add vendor's specific operations of NVM
  thunderbolt: Modify tb_nvm major and minor size.
  thunderbolt: To extend ASMedia NVM formats.

 drivers/thunderbolt/nvm.c    | 274 +++++++++++++++++++++++++++++++++++
 drivers/thunderbolt/switch.c | 105 +++-----------
 drivers/thunderbolt/tb.h     |  11 +-
 3 files changed, 303 insertions(+), 87 deletions(-)

--
2.34.1
Re: [PATCH v7 0/3] thunderbolt: add vendor's NVM formats
Posted by Mika Westerberg 3 years, 7 months ago
Hi,

On Mon, Aug 29, 2022 at 07:10:56PM +0800, Szuying Chen wrote:
> From: Szuying Chen <Chloe_Chen@asmedia.com.tw>
> 
> The patch series for vendors to extend their NVM format.

Starts looking better now :) I sent a couple of comments in separate
emails please address those and also the comments you got from Greg and
Mario.

You can put the changelog here in the next iteration of the series.

> Szuying Chen (3):
>   thunderbolt: Add vendor's specific operations of NVM
>   thunderbolt: Modify tb_nvm major and minor size.
>   thunderbolt: To extend ASMedia NVM formats.
> 
>  drivers/thunderbolt/nvm.c    | 274 +++++++++++++++++++++++++++++++++++
>  drivers/thunderbolt/switch.c | 105 +++-----------
>  drivers/thunderbolt/tb.h     |  11 +-
>  3 files changed, 303 insertions(+), 87 deletions(-)
> 
> --
> 2.34.1