Re: [PATCH v3 2/2] command-nas: fix json output

2022-03-16 Thread Henrik Ginstmark
Hi You can break down LTE global-cell-id to enodeb_id and cell_id like this: "intrafrequency_lte_info": { "tracking_area_code": 14000, "global_cell_id": 10498829, = "enodeb_id": 41011, "cell_id": 13, blobmsg_add_u32(&status, "enodeb_id",res.data.intrafrequency_lte_info_v2.global_cell_id/256); bl

[PATCH] lantiq: fritz7362sl: add partition subnode for SPI flash

2022-03-16 Thread Jan Hoffmann
Without a partition subnode ofpart_core still parses direct subnodes as partitions, but it ignores nodes with a compatible property. Due to this, the switch to nvmem-cells made the urlader partiton inaccessible. As a result, the wireless network was broken, as the calibration data is read from that

[PATCH] base-files: add uci section name for application led trigger handling

2022-03-16 Thread Florian Eckert
In order to read out additional options from the uci section in the called led trigger script, this section must also be add as a argument to the application led trigger script. Signed-off-by: Florian Eckert --- package/base-files/files/etc/init.d/led | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH] realtek: Fix kernel dependencies on CONFIG_MDIO_SMBUS

2022-03-16 Thread Bjørn Mork
Birger Koblitz writes: > On 15.03.22 15:10, Bjørn Mork wrote: >> Bjørn Mork writes: >> >>> Just drop the unnecssary I2C_SMBUS dependency. AFAICS, you're only >>> using i2c_smbus_xfer() which is part of the i2c core. > The reason for the ifdefs were mdio_smbus_alloc(). I still can't see anythin

Re: [PATCH] realtek: Fix kernel dependencies on CONFIG_MDIO_SMBUS

2022-03-16 Thread Birger Koblitz
Hi Bjørn, On 15.03.22 15:10, Bjørn Mork wrote: > Bjørn Mork writes: > >> Just drop the unnecssary I2C_SMBUS dependency. AFAICS, you're only >> using i2c_smbus_xfer() which is part of the i2c core. The reason for the ifdefs were mdio_smbus_alloc(). > > Looking further at this, I believe there