[PATCH] MAINTAINERS: remove broken entries in QUALCOMM TYPEC PORT MANAGER DRIVER

Lukas Bulwahn posted 1 patch 2 years, 8 months ago
MAINTAINERS | 2 --
1 file changed, 2 deletions(-)
[PATCH] MAINTAINERS: remove broken entries in QUALCOMM TYPEC PORT MANAGER DRIVER
Posted by Lukas Bulwahn 2 years, 8 months ago
Commit a4422ff22142 ("usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
adds the section QUALCOMM TYPEC PORT MANAGER DRIVER in MAINTAINERS with
two file entries for header files in include/dt-bindings/usb/typec/.

However, these files are not added to the repository with this commit or
any commit in the related patch series. Probably, these file entries are
just needless leftover after the work went through some refactoring.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Remove the two file entries for non-existent header files.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Bryan, please ack.

Greg, please pick this minor cleanup patch on your usb-next tree.

 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3182992769aa..a987ed462d64 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17559,8 +17559,6 @@ L:	linux-usb@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/usb/qcom,pmic-*.yaml
 F:	drivers/usb/typec/tcpm/qcom/
-F:	include/dt-bindings/usb/typec/qcom,pmic-pdphy.h
-F:	include/dt-bindings/usb/typec/qcom,pmic-typec.h
 
 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
 M:	Stanimir Varbanov <stanimir.k.varbanov@gmail.com>
-- 
2.17.1
Re: [PATCH] MAINTAINERS: remove broken entries in QUALCOMM TYPEC PORT MANAGER DRIVER
Posted by Bryan O'Donoghue 2 years, 8 months ago
On 19/05/2023 05:13, Lukas Bulwahn wrote:
> Commit a4422ff22142 ("usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
> adds the section QUALCOMM TYPEC PORT MANAGER DRIVER in MAINTAINERS with
> two file entries for header files in include/dt-bindings/usb/typec/.
> 
> However, these files are not added to the repository with this commit or
> any commit in the related patch series. Probably, these file entries are
> just needless leftover after the work went through some refactoring.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Remove the two file entries for non-existent header files.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Bryan, please ack.
> 
> Greg, please pick this minor cleanup patch on your usb-next tree.
> 
>   MAINTAINERS | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3182992769aa..a987ed462d64 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17559,8 +17559,6 @@ L:	linux-usb@vger.kernel.org
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/usb/qcom,pmic-*.yaml
>   F:	drivers/usb/typec/tcpm/qcom/
> -F:	include/dt-bindings/usb/typec/qcom,pmic-pdphy.h
> -F:	include/dt-bindings/usb/typec/qcom,pmic-typec.h
>   
>   QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
>   M:	Stanimir Varbanov <stanimir.k.varbanov@gmail.com>

Oops

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>