* [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
@ 2024-02-05 19:18 Paweł Owoc
2024-02-06 7:44 ` Krzysztof Kozlowski
0 siblings, 1 reply; 10+ messages in thread
From: Paweł Owoc @ 2024-02-05 19:18 UTC (permalink / raw)
To: Rob Herring
Cc: Paweł Owoc, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
Add Qualcomm QCA4024 to trivial devices.
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
---
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 79dcd92c4a43..50efbdf2a735 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -309,6 +309,8 @@ properties:
- plx,pex8648
# Pulsedlight LIDAR range-finding sensor
- pulsedlight,lidar-lite-v2
+ # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
+ - qca,spidev
# Renesas HS3001 Temperature and Relative Humidity Sensors
- renesas,hs3001
# Renesas ISL29501 time-of-flight sensor
--
2.43.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-05 19:18 Paweł Owoc
@ 2024-02-06 7:44 ` Krzysztof Kozlowski
2024-02-06 16:11 ` frut3k7
0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-06 7:44 UTC (permalink / raw)
To: Paweł Owoc, Rob Herring
Cc: Krzysztof Kozlowski, Conor Dooley, Guenter Roeck, Naresh Solanki,
Patrick Rudolph, Peter Yin, Bjorn Helgaas, Michal Simek,
Lakshmi Yadlapati, Lukas Wunner, Alexander Stein, Fabio Estevam,
devicetree, linux-kernel
On 05/02/2024 20:18, Paweł Owoc wrote:
> Add Qualcomm QCA4024 to trivial devices.
>
> Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
> ---
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> index 79dcd92c4a43..50efbdf2a735 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -309,6 +309,8 @@ properties:
> - plx,pex8648
> # Pulsedlight LIDAR range-finding sensor
> - pulsedlight,lidar-lite-v2
> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> + - qca,spidev
There is no such hardware as spidev and you even mentioned it is called
QCA4024, not spidev. Please don't use that name but a real name.
Also, I have doubts that Bluetooth is a trivial device. Such devices
need supplies, have reset/powerdown GPIOs.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
@ 2024-02-06 13:21 Paweł Owoc
2024-02-06 13:22 ` Krzysztof Kozlowski
0 siblings, 1 reply; 10+ messages in thread
From: Paweł Owoc @ 2024-02-06 13:21 UTC (permalink / raw)
To: Rob Herring
Cc: Mark Brown, linux-spi, linux-kernel, Paweł Owoc,
Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Jonathan Cameron, Peter Yin, Patrick Rudolph, Bjorn Helgaas,
Andre Werner, Luca Ceresoli, Lukas Wunner, Fabio Estevam,
Alexander Stein, devicetree
Add Qualcomm QCA4024 to trivial devices.
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
---
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 79dcd92c4a43..50efbdf2a735 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -309,6 +309,8 @@ properties:
- plx,pex8648
# Pulsedlight LIDAR range-finding sensor
- pulsedlight,lidar-lite-v2
+ # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
+ - qca,spidev
# Renesas HS3001 Temperature and Relative Humidity Sensors
- renesas,hs3001
# Renesas ISL29501 time-of-flight sensor
--
2.43.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 13:21 [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev Paweł Owoc
@ 2024-02-06 13:22 ` Krzysztof Kozlowski
2024-02-06 13:55 ` frut3k7
0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-06 13:22 UTC (permalink / raw)
To: Paweł Owoc, Rob Herring
Cc: Mark Brown, linux-spi, linux-kernel, Krzysztof Kozlowski,
Conor Dooley, Guenter Roeck, Jonathan Cameron, Peter Yin,
Patrick Rudolph, Bjorn Helgaas, Andre Werner, Luca Ceresoli,
Lukas Wunner, Fabio Estevam, Alexander Stein, devicetree
On 06/02/2024 14:21, Paweł Owoc wrote:
> Add Qualcomm QCA4024 to trivial devices.
>
> Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
> ---
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> index 79dcd92c4a43..50efbdf2a735 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -309,6 +309,8 @@ properties:
> - plx,pex8648
> # Pulsedlight LIDAR range-finding sensor
> - pulsedlight,lidar-lite-v2
> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> + - qca,spidev
You keep resending the same ignoring my comments. I don't understand why.
Sorry, still NAK.
Respond to comments instead.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 13:22 ` Krzysztof Kozlowski
@ 2024-02-06 13:55 ` frut3k7
0 siblings, 0 replies; 10+ messages in thread
From: frut3k7 @ 2024-02-06 13:55 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Mark Brown, linux-spi, linux-kernel,
Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Jonathan Cameron, Peter Yin, Patrick Rudolph, Bjorn Helgaas,
Andre Werner, Luca Ceresoli, Lukas Wunner, Fabio Estevam,
Alexander Stein, devicetree
On Tue, Feb 6, 2024 at 2:22 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 06/02/2024 14:21, Paweł Owoc wrote:
> > Add Qualcomm QCA4024 to trivial devices.
> >
> > Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
> > ---
> > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> > index 79dcd92c4a43..50efbdf2a735 100644
> > --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> > @@ -309,6 +309,8 @@ properties:
> > - plx,pex8648
> > # Pulsedlight LIDAR range-finding sensor
> > - pulsedlight,lidar-lite-v2
> > + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> > + - qca,spidev
>
> You keep resending the same ignoring my comments. I don't understand why.
>
I'm sorry for that.
I forgot to send this originally to the spi project and now I have
mistakenly sent again.
> Sorry, still NAK.
>
> Respond to comments instead.
>
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 7:44 ` Krzysztof Kozlowski
@ 2024-02-06 16:11 ` frut3k7
2024-02-06 16:18 ` Krzysztof Kozlowski
0 siblings, 1 reply; 10+ messages in thread
From: frut3k7 @ 2024-02-06 16:11 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
On Tue, Feb 6, 2024 at 8:44 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 05/02/2024 20:18, Paweł Owoc wrote:
> > Add Qualcomm QCA4024 to trivial devices.
> >
> > Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
> > ---
> > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> > index 79dcd92c4a43..50efbdf2a735 100644
> > --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> > @@ -309,6 +309,8 @@ properties:
> > - plx,pex8648
> > # Pulsedlight LIDAR range-finding sensor
> > - pulsedlight,lidar-lite-v2
> > + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> > + - qca,spidev
>
> There is no such hardware as spidev and you even mentioned it is called
> QCA4024, not spidev. Please don't use that name but a real name.
>
The compatibility will be changed to "qca4024" and a new patch version
will be prepared.
> Also, I have doubts that Bluetooth is a trivial device. Such devices
> need supplies, have reset/powerdown GPIOs.
>
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 16:11 ` frut3k7
@ 2024-02-06 16:18 ` Krzysztof Kozlowski
2024-02-06 16:34 ` frut3k7
0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-06 16:18 UTC (permalink / raw)
To: frut3k7
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
On 06/02/2024 17:11, frut3k7 wrote:
> On Tue, Feb 6, 2024 at 8:44 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> On 05/02/2024 20:18, Paweł Owoc wrote:
>>> Add Qualcomm QCA4024 to trivial devices.
>>>
>>> Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
>>> ---
>>> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
>>> index 79dcd92c4a43..50efbdf2a735 100644
>>> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
>>> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
>>> @@ -309,6 +309,8 @@ properties:
>>> - plx,pex8648
>>> # Pulsedlight LIDAR range-finding sensor
>>> - pulsedlight,lidar-lite-v2
>>> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
>>> + - qca,spidev
>>
>> There is no such hardware as spidev and you even mentioned it is called
>> QCA4024, not spidev. Please don't use that name but a real name.
>>
> The compatibility will be changed to "qca4024" and a new patch version
> will be prepared.
That would be ok except:
>
>> Also, I have doubts that Bluetooth is a trivial device. Such devices
>> need supplies, have reset/powerdown GPIOs.
this is not resolved. Bluetooth chips are not trivial devices. This one
particular exposes several interfaces to the host, needs a clock and
power supply.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 16:18 ` Krzysztof Kozlowski
@ 2024-02-06 16:34 ` frut3k7
2024-02-06 16:53 ` Krzysztof Kozlowski
0 siblings, 1 reply; 10+ messages in thread
From: frut3k7 @ 2024-02-06 16:34 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
On Tue, Feb 6, 2024 at 5:19 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 06/02/2024 17:11, frut3k7 wrote:
> > On Tue, Feb 6, 2024 at 8:44 AM Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> On 05/02/2024 20:18, Paweł Owoc wrote:
> >>> Add Qualcomm QCA4024 to trivial devices.
> >>>
> >>> Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
> >>> ---
> >>> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> >>> 1 file changed, 2 insertions(+)
> >>>
> >>> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> >>> index 79dcd92c4a43..50efbdf2a735 100644
> >>> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> >>> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> >>> @@ -309,6 +309,8 @@ properties:
> >>> - plx,pex8648
> >>> # Pulsedlight LIDAR range-finding sensor
> >>> - pulsedlight,lidar-lite-v2
> >>> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> >>> + - qca,spidev
> >>
> >> There is no such hardware as spidev and you even mentioned it is called
> >> QCA4024, not spidev. Please don't use that name but a real name.
> >>
> > The compatibility will be changed to "qca4024" and a new patch version
> > will be prepared.
>
> That would be ok except:
>
> >
> >> Also, I have doubts that Bluetooth is a trivial device. Such devices
> >> need supplies, have reset/powerdown GPIOs.
>
> this is not resolved. Bluetooth chips are not trivial devices. This one
> particular exposes several interfaces to the host, needs a clock and
> power supply.
>
Device is used over QUP4 SPI controller inside of IPQ8074:
https://lore.kernel.org/all/20231123121324.1046164-1-robimarko@gmail.com/
I'm not sure if these pin settings should be upstreamed as they are
specific to this platform:
https://github.com/openwrt/openwrt/pull/14051/files#diff-ed3fbf0226fbdc76c9c160f2f2b9e988120df472480b9861abe7a46796558115R81-R111
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 16:34 ` frut3k7
@ 2024-02-06 16:53 ` Krzysztof Kozlowski
2024-02-06 17:20 ` frut3k7
0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-06 16:53 UTC (permalink / raw)
To: frut3k7
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
On 06/02/2024 17:34, frut3k7 wrote:
>>>>> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
>>>>> index 79dcd92c4a43..50efbdf2a735 100644
>>>>> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
>>>>> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
>>>>> @@ -309,6 +309,8 @@ properties:
>>>>> - plx,pex8648
>>>>> # Pulsedlight LIDAR range-finding sensor
>>>>> - pulsedlight,lidar-lite-v2
>>>>> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
>>>>> + - qca,spidev
>>>>
>>>> There is no such hardware as spidev and you even mentioned it is called
>>>> QCA4024, not spidev. Please don't use that name but a real name.
>>>>
>>> The compatibility will be changed to "qca4024" and a new patch version
>>> will be prepared.
>>
>> That would be ok except:
>>
>>>
>>>> Also, I have doubts that Bluetooth is a trivial device. Such devices
>>>> need supplies, have reset/powerdown GPIOs.
>>
>> this is not resolved. Bluetooth chips are not trivial devices. This one
>> particular exposes several interfaces to the host, needs a clock and
>> power supply.
>>
> Device is used over QUP4 SPI controller inside of IPQ8074:
> https://lore.kernel.org/all/20231123121324.1046164-1-robimarko@gmail.com/
> I'm not sure if these pin settings should be upstreamed as they are
> specific to this platform:
> https://github.com/openwrt/openwrt/pull/14051/files#diff-ed3fbf0226fbdc76c9c160f2f2b9e988120df472480b9861abe7a46796558115R81-R111
Why do you think qca4024 is specific to this platform? Judging by
Qualcomm website: it is not.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev
2024-02-06 16:53 ` Krzysztof Kozlowski
@ 2024-02-06 17:20 ` frut3k7
0 siblings, 0 replies; 10+ messages in thread
From: frut3k7 @ 2024-02-06 17:20 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
Naresh Solanki, Patrick Rudolph, Peter Yin, Bjorn Helgaas,
Michal Simek, Lakshmi Yadlapati, Lukas Wunner, Alexander Stein,
Fabio Estevam, devicetree, linux-kernel
On Tue, Feb 6, 2024 at 5:53 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 06/02/2024 17:34, frut3k7 wrote:
> >>>>> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> >>>>> index 79dcd92c4a43..50efbdf2a735 100644
> >>>>> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> >>>>> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> >>>>> @@ -309,6 +309,8 @@ properties:
> >>>>> - plx,pex8648
> >>>>> # Pulsedlight LIDAR range-finding sensor
> >>>>> - pulsedlight,lidar-lite-v2
> >>>>> + # Qualcomm QCA4024 Multi-mode Bluetooth and 802.15.4 SoC
> >>>>> + - qca,spidev
> >>>>
> >>>> There is no such hardware as spidev and you even mentioned it is called
> >>>> QCA4024, not spidev. Please don't use that name but a real name.
> >>>>
> >>> The compatibility will be changed to "qca4024" and a new patch version
> >>> will be prepared.
> >>
> >> That would be ok except:
> >>
> >>>
> >>>> Also, I have doubts that Bluetooth is a trivial device. Such devices
> >>>> need supplies, have reset/powerdown GPIOs.
> >>
> >> this is not resolved. Bluetooth chips are not trivial devices. This one
> >> particular exposes several interfaces to the host, needs a clock and
> >> power supply.
> >>
> > Device is used over QUP4 SPI controller inside of IPQ8074:
> > https://lore.kernel.org/all/20231123121324.1046164-1-robimarko@gmail.com/
> > I'm not sure if these pin settings should be upstreamed as they are
> > specific to this platform:
> > https://github.com/openwrt/openwrt/pull/14051/files#diff-ed3fbf0226fbdc76c9c160f2f2b9e988120df472480b9861abe7a46796558115R81-R111
>
> Why do you think qca4024 is specific to this platform? Judging by
> Qualcomm website: it is not.
>
Unfortunately, I do not have access to the documentation for this SoC.
Currently, even after adding support, communication with the SoC is
not possible. QAPI (Qualcomm API) support is missing.
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-02-06 17:20 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 13:21 [PATCH 2/2] dt-bindings: trivial-devices: Add qca,spidev Paweł Owoc
2024-02-06 13:22 ` Krzysztof Kozlowski
2024-02-06 13:55 ` frut3k7
-- strict thread matches above, loose matches on Subject: below --
2024-02-05 19:18 Paweł Owoc
2024-02-06 7:44 ` Krzysztof Kozlowski
2024-02-06 16:11 ` frut3k7
2024-02-06 16:18 ` Krzysztof Kozlowski
2024-02-06 16:34 ` frut3k7
2024-02-06 16:53 ` Krzysztof Kozlowski
2024-02-06 17:20 ` frut3k7
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox