Re: [PATCH v4 02/14] linux/kernel.h: Add PTR_ALIGN_DOWN macro
From: Rob Herring <robh@kernel.org>
Date: 2020-05-20 21:00:44
Also in:
linux-devicetree, linux-omap, linux-pci, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-05-20 21:00:44
Also in:
linux-devicetree, linux-omap, linux-pci, lkml
On Wed, 6 May 2020 20:44:17 +0530, Kishon Vijay Abraham I wrote:
Add a macro for aligning down a pointer. This is useful to get an aligned register address when a device allows only word access and doesn't allow half word or byte access. Signed-off-by: Kishon Vijay Abraham I <redacted> --- include/linux/kernel.h | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh@kernel.org> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel