From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::241; helo=mail-io0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 43142211D56DD for ; Wed, 13 Jun 2018 02:49:15 -0700 (PDT) Received: by mail-io0-x241.google.com with SMTP id d185-v6so2803236ioe.0 for ; Wed, 13 Jun 2018 02:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pLUXlA8BNDTmO8OoIpeWLRmeuWC1/Ik2ul0JgnuFCwo=; b=eHOWuoLh7sLX1LKjK/cDl1XIaArl9DZrZc2qkaxoNXVb3uQBg+4CblCnDqW1SiKRcf rJPCKbRfmWVFJ99QyTOLyWUMoFef5v2jyxrgVqxdQKQGeVt6b5bBrXP23ewrUe8hHUgw 1uNZi1XWENHIY1faSnFAvGjjxLvsoV1X6/sWg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pLUXlA8BNDTmO8OoIpeWLRmeuWC1/Ik2ul0JgnuFCwo=; b=q2swhYJjl33xgu/KXO7+Cf53zy7BTgmke4yWHtoTAjO4Rr7j8gAQPTi5w8xv3OKbPX v6zpZa5nRWWV5n3oI1d/hwrX/Q2nu8P5doFKYpNxq/qCuh5YEJQUTc5Jh8ESDMaeuJXY /cQuRkPJNUmPMkqQeOsnUqyMxS0q8bdATF1pHODIQXnDb4iiqWAoE5qA1lEPwb1arBPD GGGryyuixoSYICchNYZJht2nQmIwdmiaPXR8KCnlyL80jpXQwaSCsWjp3nc+HMn036/E 6wU9l1CEkvSLDm/uCiQnzAGDBQsfIbR3dJt+YAqeE3fiseEL6HBj3lj7zLNucZyDieDW WoZA== X-Gm-Message-State: APt69E1xMLxUNRQoI8qS+TfFpgHZni2IBqUBFE4MlIj+Q8dh3c9IyX5R hLJgYHfaGftlkF99MNZDWRVa3VLDQMyEdfXSd5iptg== X-Google-Smtp-Source: ADUXVKJkRa2nlWDudPnjNqw7XWen7IJn/g0LU8rFNHX/n/IU6dfceCkMFyrpd8Yl9km+rO/sN1Iv1ng0Q/b5IRsekQA= X-Received: by 2002:a6b:dd0b:: with SMTP id f11-v6mr3985307ioc.173.1528883354975; Wed, 13 Jun 2018 02:49:14 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Wed, 13 Jun 2018 02:49:14 -0700 (PDT) In-Reply-To: <1528834449-12726-1-git-send-email-udit.kumar@nxp.com> References: <1528834449-12726-1-git-send-email-udit.kumar@nxp.com> From: Ard Biesheuvel Date: Wed, 13 Jun 2018 11:49:14 +0200 Message-ID: To: Udit Kumar Cc: Leif Lindholm , "edk2-devel@lists.01.org" Subject: Re: [PATCH v3 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 09:49:16 -0000 Content-Type: text/plain; charset="UTF-8" On 12 June 2018 at 22:14, Udit Kumar wrote: > [v3] > Incorporated review comments of v2 > > [v2] > Incorporated review comments of v1 > > > > Udit Kumar (2): > ArmPlatformPkg: PL011 Dynamic clock freq Support > ArmPlatformPkg: Include PL011UartClock Lib > Thank you Udit. Reviewed-by: Ard Biesheuvel Patch #1 pushed as cbba5ca104fb I will push patch #2 once the accompanying edk2-platforms change is in. > ArmPlatformPkg/ArmPlatformPkg.dec | 1 + > ArmPlatformPkg/ArmPlatformPkg.dsc | 1 + > ArmPlatformPkg/Include/Library/PL011UartClockLib.h | 31 +++++++++++++++++++ > .../PL011SerialPortLib/PL011SerialPortLib.c | 5 +-- > .../PL011SerialPortLib/PL011SerialPortLib.inf | 1 + > .../Library/PL011UartClockLib/PL011UartClockLib.c | 29 +++++++++++++++++ > .../PL011UartClockLib/PL011UartClockLib.inf | 36 ++++++++++++++++++++++ > 7 files changed, 102 insertions(+), 2 deletions(-) > create mode 100644 ArmPlatformPkg/Include/Library/PL011UartClockLib.h > create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c > create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > > -- > 1.9.1 >