lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <8725a111-0ee2-8935-86b5-01c61774a628@collabora.com> Date: Mon, 14 Feb 2022 12:26:30 +0100 From: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com> To: qii.wang@...iatek.com Cc: matthias.bgg@...il.com, linux-i2c@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org, kernel@...labora.com Subject: Re: [PATCH] i2c: busses: i2c-mt65xx: Simplify with clk-bulk Il 18/01/22 14:33, AngeloGioacchino Del Regno ha scritto: > Since depending on the SoC or specific bus functionality some clocks > may be optional, we cannot get the benefit of using devm_clk_bulk_get() > but, by migrating to clk-bulk, we are able to remove the custom functions > mtk_i2c_clock_enable() and mtk_i2c_clock_disable(), increasing common > APIs usage, hence (lightly) decreasing kernel footprint. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com> > --- > drivers/i2c/busses/i2c-mt65xx.c | 127 +++++++++++++------------------- > 1 file changed, 51 insertions(+), 76 deletions(-) > Hello, this is a friendly ping to request review on this patch as to avoid forgetting it. Adding context, I have tested this patch on multiple (older/newer) MediaTek platforms. Thanks, Angelo
Powered by blists - more mailing lists