diff options
| author | Neil Armstrong <[email protected]> | 2025-07-30 10:03:39 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-11 15:11:22 -0600 |
| commit | 7807ed921314cd7af83fd88162d0b8c6fb20a9ca (patch) | |
| tree | 59270e6461ebff80ba15a22d4587378704f19e47 | |
| parent | 814ddd7824db7d43dbad3bf70154e0e692a00d1e (diff) | |
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 <[email protected]>
| -rw-r--r-- | drivers/pinctrl/pinctrl-sx150x.c | 8 |
1 files 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 <[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 <dm.h> |
