Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
jukivili has quit [Ping timeout: 264 seconds]
naobsd has quit [Quit: naobsd]
iamfrankenstein has quit [Ping timeout: 260 seconds]
atx has quit [Quit: Leaving.]
iamfrankenstein has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 260 seconds]
ricardocrudo has quit [Ping timeout: 244 seconds]
pekka30 has quit [Ping timeout: 256 seconds]
jukivili has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
arossdotme has quit [Ping timeout: 256 seconds]
ninolein has quit [Ping timeout: 240 seconds]
egbert has quit [Disconnected by services]
ninolein has joined #linux-sunxi
egbert has joined #linux-sunxi
arossdotme has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
hipboi has joined #linux-sunxi
rainbyte has quit [Ping timeout: 260 seconds]
rainbyte has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
lynxis has quit [Remote host closed the connection]
lynxis has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 240 seconds]
p1u3sch1 has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
IgorPec has joined #linux-sunxi
tkoskine has quit [Ping timeout: 250 seconds]
tkoskine has joined #linux-sunxi
tkoskine has quit [Ping timeout: 240 seconds]
tkoskine has joined #linux-sunxi
tkoskine has quit [Ping timeout: 265 seconds]
tkoskine has joined #linux-sunxi
hipboi_ has joined #linux-sunxi
hipboi_ has quit [Remote host closed the connection]
hipboi has quit [Ping timeout: 268 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
afaerber_ has joined #linux-sunxi
afaerber has quit [Ping timeout: 240 seconds]
hipboi has joined #linux-sunxi
tkoskine has quit [Ping timeout: 256 seconds]
hipboi has quit [Ping timeout: 252 seconds]
tkoskine has joined #linux-sunxi
tkoskine has quit [Ping timeout: 252 seconds]
tkoskine has joined #linux-sunxi
dannym has quit [Ping timeout: 272 seconds]
premoboss has quit [Ping timeout: 256 seconds]
Netlynx has joined #linux-sunxi
Netlynx has joined #linux-sunxi
premoboss has joined #linux-sunxi
kelvan has quit [Quit: No Ping reply in 180 seconds.]
kelvan has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 265 seconds]
p1u3sch1 has joined #linux-sunxi
staplr has quit [Ping timeout: 252 seconds]
staplr has joined #linux-sunxi
kivutar has quit [Ping timeout: 250 seconds]
kivutar has joined #linux-sunxi
premoboss has quit [Quit: Sto andando via]
Gerwin_J has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
pekka30 has joined #linux-sunxi
hamidx9 has joined #linux-sunxi
hamidx9 has quit [Client Quit]
hamidx9 has joined #linux-sunxi
hamidx9 is now known as HAMIDx
HAMIDx is now known as HAMIDx9
pekka30 has quit [Ping timeout: 250 seconds]
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 252 seconds]
iamfrankenstein1 is now known as iamfrankenstein
iamfrankenstein has quit [Client Quit]
pmattern has joined #linux-sunxi
pekka30 has joined #linux-sunxi
<HAMIDx9> hi, i'm working on an A31s which uses AW5306 for its touchscreen driver, but i couldn't find any usable driver in mainline linux kernel, am i missing something ?
pekka30 has quit [Ping timeout: 268 seconds]
grugly has quit [Ping timeout: 244 seconds]
hipboi has joined #linux-sunxi
hipboi has quit [Ping timeout: 250 seconds]
grugly has joined #linux-sunxi
lemonzest has joined #linux-sunxi
pekka30 has joined #linux-sunxi
afaerber_ is now known as afaerber
bonbons has joined #linux-sunxi
premoboss has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
dannym has joined #linux-sunxi
tomboy64 has quit [Quit: Uhh ... gotta go.]
tomboy64 has joined #linux-sunxi
atx has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
<szsoftware> 22:18:14 - szsoftware: Hi there!
<szsoftware> 22:18:35 - szsoftware: Anyone here who has experience with gpio?
<szsoftware> 22:19:39 - szsoftware: I wonder why gpio for power button (PL3) / SW4 isn not exposed by the gpio-sunxi driver
<szsoftware> 22:20:01 - szsoftware: Any idea how to read button states?
<atx> szsoftware: I think you should look into your .fex file
<atx> szsoftware: Or maybe check the sunxi-gpiokey module files
BorgCuba has joined #linux-sunxi
<szsoftware> atx: Is the fex the configuration for uboot and script.bin?
<atx> szsoftware: Yes (for Allwinner 3.4 kernel)
<BorgCuba> Are there already any activities on h3 support for linux-sunxi? Is this documented somewhere (the progress)?
<szsoftware> Atx: so for instance the line "gpio_pin_1 = port:PL10<1><default><default><1>" makes, that I have "/sys/class/gpio_sw/PL10/" later in the running system?
<BorgCuba> atx, thanks!
<szsoftware> Atx: and a line "gpio_pin_1 = port:FOO<1><default><default><1>" would result in "/sys/class/gpio_sw/FOO/" ?
<BorgCuba> atx, is this for mainline or linux-sunxi?
<atx> szsoftware: FOO is not valid GPIO, so that would probably not work
<atx> BorgCuba: Mainline
<szsoftware> atx: Ok, I understand. It depends on the banks and base stuff in linux-3.4/drivers/gpio/gpio-sunxi.c
<szsoftware> Atx: so I need to figure out, why gpio PL3 is not exposed through the .fex file?
<atx> (at least in the .fex I have here, seems to be the default though)
<szsoftware> atx: So I need to read the dependend /dev/input/eventX ?
<atx> szsoftware: I would try that first and if that does not work then resort to editing the .fex to expose the gpio directly
IgorPec has joined #linux-sunxi
<BorgCuba> jemk, what h3 board are you using?
<szsoftware> atx: Am I on the right track:
<szsoftware> sudo evtest /dev/input/event1
<szsoftware> Input driver version is 1.0.1
<szsoftware> Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100
<szsoftware> Input device name: "sunxi-ths"
<szsoftware> atx: ?
<atx> szsoftware: sunxi-ths is the temperature sensor
<atx> So probably not
<szsoftware> atx: ok. Btw., big thx! Learn from second to second :-D
p1u3sch1 has quit [Ping timeout: 240 seconds]
<mnemoc> out of curiousity, what is usually used to trigger script when "keys" from not-keyboard-or-mouse input drivers like that are "pressed"?
<mnemoc> acpid does it for acpi "keys"
<mnemoc> like when closing the lid on a laptop
p1u3sch1 has joined #linux-sunxi
<mnemoc> but I haven't seen anything like that for input devices
cnxsoft has quit [Quit: cnxsoft]
wigyori has quit [Ping timeout: 255 seconds]
<wens> mnemoc: you should be able to add additional scripts so acpid triggers them?
<wens> afaik the power button is also an input event
dannym has quit [Ping timeout: 265 seconds]
<jemk> BorgCuba: orange pi plus
<mnemoc> if sunxi-ths wants to trigger a shutdown due to overheating via it's input device, who catches it?
<mnemoc> wens: ---^
wigyori has joined #linux-sunxi
<mnemoc> i've found a couple of tools that do it, but I assume there is something standardish for the purpose
<jemk> mnemoc: I think systemd wants to handle that
<jemk> mripard: i really don't know how to do the h3 clocks anymore, everyone seems to expect something different
pmattern has quit [Quit: Genug für heute.]
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
<jelle> w/go 21
<jelle> meh
<mnemoc> :)
iamfrankenstein has quit [Ping timeout: 260 seconds]
iamfrankenstein has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
<wens> mnemoc: don't really know :(
aballier has quit [Quit: leaving]
IgorPec has joined #linux-sunxi
dannym has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
cosm_ has joined #linux-sunxi
cosm_ has quit [Client Quit]
interrobangd has joined #linux-sunxi
dannym has quit [Ping timeout: 250 seconds]
<BorgCuba> jemk, I recently received two opi pc boards
<BorgCuba> I'll try out mainline
p1u3sch1 has quit [Ping timeout: 240 seconds]
p1u3sch1 has joined #linux-sunxi
<jelle> someone sitting next to me is working on an orange pi pc :)
HAMIDx9 has quit [Remote host closed the connection]
xenoxaos has quit [Ping timeout: 246 seconds]
interrobangd has quit [Quit: Leaving]
xenoxaos has joined #linux-sunxi
FlorianH has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 246 seconds]
FlorianH has quit [Ping timeout: 260 seconds]
xenoxaos has joined #linux-sunxi
FlorianH has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 255 seconds]
p1u3sch1 has joined #linux-sunxi
fredy has quit [Excess Flood]
iamfrankenstein has quit [Ping timeout: 252 seconds]
fredy has joined #linux-sunxi
kivutar has quit [Ping timeout: 260 seconds]
FlorianH has quit [Ping timeout: 260 seconds]
xenoxaos has quit [Ping timeout: 246 seconds]
dannym has joined #linux-sunxi
FlorianH has joined #linux-sunxi
kivutar has joined #linux-sunxi
pmattern has joined #linux-sunxi
valkyr1e has quit [Quit: Bye bye.]
xenoxaos has joined #linux-sunxi
valkyr1e has joined #linux-sunxi
valkyr1e has joined #linux-sunxi
viccuad has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
interrobangd has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
pietrushnic has quit [Ping timeout: 264 seconds]
staplr has quit [Remote host closed the connection]
lemonzest has quit [Quit: Leaving]
pietrushnic has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 246 seconds]
interrobangd has quit [Quit: Leaving]
premoboss has quit [Remote host closed the connection]
ssvb has joined #linux-sunxi
dannym has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 260 seconds]
Netlynx has quit [Quit: Leaving]
Ntemis has joined #linux-sunxi
<BorgCuba> cheers!
BorgCuba has quit [Quit: leaving]
interrobangd has joined #linux-sunxi
xenoxaos has joined #linux-sunxi
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 260 seconds]
iamfrankenstein1 is now known as iamfrankenstein
nashpa has quit [Ping timeout: 240 seconds]
nashpa has joined #linux-sunxi
staplr has joined #linux-sunxi
<szsoftware> mnemoc: After I successfully setup a PWR-button listener daemon this day, I now want to play around with sunxi-ths
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
interrobangd has quit [Quit: Leaving]
oliv3r has quit [Ping timeout: 268 seconds]
viccuad has quit [Ping timeout: 272 seconds]
paulk-collins has quit [Quit: Quitte]
reinforce has quit [Quit: Leaving.]
interrobangd has joined #linux-sunxi
interrobangd has quit [Quit: Leaving]
interrobangd has joined #linux-sunxi
pekka30 has quit [Ping timeout: 268 seconds]
interrobangd has quit [Quit: Leaving]
interrobangd has joined #linux-sunxi
staplr has quit [Remote host closed the connection]
FlorianH has quit [Remote host closed the connection]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
bonbons has quit [Quit: Leaving]
naobsd has joined #linux-sunxi
szsoftware has quit [Ping timeout: 244 seconds]
interrobangd has quit [Quit: Leaving]
iamfrankenstein has quit [Quit: iamfrankenstein]
atx has quit [Quit: Leaving.]
naobsd has quit [Quit: naobsd]
ricardocrudo has quit [Ping timeout: 272 seconds]
ssvb has quit [Ping timeout: 240 seconds]
ssvb has joined #linux-sunxi
uwe_ has quit [Ping timeout: 264 seconds]
uwe_ has joined #linux-sunxi