]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pinctrl: sx150x: reformat and fixup Copyright header
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 30 Jul 2025 08:03:39 +0000 (10:03 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 11 Aug 2025 21:11:22 +0000 (15:11 -0600)
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 <neil.armstrong@linaro.org>
drivers/pinctrl/pinctrl-sx150x.c

index cddde8822edbd07ed8686a02b1803c7356c5e85a..0d64f4d5ad69ef7e20a5ff75ff1e8ca346f896a9 100644 (file)
@@ -3,8 +3,12 @@
  * Copyright (C) 2024, Exfo Inc - All Rights Reserved
  *
  * Author: Anis CHALI <anis.chali@exfo.com>
- * inspired and adapted from linux driver of sx150x written by Gregory Bean
- * <gbean@codeaurora.org>
+ *
+ * Inspired and adapted from the Linux pinctrl-sx150x driver:
+ * Copyright (c) 2016, BayLibre, SAS. All rights reserved.
+ * Author: Neil Armstrong <narmstrong@baylibre.com>
+ * Copyright (c) 2010, Code Aurora Forum. All rights reserved.
+ * Author: Gregory Bean <gbean@codeaurora.org>
  */
 
 #include <dm.h>