From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Mon, 21 Sep 2020 17:03:30 +0000 Subject: [PATCH 1/1] rng: stm32mp1: use log() instead of printf() In-Reply-To: <20200917145739.15100-1-xypron.glpk@gmx.de> References: <20200917145739.15100-1-xypron.glpk@gmx.de> Message-ID: <13dcffe886504aebb2115d8eb3a5f30c@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heinrich > From: U-Boot On Behalf Of Heinrich Schuchardt > Sent: jeudi 17 septembre 2020 16:58 > To: Sughosh Ganu > Cc: u-boot at lists.denx.de; Heinrich Schuchardt > Subject: [PATCH 1/1] rng: stm32mp1: use log() instead of printf() > > The logging system provides flexible filtering and enhanced output. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/rng/stm32mp1_rng.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Even it is too late as already merged.... Reviewed-by: Patrick Delaunay Do you expect that this STM32MP15X is added in "ARM STM STM32MP" of MAINTAINERS file ? ARM STM STM32MP .... +F: drivers/rng/stm32mp1_rng.c ... Or the default rules is enough and Sughosh support all the rng drivers, whatever the platform ? RNG ... F: drivers/rng/ Thanks Patrick