* [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5
@ 2025-01-03 11:11 Luca Weiss
2025-01-03 11:11 ` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F Luca Weiss
` (6 more replies)
0 siblings, 7 replies; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:11 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
While out-of-tree already two of the three camera sensors are working on
this smartphone, getting those upstream-ready will still take a while.
Until then already enable the EEPROMs found on those camera sensors
which doesn't have a dependency to the sensor drivers and gets those out
of the way.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (5):
dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd.
dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label
arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs
Documentation/devicetree/bindings/eeprom/at24.yaml | 5 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 101 +++++++++++++++------
3 files changed, 78 insertions(+), 30 deletions(-)
---
base-commit: 9ad93a473f97ce94bd3229e5dbbc4f1b2d48127b
change-id: 20250103-fp5-cam-eeprom-995e3cdcd843
Best regards,
--
Luca Weiss <luca.weiss@fairphone.com>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
@ 2025-01-03 11:11 ` Luca Weiss
2025-01-03 21:14 ` Rob Herring (Arm)
2025-01-03 11:11 ` [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd Luca Weiss
` (5 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:11 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add the compatible for another 128Kb EEPROM from Giantec.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 590ba0ef5fa26180b7dda4789fd49ce9b27564ab..a2970c7c8f27600ad0d495a7e14875a3be611c03 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -134,6 +134,7 @@ properties:
- const: atmel,24c64
- items:
- enum:
+ - giantec,gt24p128f
- renesas,r1ex24128
- samsung,s524ad0xd1
- const: atmel,24c128
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd.
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
2025-01-03 11:11 ` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F Luca Weiss
@ 2025-01-03 11:11 ` Luca Weiss
2025-01-03 21:14 ` Rob Herring (Arm)
2025-01-03 11:11 ` [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C Luca Weiss
` (4 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:11 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add the vendor prefix for a manufacturer of EEPROM chips among others.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index da01616802c76830a520594a69bd6a2e0231df0d..7e743a9f638dc9623f73a31cdc4b6cc899cb3320 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1204,6 +1204,8 @@ patternProperties:
description: PulsedLight, Inc
"^purism,.*":
description: Purism, SPC
+ "^puya,.*":
+ description: Puya Semiconductor (Shanghai) Co., Ltd.
"^qca,.*":
description: Qualcomm Atheros, Inc.
"^qcom,.*":
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
2025-01-03 11:11 ` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F Luca Weiss
2025-01-03 11:11 ` [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd Luca Weiss
@ 2025-01-03 11:11 ` Luca Weiss
2025-01-03 21:15 ` Rob Herring (Arm)
2025-01-03 11:12 ` [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label Luca Weiss
` (3 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:11 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add the compatible for an 256Kb EEPROM from Puya.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Documentation/devicetree/bindings/eeprom/at24.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index a2970c7c8f27600ad0d495a7e14875a3be611c03..c9e4afbdc44809c21fe4c073f1a2494e899dfe0f 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -138,6 +138,10 @@ properties:
- renesas,r1ex24128
- samsung,s524ad0xd1
- const: atmel,24c128
+ - items:
+ - enum:
+ - puya,p24c256c
+ - const: atmel,24c256
- items:
- const: microchip,24aa025e48
- items:
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
` (2 preceding siblings ...)
2025-01-03 11:11 ` [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C Luca Weiss
@ 2025-01-03 11:12 ` Luca Weiss
2025-01-03 11:46 ` Konrad Dybcio
2025-01-03 11:12 ` [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs Luca Weiss
` (2 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:12 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add the common vreg_ prefix to the labels of the regulator-fixed. Also
make sure the nodes are sorted alphabetically.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 60 +++++++++++-----------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
index fdc62f1b1c5a398abaa71818fdf2858fdc445d28..cc1f89a4015218b0ea06811d2acd4ec56078961e 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
@@ -108,6 +108,36 @@ pmic_glink_ss_in: endpoint {
};
};
+ vreg_afvdd_2p8: regulator-afvdd-2p8 {
+ compatible = "regulator-fixed";
+ regulator-name = "AFVDD_2P8";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ gpio = <&tlmm 68 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_bob>;
+ };
+
+ vreg_ois_avdd0_1p8: regulator-ois-avdd0-1p8 {
+ compatible = "regulator-fixed";
+ regulator-name = "OIS_AVDD0_1P8";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ gpio = <&tlmm 157 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_bob>;
+ };
+
+ vreg_ois_dvdd_1p1: regulator-ois-dvdd-1p1 {
+ compatible = "regulator-fixed";
+ regulator-name = "OIS_DVDD_1P1";
+ regulator-min-microvolt = <1100000>;
+ regulator-max-microvolt = <1100000>;
+ gpio = <&tlmm 97 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_s8b>;
+ };
+
reserved-memory {
cont_splash_mem: cont-splash@e1000000 {
reg = <0x0 0xe1000000 0x0 0x2300000>;
@@ -134,36 +164,6 @@ rmtfs_mem: memory@f8500000 {
};
};
- ois_avdd0_1p8: regulator-ois-avdd0-1p8 {
- compatible = "regulator-fixed";
- regulator-name = "OIS_AVDD0_1P8";
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- gpio = <&tlmm 157 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- vin-supply = <&vreg_bob>;
- };
-
- ois_dvdd_1p1: regulator-ois-dvdd-1p1 {
- compatible = "regulator-fixed";
- regulator-name = "OIS_DVDD_1P1";
- regulator-min-microvolt = <1100000>;
- regulator-max-microvolt = <1100000>;
- gpio = <&tlmm 97 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- vin-supply = <&vreg_s8b>;
- };
-
- afvdd_2p8: regulator-afvdd-2p8 {
- compatible = "regulator-fixed";
- regulator-name = "AFVDD_2P8";
- regulator-min-microvolt = <2800000>;
- regulator-max-microvolt = <2800000>;
- gpio = <&tlmm 68 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- vin-supply = <&vreg_bob>;
- };
-
thermal-zones {
camera-thermal {
polling-delay-passive = <0>;
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
` (3 preceding siblings ...)
2025-01-03 11:12 ` [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label Luca Weiss
@ 2025-01-03 11:12 ` Luca Weiss
2025-01-03 11:30 ` Konrad Dybcio
2025-01-06 20:21 ` (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Bartosz Golaszewski
2025-01-07 16:38 ` Bjorn Andersson
6 siblings, 1 reply; 13+ messages in thread
From: Luca Weiss @ 2025-01-03 11:12 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Configure the EEPROMs which are found on the different camera sensors on
this device.
The pull-up regulator for these I2C busses is vreg_l6p, the same supply
that powers VCC of all the EEPROMs.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
index cc1f89a4015218b0ea06811d2acd4ec56078961e..769c66cb5d19dbf50e137b3a72de2e36ec4daecf 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
@@ -556,6 +556,47 @@ vreg_bob: bob {
};
};
+&cci0 {
+ status = "okay";
+};
+
+&cci0_i2c0 {
+ /* IMX800 @ 1a */
+
+ eeprom@50 {
+ compatible = "puya,p24c256c", "atmel,24c256";
+ reg = <0x50>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
+};
+
+&cci0_i2c1 {
+ /* IMX858 @ 29 */
+
+ eeprom@54 {
+ compatible = "giantec,gt24p128f", "atmel,24c128";
+ reg = <0x54>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
+};
+
+&cci1 {
+ status = "okay";
+};
+
+&cci1_i2c1 {
+ /* S5KJN1SQ03 @ 10 */
+
+ eeprom@51 {
+ compatible = "giantec,gt24p128f", "atmel,24c128";
+ reg = <0x51>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
+};
+
&dispcc {
/* Disable for now so simple-framebuffer continues working */
status = "disabled";
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs
2025-01-03 11:12 ` [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs Luca Weiss
@ 2025-01-03 11:30 ` Konrad Dybcio
0 siblings, 0 replies; 13+ messages in thread
From: Konrad Dybcio @ 2025-01-03 11:30 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 3.01.2025 12:12 PM, Luca Weiss wrote:
> Configure the EEPROMs which are found on the different camera sensors on
> this device.
>
> The pull-up regulator for these I2C busses is vreg_l6p, the same supply
> that powers VCC of all the EEPROMs.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label
2025-01-03 11:12 ` [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label Luca Weiss
@ 2025-01-03 11:46 ` Konrad Dybcio
0 siblings, 0 replies; 13+ messages in thread
From: Konrad Dybcio @ 2025-01-03 11:46 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 3.01.2025 12:12 PM, Luca Weiss wrote:
> Add the common vreg_ prefix to the labels of the regulator-fixed. Also
> make sure the nodes are sorted alphabetically.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
2025-01-03 11:11 ` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F Luca Weiss
@ 2025-01-03 21:14 ` Rob Herring (Arm)
0 siblings, 0 replies; 13+ messages in thread
From: Rob Herring (Arm) @ 2025-01-03 21:14 UTC (permalink / raw)
To: Luca Weiss
Cc: ~postmarketos/upstreaming, phone-devel, Konrad Dybcio,
Bjorn Andersson, Conor Dooley, linux-i2c, linux-arm-msm,
devicetree, Krzysztof Kozlowski, Bartosz Golaszewski,
linux-kernel
On Fri, 03 Jan 2025 12:11:57 +0100, Luca Weiss wrote:
> Add the compatible for another 128Kb EEPROM from Giantec.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd.
2025-01-03 11:11 ` [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd Luca Weiss
@ 2025-01-03 21:14 ` Rob Herring (Arm)
0 siblings, 0 replies; 13+ messages in thread
From: Rob Herring (Arm) @ 2025-01-03 21:14 UTC (permalink / raw)
To: Luca Weiss
Cc: Bartosz Golaszewski, Bjorn Andersson, linux-kernel, phone-devel,
linux-arm-msm, ~postmarketos/upstreaming, devicetree,
Conor Dooley, Krzysztof Kozlowski, Konrad Dybcio, linux-i2c
On Fri, 03 Jan 2025 12:11:58 +0100, Luca Weiss wrote:
> Add the vendor prefix for a manufacturer of EEPROM chips among others.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
2025-01-03 11:11 ` [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C Luca Weiss
@ 2025-01-03 21:15 ` Rob Herring (Arm)
0 siblings, 0 replies; 13+ messages in thread
From: Rob Herring (Arm) @ 2025-01-03 21:15 UTC (permalink / raw)
To: Luca Weiss
Cc: Konrad Dybcio, Krzysztof Kozlowski, linux-kernel, linux-i2c,
Conor Dooley, Bjorn Andersson, Bartosz Golaszewski,
~postmarketos/upstreaming, devicetree, phone-devel,
linux-arm-msm
On Fri, 03 Jan 2025 12:11:59 +0100, Luca Weiss wrote:
> Add the compatible for an 256Kb EEPROM from Puya.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> Documentation/devicetree/bindings/eeprom/at24.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
` (4 preceding siblings ...)
2025-01-03 11:12 ` [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs Luca Weiss
@ 2025-01-06 20:21 ` Bartosz Golaszewski
2025-01-07 16:38 ` Bjorn Andersson
6 siblings, 0 replies; 13+ messages in thread
From: Bartosz Golaszewski @ 2025-01-06 20:21 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio, Luca Weiss
Cc: Bartosz Golaszewski, ~postmarketos/upstreaming, phone-devel,
linux-i2c, devicetree, linux-kernel, linux-arm-msm
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
On Fri, 03 Jan 2025 12:11:56 +0100, Luca Weiss wrote:
> While out-of-tree already two of the three camera sensors are working on
> this smartphone, getting those upstream-ready will still take a while.
>
> Until then already enable the EEPROMs found on those camera sensors
> which doesn't have a dependency to the sensor drivers and gets those out
> of the way.
>
> [...]
Applied, thanks!
[1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
commit: 56d4ef115cc51b1fe7de1e695923126923c9f9bf
[2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd.
commit: eace9d83c831c44b4f63beec18774fe4a46d12cc
[3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
commit: 36036a164fac96727ed724a388dae38d2f5f21c1
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
` (5 preceding siblings ...)
2025-01-06 20:21 ` (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Bartosz Golaszewski
@ 2025-01-07 16:38 ` Bjorn Andersson
6 siblings, 0 replies; 13+ messages in thread
From: Bjorn Andersson @ 2025-01-07 16:38 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Konrad Dybcio, Luca Weiss
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On Fri, 03 Jan 2025 12:11:56 +0100, Luca Weiss wrote:
> While out-of-tree already two of the three camera sensors are working on
> this smartphone, getting those upstream-ready will still take a while.
>
> Until then already enable the EEPROMs found on those camera sensors
> which doesn't have a dependency to the sensor drivers and gets those out
> of the way.
>
> [...]
Applied, thanks!
[4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label
commit: f8cc045b9db0d571f1fbd27de5e84b92d4319255
[5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs
commit: 14b77dc81213b35a7028d2cb52389473665b6d48
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-01-07 16:39 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-03 11:11 [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Luca Weiss
2025-01-03 11:11 ` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F Luca Weiss
2025-01-03 21:14 ` Rob Herring (Arm)
2025-01-03 11:11 ` [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd Luca Weiss
2025-01-03 21:14 ` Rob Herring (Arm)
2025-01-03 11:11 ` [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C Luca Weiss
2025-01-03 21:15 ` Rob Herring (Arm)
2025-01-03 11:12 ` [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label Luca Weiss
2025-01-03 11:46 ` Konrad Dybcio
2025-01-03 11:12 ` [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs Luca Weiss
2025-01-03 11:30 ` Konrad Dybcio
2025-01-06 20:21 ` (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5 Bartosz Golaszewski
2025-01-07 16:38 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®