<Wizzup>
thinking about how to do this, do I just manually merge the pr, make a changelog entry, and so forth? I guess so, right?
<Wizzup>
anyone up for helping with this?
LeePen has joined #maemo-leste
f_ has joined #maemo-leste
uvos__ has joined #maemo-leste
fab_ has joined #maemo-leste
uvos__ has quit [Read error: Connection reset by peer]
mdz has joined #maemo-leste
uvos__ has joined #maemo-leste
<uvos__>
sicelo: its in que
<uvos__>
Wizzup: sounds like a task than wants automation
<uvos__>
*that
<Wizzup>
mhm, maybe, yes
f_ has quit [Quit: To contact me, send a memo using MemoServ, PM f_[xmpp], or send an email. See https://vitali64.duckdns.org/.]
<Wizzup>
uvos__: but yeah I figured we might want to look at the translation diff too :D
<Wizzup>
oh actually the kernel didn't work on mz617 because we don't have btrfs built in
<Wizzup>
uvos__: if/when you rebase, please rebase on maemo-6.6-builddeb
<Wizzup>
or rather, use that as a base, or whatever :)
ceene has quit [Ping timeout: 256 seconds]
xmn has joined #maemo-leste
fab_ has quit [Ping timeout: 268 seconds]
arno11 has joined #maemo-leste
pere has quit [Ping timeout: 246 seconds]
<arno11>
Wizzup: hi, with a new build, N900 needs a small change in dts to be able to use pwm-ir-tx
<arno11>
this way Pierogi should work OOTB iirc
<Wizzup>
what is the change?
<arno11>
just one line: pwm-ir-tx instead ir-rx51
<Wizzup>
ok
<arno11>
let me doublecheck
<arno11>
n900-ir {
<arno11>
compatible = "pwm-ir-tx";
<arno11>
pwms = <0x131 0x00 0x66cc 0x00>;
<arno11>
oops sorry
<arno11>
indeed just one line to change
<Wizzup>
does this rely on other patches, or?
<Wizzup>
currently the kernel has:
<Wizzup>
ir: n900-ir {
<Wizzup>
compatible = "nokia,n900-ir";
<Wizzup>
pwms = <&pwm9 0 26316 0>; /* 38000 Hz */
<Wizzup>
};
<Wizzup>
so you want to change n900-ir to pwm-ir-tx ?
<Wizzup>
or am I missing something
<Wizzup>
oh, wait, I think you're talking about 6.1?
<arno11>
i was talking about 6.6, maybe too late for 6.1. yes the change is "pwm-ir-tx" instead of "nokia,n900-ir"
<Wizzup>
the pwms is also different as you can see
<Wizzup>
although the hex is the same as the regular number
<arno11>
yes that's the same
<Wizzup>
so no other patch is necessary?
<arno11>
no other, iirc
<arno11>
at least in dts
<Wizzup>
well, that's what I mean, does that pwm-ir-tx need patches, or
pere has joined #maemo-leste
<arno11>
iirc one patch from fmg has been mergerd and another one is still waiting for test
<Wizzup>
right, but if it is merged to say 6.9 we miht need to carry it
<Wizzup>
I don't mean to be annoying, I'm just trying to make sure we don't have to spend more time later finding them, so if you know what the patches are... :D
<arno11>
i understand :) (but irtx stuff was long time ago)
<arno11>
i cn have a look later today and LYK
<arno11>
*for patches
<Wizzup>
ok, just the first sentence of the commit will help
<Wizzup>
6.1 was also a long time ago fwiw :P
Livio has joined #maemo-leste
fab_ has joined #maemo-leste
arno11 has quit [Quit: leaving]
Livio has quit [Ping timeout: 268 seconds]
ac_laptop has joined #maemo-leste
Livio has joined #maemo-leste
Livio has quit [Quit: leaving]
uvos__ has quit [Quit: Konversation terminated!]
fab_ has quit [Ping timeout: 255 seconds]
ac_laptop has quit [Ping timeout: 246 seconds]
f_ has joined #maemo-leste
ac_laptop has joined #maemo-leste
<Wizzup>
arno11 this mmc queue requests change, is that beneficial for other devices too?
<Wizzup>
and should it not be set for both mmcblk0 and mmcblk1? or?
<Wizzup>
ok yeah with btrfs supported added the latest experimental kernel works on mz617
durrendal has joined #maemo-leste
Madda has quit [Remote host closed the connection]
asriel has quit [Quit: Don't drink the water. They put something in it to make you forget.]
<sicelo>
main problem would be that hildon is primarily a touch interface :-)
<kiva>
Actually older hildon (in N810 with Maemo 4) had good keyboard only use support. Menus can be used with arrow keys..it should put back in Leste. I have missed it with Pinephone Keyboard.
<kiva>
or just make that mouse emulation to scroll-key of Nokia 2780.
<kiva>
but maybe better start from making SIM-pin query support keyboard of Pinephone. Starting terminal with ctrl+shift+x works after that already..so some kind of keyboard only works already.
<kiva>
And that reminds me that one older guy see me using Pinephone keyboard and he said: "at last phone with keyboard with enough big buttons"
<Wizzup>
he must have big pockets :D
<kiva>
He haven't problem with size, but he had big fingers and looking for phone that can be used with them and asked can Pinephone use without touching screen..I have to answer: No, but icons are big enough.
<Wizzup>
right
<kiva>
btw..Calendar widget crash (and disappear) if touching in Pinephone, but works if Calendar is already started.
<Wizzup>
it disappears from home?
<kiva>
yes
<Wizzup>
hm
nela has quit [Quit: bye]
nela has joined #maemo-leste
fab_ has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11>
Wizzup: yes you're right for nr_requests (both mmcblk0 and mmcblk1)
fab_ has quit [Ping timeout: 264 seconds]
<arno11>
and yes possibly beneficial on other devices
<arno11>
btw for irtx stuff, that's indeed for 6.9:
<Wizzup>
arno11: ok, so a test to see if things work well with the atomic field set?
arno11 has joined #maemo-leste
<arno11>
Wizzup: yes
<Wizzup>
ok, but we can also try it without, yes?
<Wizzup>
I am just trying to see if I should build a kernel now or not
<Wizzup>
with/without this additional code
<arno11>
good question
<arno11>
maybe we can try without first
branon has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
arno11 has left #maemo-leste [#maemo-leste]
branon has joined #maemo-leste
ac_laptop has joined #maemo-leste
akossh has quit [Quit: Leaving.]
retr0id1 has joined #maemo-leste
parazyd1 has joined #maemo-leste
jrayhawk_ has joined #maemo-leste
LeePen has quit [Remote host closed the connection]
retr0id has quit [Quit: Ping timeout (120 seconds)]
parazyd has quit [Remote host closed the connection]
Uglyboydonc has quit [Remote host closed the connection]
jrayhawk has quit [Remote host closed the connection]
crab has quit [Remote host closed the connection]
retr0id1 is now known as retr0id
crab has joined #maemo-leste
<Wizzup>
uvos: there is now leste-config-mz617, hildon-meta-mz617 and the mapphone kexecboot config pkg for mz617
<Wizzup>
image builder will be slightly more tricky since /boot is on a separate partition so this needs proper fstab and we don't want partition, we just want a tar