mzvd has quit [Read error: Connection reset by peer]
<aiyion_>
quick question regarding devices and variants in ath79
<aiyion_>
in ar71xx there was a function ubnt_xm_board_detect() in lib/ar71xx.sh, which helped to determine which variant of a device was running, based on ubnt_get_mtd_part_magic.
<aiyion_>
int ath79 every variant has its own entry in the makefile and its own dts, right?
aiyion_ is now known as aiyion
<aiyion>
So if I wanted to distinguish a varant of such a device properly I'd add it as new device, and try to include as much as possible from the base dts, to keep the veriants file short?
<aiyion>
Or is there another clean way to keep track of variants?
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
Gaspare has joined #openwrt-devel
srslypascal is now known as Guest4742
srslypascal has joined #openwrt-devel
Guest4742 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Gaspare has quit [Quit: Gaspare]
enyc has quit [Ping timeout: 480 seconds]
<aiyion>
I think I have a problem with checkpatch.pl
<aiyion>
I refrence a commit, that had a title a little longer than usual and containgn double quotes.
<aiyion>
Is there a preferred way to continue the commit message?
<aiyion>
shorten the referenced on somehow?
Gaspare has joined #openwrt-devel
ekathva has joined #openwrt-devel
thilde has joined #openwrt-devel
danitool has joined #openwrt-devel
thilde has quit []
mzvd has quit [Read error: Connection reset by peer]
<mrnuke>
robimarko_: If I'm using the blsp1_uart5, -- gpio22 and gpio23, then I should not be able to export those GPIOs via the sysfs interface, right?
<robimarko_>
Yeah
<robimarko_>
If pinctrl has been invoked kernel should prevent you from doing so as pins are used
cmonroe has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
<mrnuke>
robimarko_: I think that prenevtion mechanism might not work. How do you want me document a test plan? Github issue?
<robimarko_>
If it doesnt work then its a generic kernel issue
<robimarko_>
But, please check /sys/kernel/debug/gpio to see in which mode those pins are
<Lechu>
I recently started digging around those Ruckus APs once more, and found out, that they have active antennas, controlled by diode switches, controlled by two shift registers.
<Lechu>
In ZF7372, both are connected to GPIO15 (clock) and GPIO16 (data) of both AR9344 and AR9562, one per band. Now, the question: is there any CPU core hidden inside the radio for ath9k, that could control those, like in ath10k?
<Lechu>
I wonder how Ruckus managed to switch those antenna segments in real time between the packets, I think the same GPIO mapping on both radios isn't by accident.
ekathva has quit [Remote host closed the connection]
<robimarko_>
mrnuke: I dont have any time to track what part of the framework is not tracking the pins
<robimarko_>
Been respinning patches as there is finally momentum in upstreaming
<mrnuke>
robimarko_: no worries. As long as it's documented, someone can pick it up later
<robimarko_>
Maybe its even intentional
srslypascal is now known as Guest4754
srslypascal has joined #openwrt-devel
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
Guest4754 has quit [Ping timeout: 480 seconds]
<mangix>
hrm wonder what dango's uboot commits are for
<mangix>
replacing stock ramips bootloaders and using a single UBI partition sounds great.
bluew has joined #openwrt-devel
f00b4r__ has joined #openwrt-devel
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
T-Bone has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
robimarko_ has quit [Quit: Leaving]
Tapper has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
<Lechu>
Ansuel, btw, I cherry-picked that AR9344 DSA stuff from blocktrron. Got the driver to probe again, but the PHYs seem to be misidentified again as QCA966x, so I got no link status - maybe the match is too broad. I'll probably dig into this tomorrow.