From 7807ed921314cd7af83fd88162d0b8c6fb20a9ca Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Wed, 30 Jul 2025 10:03:39 +0200 Subject: [PATCH] pinctrl: sx150x: reformat and fixup Copyright header The Linux pinctrl-sx150 was originally written as a GPIO driver and fully rewritten by me as a Pinctrl driver and extended by other contributors. Fixup the Copyright header style and correctly report the Copyright headers from the Linux driver. Signed-off-by: Neil Armstrong --- drivers/pinctrl/pinctrl-sx150x.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/pinctrl-sx150x.c b/drivers/pinctrl/pinctrl-sx150x.c index cddde8822ed..0d64f4d5ad6 100644 --- a/drivers/pinctrl/pinctrl-sx150x.c +++ b/drivers/pinctrl/pinctrl-sx150x.c @@ -3,8 +3,12 @@ * Copyright (C) 2024, Exfo Inc - All Rights Reserved * * Author: Anis CHALI - * inspired and adapted from linux driver of sx150x written by Gregory Bean - * + * + * Inspired and adapted from the Linux pinctrl-sx150x driver: + * Copyright (c) 2016, BayLibre, SAS. All rights reserved. + * Author: Neil Armstrong + * Copyright (c) 2010, Code Aurora Forum. All rights reserved. + * Author: Gregory Bean */ #include -- 2.47.3