Re: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm

2019-08-05 Thread Mika Westerberg
n Brown; > > Lukas > > Wunner; Limonciello, Mario; Anthony Wong; linux-a...@vger.kernel.org > > Subject: Re: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to > > struct > > icm > > > > > > [EXTERNAL EMAIL] > > > > On Fri, Jul 05

RE: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm

2019-07-09 Thread Mario.Limonciello
bject: Re: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct > icm > > > [EXTERNAL EMAIL] > > On Fri, Jul 05, 2019 at 01:52:49PM +0300, Yehezkel Bernat wrote: > > > @@ -2054,6 +2059,7 @@ struct tb *icm_probe(struct tb_nhi *nhi) > > > case P

Re: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm

2019-07-05 Thread Mika Westerberg
On Fri, Jul 05, 2019 at 01:52:49PM +0300, Yehezkel Bernat wrote: > > @@ -2054,6 +2059,7 @@ struct tb *icm_probe(struct tb_nhi *nhi) > > case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_2C_NHI: > > case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_4C_NHI: > > icm->max_boot_acl = ICM_AR_PREBOO

Re: [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm

2019-07-05 Thread Yehezkel Bernat
On Fri, Jul 5, 2019 at 12:58 PM Mika Westerberg wrote: > > @@ -1913,12 +1915,7 @@ static int icm_start(struct tb *tb) > if (IS_ERR(tb->root_switch)) > return PTR_ERR(tb->root_switch); > > - /* > -* NVM upgrade has not been tested on Apple systems and they > -

[PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm

2019-07-05 Thread Mika Westerberg
This is depends on the controller and on the platform/CPU we are running. Move it to struct icm so we can set it per controller. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/icm.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/thunderbol