Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mailmap: update and consolidate Casey Connolly's name and email

I've used several email addresses and a previous name to contribute.
Consolidate all of these to my primary email and update my name.

Link: https://lkml.kernel.org/r/20250517223237.15647-2-casey.connolly@linaro.org
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Casey Connolly and committed by
Andrew Morton
f68b5d16 84e43764

+16 -13
+3
.mailmap
··· 154 154 Brian Silverman <bsilver16384@gmail.com> <brian.silverman@bluerivertech.com> 155 155 Bryan Tan <bryan-bt.tan@broadcom.com> <bryantan@vmware.com> 156 156 Cai Huoqing <cai.huoqing@linux.dev> <caihuoqing@baidu.com> 157 + Casey Connolly <casey.connolly@linaro.org> <caleb.connolly@linaro.org> 158 + Casey Connolly <casey.connolly@linaro.org> <caleb@connolly.tech> 159 + Casey Connolly <casey.connolly@linaro.org> <caleb@postmarketos.org> 157 160 Can Guo <quic_cang@quicinc.com> <cang@codeaurora.org> 158 161 Carl Huang <quic_cjhuang@quicinc.com> <cjhuang@codeaurora.org> 159 162 Carlos Bilbao <carlos.bilbao@kernel.org> <carlos.bilbao@amd.com>
+1 -1
Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml
··· 7 7 title: LG SW43408 1080x2160 DSI panel 8 8 9 9 maintainers: 10 - - Caleb Connolly <caleb.connolly@linaro.org> 10 + - Casey Connolly <casey.connolly@linaro.org> 11 11 12 12 description: 13 13 This panel is used on the Pixel 3, it is a 60hz OLED panel which
+1 -1
Documentation/devicetree/bindings/iio/adc/qcom,spmi-rradc.yaml
··· 7 7 title: Qualcomm's SPMI PMIC Round Robin ADC 8 8 9 9 maintainers: 10 - - Caleb Connolly <caleb.connolly@linaro.org> 10 + - Casey Connolly <casey.connolly@linaro.org> 11 11 12 12 description: | 13 13 The Qualcomm SPMI Round Robin ADC (RRADC) provides interface to clients to
+1 -1
Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml
··· 7 7 title: Qualcomm PMI8998/PM660 Switch-Mode Battery Charger "2" 8 8 9 9 maintainers: 10 - - Caleb Connolly <caleb.connolly@linaro.org> 10 + - Casey Connolly <casey.connolly@linaro.org> 11 11 12 12 properties: 13 13 compatible:
+1 -1
MAINTAINERS
··· 7460 7460 7461 7461 DRM DRIVER FOR LG SW43408 PANELS 7462 7462 M: Sumit Semwal <sumit.semwal@linaro.org> 7463 - M: Caleb Connolly <caleb.connolly@linaro.org> 7463 + M: Casey Connolly <casey.connolly@linaro.org> 7464 7464 S: Maintained 7465 7465 T: git https://gitlab.freedesktop.org/drm/misc/kernel.git 7466 7466 F: Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml
+1 -1
arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts
··· 1 1 // SPDX-License-Identifier: BSD-3-Clause 2 2 /* 3 3 * Copyright (c) 2023, Luca Weiss <luca.weiss@fairphone.com> 4 - * Copyright (c) 2024, Caleb Connolly <caleb@postmarketos.org> 4 + * Copyright (c) 2024, Casey Connolly <casey.connolly@linaro.org> 5 5 */ 6 6 7 7 /dts-v1/;
+1 -1
arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Copyright (c) 2022, Alexander Martinz <amartinz@shiftphones.com> 4 - * Copyright (c) 2022, Caleb Connolly <caleb@connolly.tech> 4 + * Copyright (c) 2022, Casey Connolly <casey.connolly@linaro.org> 5 5 * Copyright (c) 2022, Dylan Van Assche <me@dylanvanassche.be> 6 6 */ 7 7
+2 -2
drivers/gpu/drm/panel/panel-samsung-sofef00.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* Copyright (c) 2020 Caleb Connolly <caleb@connolly.tech> 2 + /* Copyright (c) 2020 Casey Connolly <casey.connolly@linaro.org> 3 3 * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree: 4 4 * Copyright (c) 2020, The Linux Foundation. All rights reserved. 5 5 */ ··· 318 318 319 319 module_mipi_dsi_driver(sofef00_panel_driver); 320 320 321 - MODULE_AUTHOR("Caleb Connolly <caleb@connolly.tech>"); 321 + MODULE_AUTHOR("Casey Connolly <casey.connolly@linaro.org>"); 322 322 MODULE_DESCRIPTION("DRM driver for Samsung AMOLED DSI panels found in OnePlus 6/6T phones"); 323 323 MODULE_LICENSE("GPL v2");
+2 -2
drivers/iio/adc/qcom-spmi-rradc.c
··· 2 2 /* 3 3 * Copyright (c) 2016-2017, 2019, The Linux Foundation. All rights reserved. 4 4 * Copyright (c) 2022 Linaro Limited. 5 - * Author: Caleb Connolly <caleb.connolly@linaro.org> 5 + * Author: Casey Connolly <casey.connolly@linaro.org> 6 6 * 7 7 * This driver is for the Round Robin ADC found in the pmi8998 and pm660 PMICs. 8 8 */ ··· 1016 1016 module_platform_driver(rradc_driver); 1017 1017 1018 1018 MODULE_DESCRIPTION("QCOM SPMI PMIC RR ADC driver"); 1019 - MODULE_AUTHOR("Caleb Connolly <caleb.connolly@linaro.org>"); 1019 + MODULE_AUTHOR("Casey Connolly <casey.connolly@linaro.org>"); 1020 1020 MODULE_LICENSE("GPL");
+2 -2
drivers/power/supply/qcom_pmi8998_charger.c
··· 2 2 /* 3 3 * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved. 4 4 * Copyright (c) 2023, Linaro Ltd. 5 - * Author: Caleb Connolly <caleb.connolly@linaro.org> 5 + * Author: Casey Connolly <casey.connolly@linaro.org> 6 6 * 7 7 * This driver is for the switch-mode battery charger and boost 8 8 * hardware found in pmi8998 and related PMICs. ··· 1045 1045 1046 1046 module_platform_driver(qcom_spmi_smb2); 1047 1047 1048 - MODULE_AUTHOR("Caleb Connolly <caleb.connolly@linaro.org>"); 1048 + MODULE_AUTHOR("Casey Connolly <casey.connolly@linaro.org>"); 1049 1049 MODULE_DESCRIPTION("Qualcomm SMB2 Charger Driver"); 1050 1050 MODULE_LICENSE("GPL");
+1 -1
include/soc/qcom/qcom-spmi-pmic.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* Copyright (c) 2022 Linaro. All rights reserved. 3 - * Author: Caleb Connolly <caleb.connolly@linaro.org> 3 + * Author: Casey Connolly <casey.connolly@linaro.org> 4 4 */ 5 5 6 6 #ifndef __QCOM_SPMI_PMIC_H__