~nixgoat

she/they

https://lux.rip/

software developer, student

~nixgoat/public-inbox

Last active 5 months ago
View more

Recent activity

Broken Arch Linux build image a month ago

From Lux Aliaga to ~sircmpwn/sr.ht-discuss

Hi there.

The Arch Linux build image present in builds.sr.ht is currently not
getting past the setup process. It attempts to summon `yay`, but fails
due to a missing shared library. Here's an example of a failed build to
prove what I mean.

	https://builds.sr.ht/~nixgoat/job/1328696

The build manifest only provides a single dependency, so I'm discarding
it as the culprit, but let me know if I'm wrong.

Best,

Re: Writing a Unix clone in about a month 5 months ago

From Lux Aliaga to ~sircmpwn/public-inbox

Hi Drew.

I recently read your post regarding Bunnix, the Unix clone you wrote in
Hare. I wanted to ask you, regarding your use of sbase (which, as I read
in the footnotes, is developed by suckless, which you don't endorse for
pretty much clear reasons), if you considered using BusyBox beforehand.
While I'm pointing towards the answer being because of the libc not
being fully compliant at the time of writing that blog post (which could
also be why Vim 5.3 was used), but I'd still like to ask, in case my
assumptions are wrong.

Best,

--

Re: [PATCH shoelace] flake: init 5 months ago

From Lux Aliaga to ~nixgoat/public-inbox

Applied. Thanks!

Re: [PATCH v7 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming


On 8 March 2023 08:23:57 GMT-03:00, Johan Hovold <johan@kernel.org> wrote:
>On Wed, Mar 08, 2023 at 12:15:39PM +0100, Konrad Dybcio wrote:
>> 
>> 
>> On 8.03.2023 12:02, Johan Hovold wrote:
>> > On Wed, Mar 08, 2023 at 11:09:48AM +0100, Konrad Dybcio wrote:
>> >>
>> >>
>> >> On 6.03.2023 18:08, Lux Aliaga wrote:
>> >>> The SM6125 UFS PHY is compatible with the one from SM6115. Add a
>> >>> compatible for it and modify the config from SM6115 to make them
>> >>> compatible with the SC8280XP binding

Re: [PATCH v7 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

On 3/6/2023 14:09, Konrad Dybcio wrote:

>
> On 6.03.2023 18:01, Lux Aliaga wrote:
>> On 06/03/2023 13:52, Lux Aliaga wrote:
>>> Document the compatible for UFS found on the SM6125.
>>>
>>> Signed-off-by: Lux Aliaga <they@mint.lgbt>
>>> Reviewed-by: Martin Botka <martin.botka@somainline.org>
>>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>>    Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++
>>>    1 file changed, 2 insertions(+)
>>>

[PATCH v7 6/6] arm64: dts: qcom: sm6125: Initial support for xiaomi-laurel-sprout 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

Add support for the Xiaomi Mi A3 (xiaomi-laurel-sprout). Here's a
summary on what's defined.

- dmesg output to bootloader preconfigured display
- USB
- UFS
- SD card
- SMD RPM regulators
- Volume Up, Down and Power buttons
- Thermistors

Signed-off-by: Lux Aliaga <they@mint.lgbt>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
[message trimmed]

[PATCH v7 5/6] dt-bindings: arm: qcom: Document xiaomi,laurel-sprout board 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

Document the Xiaomi Mi A3 (xiaomi-laurel-sprout) smartphone which is
based on the Snapdragon 665 SoC.

Signed-off-by: Lux Aliaga <they@mint.lgbt>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 27063a045bd0..4923dafb5d7a 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -793,6 +793,7 @@ properties:
[message trimmed]

[PATCH v7 4/6] arm64: dts: qcom: sm6125: Add UFS nodes 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

Adds a UFS host controller node and its corresponding PHY to
the sm6125 platform.

Signed-off-by: Lux Aliaga <they@mint.lgbt>
---
 arch/arm64/boot/dts/qcom/sm6125.dtsi | 62 ++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm6125.dtsi b/arch/arm64/boot/dts/qcom/sm6125.dtsi
index df5453fcf2b9..7384d88f44cc 100644
--- a/arch/arm64/boot/dts/qcom/sm6125.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6125.dtsi
@@ -511,6 +511,68 @@ sdhc_2: mmc@4784000 {
			status = "disabled";
[message trimmed]

[PATCH v7 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

The SM6125 UFS PHY is compatible with the one from SM6115. Add a
compatible for it and modify the config from SM6115 to make them
compatible with the SC8280XP binding

Signed-off-by: Lux Aliaga <they@mint.lgbt>
Reviewed-by: Martin Botka <martin.botka@somainline.org>
---
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
index 318eea35b972..44c29fdfc551 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
[message trimmed]

[PATCH v7 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125 1 year, 8 months ago

From Lux Aliaga to ~postmarketos/upstreaming

Document the QMP UFS PHY compatible for SM6125.

Signed-off-by: Lux Aliaga <they@mint.lgbt>
Reviewed-by: Martin Botka <martin.botka@somainline.org>
Acked-by: Dhruva Gole <d-gole@ti.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
index dde86a19f792..a7af57931f32 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
[message trimmed]