This is needed for devices with mac address stored in ascii format, e.g.
HiWiFi HC6361 to be ported in the following patch.
Signed-off-by: Yousong Zhou
---
...of_net-add-mac-address-ascii-support.patch | 103 ++
.../408-mtd-redboot_partition_scan.patch | 4 +-
...of_net-ad
The device support was left out during the ath79 migration, mainly
delayed by how to add device tree support for fetching ascii mac address
In this series, patches were added for supporting "mac-address-ascii"
nvmem cells. At the moment it will be able to read mac address in the
form of 00:11:22:
The device was added for ar71xx target and dropped during the ath79
transition, mainly because of the ascii mac address stored in bdinfo
partition
Device page, http://wiki.openwrt.org/toh/hiwifi/hc6361
The vendor u-boot image accepts sysupgrade.bin image with specific
requirements, including havi
On Mon, Feb 21, 2022 at 2:31 PM Rui Salvaterra wrote:
>
> Hi, Ansuel,
>
> On Mon, 21 Feb 2022 at 16:09, Ansuel Smith wrote:
> >
> > Hi, sorry for the delay... I reverted my patch and applied this
> > and I can confirm that this works correctly on linux 5.15.
>
> No worries, thanks for confirming.
On 27/03/2022 21:25, g...@aiyionpri.me wrote:
From: Jan-Niklas Burfeind
Ubiquiti NanoBeam M5 devices are CPE equipment for customer locations
with one Ethernet port and a 5 GHz 300Mbps wireless interface.
Please provide the output of dmesg after boot - I'd like to check a few
things. Also se
https://github.com/openwrt/openwrt/pull/4500#issuecomment-1090822176
Old patch that may not be visible on the recent PRs.
> These devices only have 6MiB available for firmware,
> which is not enough for recent release images, so
> move these to the tiny target.
Tested by others and reviewed, sho
From: Michael Pratt
The following devices have a Winbond W25Q256FV flash chip,
which does not have the RESET pin enabled by default,
and otherwise would require setting a bit in a status register.
Before moving to Linux 5.4, we had the patch:
0053-mtd-spi-nor-add-w25q256-3b-mode-switch.patch
whi