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?