Re: [PATCH v3 1/3] clk: meson-gxbb: expose clock CLKID_RNG0
From: Neil Armstrong <hidden>
Date: 2017-02-27 13:28:49
Also in:
linux-amlogic, linux-clk, linux-crypto
From: Neil Armstrong <hidden>
Date: 2017-02-27 13:28:49
Also in:
linux-amlogic, linux-clk, linux-crypto
On 02/21/2017 10:55 PM, Heiner Kallweit wrote:
Expose clock CLKID_RNG0 which is needed for the HW random number generator. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> --- v2: - added clk and DT maintainers - split exposing the clock and using it in DT into two patches - comment out clock definition in drivers/clk/meson/gxbb.h - silently move CLKID_SPI to the right place v3: - no changes --- drivers/clk/meson/gxbb.h | 2 +- include/dt-bindings/clock/gxbb-clkc.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
Hi Heiner, This looks all good to me, but you should always send a cover letter for each revisions of the patchset. Using "git send-email" along the "--cover-letter" of "get format-patch" feature would also help send them in a row with a up-to-date cover letter. For the third patch, it may be good to also add the same to the GXL dtsi, no ? Anyway : Reviewed-by: Neil Armstrong <redacted> Thanks, Neil