From b5239cb5b367f13f0fd886687f09c3b9f8cab16a Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 2 Aug 2023 19:12:26 +0900 Subject: [PATCH] CODEOWNERS: add codeowner of regulator_rpi_pico Add myself as codeowner of previously committed driver. - #54456 Signed-off-by: TOKITA Hiroshi --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 357a90b4776..6a8f4375e43 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -396,6 +396,7 @@ /drivers/pwm/*rcar* @pmarzin /drivers/regulator/* @gmarull /drivers/regulator/regulator_pca9420.c @danieldegrasse +/drivers/regulator/regulator_rpi_pico.c @soburi /drivers/regulator/regulator_shell.c @danieldegrasse /drivers/reset/ @andrei-edward-popa /drivers/reset/reset_intel_socfpga.c @nbalabak