[PATCH v3] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-08-04 Thread Stanislav Jakubek
Convert the Spreadtrum hardware spinlock bindings to DT schema. Reviewed-by: Conor Dooley Reviewed-by: Baolin Wang Signed-off-by: Stanislav Jakubek --- Changes in V3: - add Baolin's R-b - rebase on next-20240805 - add lore links to V1 and V2 to the changelog Changes in V2:

[PATCH v2] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-07-04 Thread Stanislav Jakubek
Convert the Spreadtrum hardware spinlock bindings to DT schema. Reviewed-by: Conor Dooley Signed-off-by: Stanislav Jakubek --- Changes in V2: - fix double space in example - switch to #address-cells = <1> and #size-cells = <1> in example - add Conor's R-b .../bin

[PATCH] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-07-03 Thread Stanislav Jakubek
Convert the Spreadtrum hardware spinlock bindings to DT schema. Signed-off-by: Stanislav Jakubek --- .../bindings/hwlock/sprd,hwspinlock-r3p0.yaml | 55 +++ .../bindings/hwlock/sprd-hwspinlock.txt | 23 2 files changed, 55 insertions(+), 23 deletions(-) create

Re: [PATCH] ARM: dts: qcom: motorola-falcon: add accelerometer, magnetometer

2024-06-13 Thread Stanislav Jakubek
On Thu, Jun 13, 2024 at 09:48:26AM +0200, Konrad Dybcio wrote: > > > On 6/9/24 13:05, Stanislav Jakubek wrote: > > Add the accelerometer and magnetometer that are present on the Motorola > > Moto G (2013) device. > > > > Signed-off-by: Stanislav Jakubek >

[PATCH] ARM: dts: qcom: motorola-falcon: add accelerometer, magnetometer

2024-06-09 Thread Stanislav Jakubek
Add the accelerometer and magnetometer that are present on the Motorola Moto G (2013) device. Signed-off-by: Stanislav Jakubek --- .../boot/dts/qcom/msm8226-motorola-falcon.dts | 53 +++ 1 file changed, 53 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8226-motorola

[PATCH v3 2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013)

2024-04-07 Thread Stanislav Jakubek
regions are seemingly a part of some Motorola specific (firmware?) mechanism, see [1]. [1] https://github.com/LineageOS/android_kernel_motorola_msm8226/blob/cm-14.1/Documentation/devicetree/bindings/misc/hob_ram.txt Reviewed-by: Konrad Dybcio Signed-off-by: Stanislav Jakubek --- Changes in V3

[PATCH v3 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)

2024-04-07 Thread Stanislav Jakubek
Document the Motorola Moto G (2013), which is a smartphone based on the Qualcomm MSM8226 SoC. Acked-by: Krzysztof Kozlowski Signed-off-by: Stanislav Jakubek --- Changes in V3: - no changes Changes in V2: - collect Krzysztof's A-b Documentation/devicetree/bindings/arm/qcom.yaml | 1

[PATCH v2 2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013)

2024-03-26 Thread Stanislav Jakubek
regions are seemingly a part of some Motorola specific (firmware?) mechanism, see [1]. [1] https://github.com/LineageOS/android_kernel_motorola_msm8226/blob/cm-14.1/Documentation/devicetree/bindings/misc/hob_ram.txt Signed-off-by: Stanislav Jakubek --- Changes in V2: - split hob-ram reserved

[PATCH v2 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)

2024-03-26 Thread Stanislav Jakubek
Document the Motorola Moto G (2013), which is a smartphone based on the Qualcomm MSM8226 SoC. Acked-by: Krzysztof Kozlowski Signed-off-by: Stanislav Jakubek --- Changes in V2: - collect Krzysztof's A-b Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 inse

Re: [PATCH 2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013)

2024-03-25 Thread Stanislav Jakubek
On Mon, Mar 25, 2024 at 08:28:27PM +0100, Konrad Dybcio wrote: > On 24.03.2024 3:04 PM, Stanislav Jakubek wrote: > > Add a device tree for the Motorola Moto G (2013) smartphone based > > on the Qualcomm MSM8226 SoC. > > > > Initially supported features: > >

[PATCH 2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013)

2024-03-24 Thread Stanislav Jakubek
Add a device tree for the Motorola Moto G (2013) smartphone based on the Qualcomm MSM8226 SoC. Initially supported features: - Buttons (Volume Down/Up, Power) - eMMC - Hall Effect Sensor - SimpleFB display - TMP108 temperature sensor - Vibrator Signed-off-by: Stanislav Jakubek

[PATCH 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)

2024-03-24 Thread Stanislav Jakubek
Document the Motorola Moto G (2013), which is a smartphone based on the Qualcomm MSM8226 SoC. Signed-off-by: Stanislav Jakubek --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation