]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: sec: Move private internal API to internal header
authorAndré Draszik <andre.draszik@linaro.org>
Wed, 9 Apr 2025 20:37:28 +0000 (21:37 +0100)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:22 +0000 (08:48 +0100)
commit8b88b5e4d58151d8a37250afc978f253cd8cc4fb
tree82476ae1cf45e0c50cba796921a86bd0d4d3fff8
parent5bef1b7f10a81b61863f11aaa146a773cbc64e61
mfd: sec: Move private internal API to internal header

sec_irq_init() is an internal API for the core driver, and doesn't
belong into the public header.

Due to an upcoming split of the driver into a core and i2c driver,
we'll also be adding more internal APIs, which again shouldn't be in
the public header.

Move it into a new internal include.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-7-d66d5f39b6bf@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/mfd/sec-core.c
drivers/mfd/sec-core.h [new file with mode: 0644]
drivers/mfd/sec-irq.c
include/linux/mfd/samsung/core.h