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 <[email protected]> --- 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 324d7af8fcd003905d23dc438d9459187403b782..20355fbddabedb5ccbd289c64bfbab5f7c143556 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 <[email protected]> - * inspired and adapted from linux driver of sx150x written by Gregory Bean - * <[email protected]> + * + * Inspired and adapted from the Linux pinctrl-sx150x driver: + * Copyright (c) 2016, BayLibre, SAS. All rights reserved. + * Author: Neil Armstrong <[email protected]> + * Copyright (c) 2010, Code Aurora Forum. All rights reserved. + * Author: Gregory Bean <[email protected]> */ #include <asm/gpio.h> --- base-commit: a8f20bb6650df56d2600cda2c66f9349df9e49c8 change-id: 20250730-topic-sx150x-copyright-baa7865838c9 Best regards, -- Neil Armstrong <[email protected]>

