124 Commits

Author SHA1 Message Date
Konrad Dybcio
a38e9afbe7 Merge pull request #38 from linux-msm/topic/lunar_eol
ci: Drop EOL Ubuntu Lunar
2025-12-08 13:17:23 +01:00
Konrad Dybcio
76a7663d7d ci: Drop EOL Ubuntu Lunar
Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
2025-12-08 13:13:46 +01:00
Konrad Dybcio
cd069ad7ed Merge pull request #37 from z3ntu/drop-ns
ns: Drop qrtr-ns
2025-12-08 13:10:50 +01:00
Konrad Dybcio
b51ffaf227 meson.build: Tag v1.2 v1.2 2025-12-08 13:02:58 +01:00
Luca Weiss
3edda0ebec ns: Drop qrtr-ns
The qrtr-ns has been superceded by the in-kernel nameserver since
multiple years. If anybody wants to do archeology, they can find qrtr-ns
with old releases / in the git history. Drop it and remove quite some
code.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
2025-11-21 13:16:29 +01:00
Luca Weiss
6d950d26e5 meson.build: Remove unused hash.c from qrtr-cfg compilation
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
2025-11-21 13:15:55 +01:00
Luca Weiss
ab378a18f4 lookup: Remove unused header
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
2025-11-21 13:10:13 +01:00
Dmitry Baryshkov
5923eea973 Merge pull request #35 from minlexx/lookup-new-smgr-ids
lookup: add Sensor Manager (SMGR) service IDs
2025-03-01 23:06:36 +02:00
Alexey Min
305b4615d1 lookup: add Sensor Manager (SMGR) service IDs
On some older SoCs (older than SDM845) downstream userspace starts a
Sensor Registry service (271) to provide sensor configuration information
to a remote processor (SDSP or ADSP). After receiving registry data, SDSP
or ADSP exposes a Sensor Manager service "SMGR" (256), which allows to
access sensor readings. Add these services to the known list of services.

Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
2025-02-14 15:36:50 +03:00
Dylan Van Assche
ef44ad10f2 qrtr.py: adding missing buffer size arg to recvfrom
qrtr_recvfrom needs to know the size of the buffer, add this missing argument.
2024-08-21 17:51:52 +02:00
Konrad Dybcio
daf7f4cc32 treewide: Include libqrtr.h as a global header
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
2024-05-21 11:10:11 +02:00
Arnaud Ferraris
b6b586f3d0 lib: meson.build: restore libqrtr SONAME
The previous version of `libqrtr` had `libqrtr.so.1` as their SONAME,
while the current version have only `libqrtr.so`. This is problematic as
previously built binaries using this lib will have to be rebuilt for
this new version (or rather, re-linked, which is practically
equivalent).

This change ensures the SONAME is kept by setting the project version
in the top-level `meson.build` and uses this string as the shared
library version.

In practice, the generated library filename is now `libqrtr.so.1.1` with
SONAME still being `libqrtr.so.1`.
2024-04-30 23:51:42 +02:00
Konrad Dybcio
8f9b2bc3b6 meson.build: Make building qrtr-ns opt-in
It's been moved to the kernel since forever..

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
v1.1
2024-04-09 20:08:09 +02:00
Konrad Dybcio
d9e0ddf06a Add github CI (yanked from cdba) 2024-04-09 19:31:56 +02:00
Konrad Dybcio
26d69ebc13 meson.build: Allow skipping the systemd service 2024-04-09 19:31:56 +02:00
Konrad Dybcio
bc35b65b36 meson.build: Remove faux vesion req 2024-04-09 19:31:56 +02:00
Konrad Dybcio
415736c850 meson.build: Enable more warnings 2024-04-09 13:14:34 +02:00
Konrad Dybcio
baee896ad0 qmi: fix format warnings 2024-04-09 13:14:34 +02:00
Konrad Dybcio
520d10f554 ns: fix format warnings 2024-04-09 13:14:34 +02:00
Konrad Dybcio
ed513e627b lib: generate pkgconfig 2024-04-09 13:14:34 +02:00
Konrad Dybcio
140f46d4ed lookup: fix format warnings 2024-04-09 13:14:34 +02:00
Konrad Dybcio
dece9315ea treewide: meson
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
2024-04-09 13:14:34 +02:00
Konrad Dybcio
20d1f78be8 lookup: Add more services
42667c34e2/sec_config
2024-04-08 22:30:02 +02:00
Konrad Dybcio
2d7962efff Merge pull request #24 from a-wai/clean-service
Makefile: remove generated service file when cleaning
2024-04-08 22:25:25 +02:00
Konrad Dybcio
7777177772 Merge pull request #25 from Ristovski/patch-1
lookup: Add several new services
2024-04-08 22:24:32 +02:00