From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.5381.1588073164503694560 for ; Tue, 28 Apr 2020 04:26:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XZ4HMZRy; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588073163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oOvyv+4dzIXgMgmCldEVxwvWqYV/zGaNiHqXmZAAA7g=; b=XZ4HMZRy04c5FiYTnds3Ccw+vyEQO73EOu4PokP582K7F/qAxzypI/vNS/18rOUfOe3A4M SIzC3HwstUU6qYPpkkkCS6Ur5ZgB1/zzq7+++V9gi6cxML9WKVz/vOZTPhPRCnj4B3dZCu VgAhFfuwGs9qNYqnR02jQVMGb4am/LQ= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-40-RA4pdliiMbqJ55jYkzD4-Q-1; Tue, 28 Apr 2020 07:26:01 -0400 X-MC-Unique: RA4pdliiMbqJ55jYkzD4-Q-1 Received: by mail-wr1-f69.google.com with SMTP id e5so12101165wrs.23 for ; Tue, 28 Apr 2020 04:26:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=oOvyv+4dzIXgMgmCldEVxwvWqYV/zGaNiHqXmZAAA7g=; b=NIL6FAG04Ye8m3JNF/Kx06eSXaZwPkCe5EZdCG3ijbx94a/LnpWdTVxzo0K4AKjSiu TeaClNFy4nCj36TBE1vlHn0bwziAT2djPOriPKI4MK5s8jf3sFGqtjpoySgnUOr3t3CZ HnkTZok0xTF/F/oisrzhGQw4wxKHC8PWazyIdEIuyzMrdAniw8Ga3DXMKkwqITlmadFT 8OHKZSRRo4UPtGQ+sTZGqkktrGbFutz6DjhTPTZzPVjJNWSCe65dOkGXzxjUV7wdIyXU mf23GahQ4uiym+6JLA8w48gVzgcESwy/aw5pFI//lryh4Yejdt9BpM+V4My4e3e7G2bK 0ytA== X-Gm-Message-State: AGi0PuaH0qbT8br8W9zHa80gVd6zGtkdiwYxsHECRQ6r/Y7PQm7ht8Jb HTYb80zvuA9BSK4Dy4V0fF/dtXG8qO6emOuzVf/RfCi6kA04GG7n4tDHDyVErvIdtBeo77gW5ae h/180/S7V29gfRQ== X-Received: by 2002:a1c:6a0b:: with SMTP id f11mr4069090wmc.123.1588073160527; Tue, 28 Apr 2020 04:26:00 -0700 (PDT) X-Google-Smtp-Source: APiQypITXjZtiCZkBrb6F+jwnU9O1xqzPfA/UojhY5yAx3h7jyFJxXz0kS3pwfId63KUfQkIlvPlNw== X-Received: by 2002:a1c:6a0b:: with SMTP id f11mr4069075wmc.123.1588073160271; Tue, 28 Apr 2020 04:26:00 -0700 (PDT) Return-Path: Received: from [192.168.1.39] (137.red-88-21-205.staticip.rima-tde.net. [88.21.205.137]) by smtp.gmail.com with ESMTPSA id w4sm8706913wro.28.2020.04.28.04.25.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Apr 2020 04:25:59 -0700 (PDT) Subject: Re: [edk2-devel] [edk2-platforms][PATCH] Platform/RaspberryPi: Fix comments in Bcm2836Pwm.h To: devel@edk2.groups.io, driver1998@foxmail.com Cc: ard.biesheuvel@arm.com, leif@nuviainc.com, pete@akeo.ie References: <20200428050840.223-1-driver1998@foxmail.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: Date: Tue, 28 Apr 2020 13:25:58 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200428050840.223-1-driver1998@foxmail.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 4/28/20 7:08 AM, GH Cao wrote: > The original comment incorrectly named the PWM controller as Power Management > Contoller, this commit fixes it. > > Signed-off-by: GH Cao > --- > Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h b/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h > index e2581b8..2d7da75 100644 > --- a/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h > +++ b/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h > @@ -11,7 +11,7 @@ > #ifndef __BCM2836_PWM_H__ > #define __BCM2836_PWM_H__ > > -/* Power Management constants */ > +/* PWM controller constants */ > > #define BCM2836_PWM_DMA_OFFSET 0x00007B00 > #define BCM2836_PWM_DMA_BASE_ADDRESS (BCM2836_SOC_REGISTERS + BCM2836_PWM_DMA_OFFSET) > Reviewed-by: Philippe Mathieu-Daude