From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mx.groups.io with SMTP id smtpd.web11.5165.1635382425841280268 for ; Wed, 27 Oct 2021 17:53:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=y425Vc+d; spf=pass (domain: linaro.org, ip: 209.85.166.172, mailfrom: masami.hiramatsu@linaro.org) Received: by mail-il1-f172.google.com with SMTP id l13so4983863ilh.3 for ; Wed, 27 Oct 2021 17:53:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=kIP9J707ajBXgjXeTbBVCChkhWiELxyTiX3ebK1jAhQ=; b=y425Vc+dc9HFwaxIvC3mdJMEVcKIT0tvNBoEgmURRsVY2b/4JUM7SymrpHkj/h2EfJ HELQEL8GbLwMGNLGyeBjvGbX239TqAfbWcpgJ551tpemX/HPjUDi56uvd7q7IHojINgG ONT1JGQrpNJhQEdSE/GdJWNutE+t6lMxELS1pTDsjlFPY/a+sKTMDwrqVmbgJZWWXygZ x2iXIejaAmYZWtllQoa+hft8rhxM2UCvSM9XoJG6DLHECE2NXxrnv32y+nHS2mCLjcwN 1alTSi3L79J5NSXSJlvuq35QyI+pf358msXupfbPdeiYr/wMTikC55v05o/o0/1BJMvy rPwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kIP9J707ajBXgjXeTbBVCChkhWiELxyTiX3ebK1jAhQ=; b=YCdWG6MrFwyu+Fr+9TSmrlpLVlbnOLsQmkjGqKVC/N2DFqzqWVc23ixetv/SqOLekj IupM+fP0hohxVCexVvflpSa8167ADvYXJQlvgxqoGQhZh9OA8i5lGyccWGau2BndF6WH IKIbsAnOpe8VIpM2F3GJgRwnbDVZ7OK8zilgdTrIvy+VKQGF/x8qxQFYYSylxJVJ8tBH IHKcCOx48aAXRPVf20ReFcDIq4/T8xma7QsTWmDrc3RfARDXh/YTa+6/rntj2JyQ6AEw zOVMQWeMkoazM8d8IT4mjigI2BfZPnwVJfLbSPZ6JXeShj9rWZK+J8tuREuGotKa6VRH y7/g== X-Gm-Message-State: AOAM530PluETAxuWMGyrZ2KpiOQCdC6aeRGt4BaqU41XtxsqQSDDHsUd Ifw0TcyTy8/tTcM71BqPqrte7Ra8cbBn2aMytKaNVQ== X-Google-Smtp-Source: ABdhPJwcuvfFyTCuA1vZA7c7hujopwzgYVnBbb5tK5jXe7K4e9pk2E07YwTjoT587uEpEoixpz9nZ3L+UBfWUGcrtTM= X-Received: by 2002:a05:6e02:160c:: with SMTP id t12mr794990ilu.308.1635382425242; Wed, 27 Oct 2021 17:53:45 -0700 (PDT) MIME-Version: 1.0 References: <163410340292.323609.10978291802739074305.stgit@localhost> <20211027112133.d53azpi2qtktmfpg@leviathan> In-Reply-To: <20211027112133.d53azpi2qtktmfpg@leviathan> From: "Masami Hiramatsu" Date: Thu, 28 Oct 2021 09:53:34 +0900 Message-ID: Subject: Re: [PATCH 0/4] SynQuacer drivers test the ControllerHandle correctly To: Leif Lindholm Cc: Ard Biesheuvel , devel@edk2.groups.io, Kazuhiko Sakamoto Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Leif, Thank you for your reply! 2021=E5=B9=B410=E6=9C=8827=E6=97=A5(=E6=B0=B4) 20:21 Leif Lindholm : > > Hi Masami, > > Apologies for delay. > > Thank you, this set looks good. > However, you cannot make legal statements on behalf of Sakamoto-san, > only yourself. If you are happy with that, I could drop their > Signed-off-by: statements before I push. They would retain the > authorship. Actually I got this patch from Sakamoto-san with the Signed-off-by, so I se= nt it via my own internal tree. OK, next time I will ask Sakamoto-san to send = it by himself, or just report to me and I write the patch. Thank you, > > Best Regards, > > Leif > > On Wed, Oct 13, 2021 at 14:36:43 +0900, Masami Hiramatsu wrote: > > Hello, > > > > Here are the patches to fix the SynQuacer related drivers to test > > whether the ControllerHandle is managed by that driver correctly. > > These bugs are found by edk2-test. > > > > Thank you, > > > > --- > > > > Kazuhiko Sakamoto (4): > > Silicon/SynQuacerNetsecDxe: Test the ControllerHandle is managed = by this driver > > Silicon/SynQuacerI2cDxe: Test the ControllerHandle is managed by = this driver > > Silicon/AtSha204a: Test the ControllerHandle is managed by this d= river > > Silicon/ChaosKeyDxe: Test the ControllerHandle is managed by this= driver > > > > > > Silicon/Atmel/AtSha204a/AtSha204aDriver.h | 1 + > > Silicon/Atmel/AtSha204a/ComponentName.c | 13 ++++++++++++= + > > Silicon/Atmel/AtSha204a/DriverBinding.c | 1 - > > Silicon/Openmoko/ChaosKeyDxe/ChaosKeyDriver.h | 1 + > > Silicon/Openmoko/ChaosKeyDxe/ComponentName.c | 13 ++++++++++++= + > > Silicon/Openmoko/ChaosKeyDxe/DriverBinding.c | 1 - > > .../Drivers/Net/NetsecDxe/ComponentName.c | 13 ++++++++++++= + > > .../Drivers/Net/NetsecDxe/DriverBinding.c | 1 - > > .../SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.h | 1 + > > .../Drivers/SynQuacerI2cDxe/ComponentName.c | 13 ++++++++++++= + > > .../Drivers/SynQuacerI2cDxe/DriverBinding.c | 2 +- > > .../Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.h | 1 + > > 12 files changed, 57 insertions(+), 4 deletions(-) > > > > -- > > Masami Hiramatsu --=20 Masami Hiramatsu