00:00
return0e has joined #linux-sunxi
00:04
lurchi_ has quit [Quit: Konversation terminated!]
00:05
Keziolio has quit [Remote host closed the connection]
00:05
lurchi_ has joined #linux-sunxi
00:06
Keziolio has joined #linux-sunxi
00:06
Keziolio has quit [Changing host]
00:06
Keziolio has joined #linux-sunxi
00:24
willmore has joined #linux-sunxi
00:31
GrimKriegor has quit [Read error: Connection reset by peer]
00:37
ullbeking has quit [Quit: Updating details, brb]
00:38
ullbeking has joined #linux-sunxi
00:39
noresult0 has joined #linux-sunxi
00:40
GrimKriegor has joined #linux-sunxi
00:41
GrimKriegor has quit [Read error: Connection reset by peer]
00:41
noresult0 has quit [Remote host closed the connection]
00:46
vagrantc has quit [Quit: leaving]
00:47
return0e has quit [Ping timeout: 252 seconds]
00:48
return0e has joined #linux-sunxi
00:50
GrimKriegor has joined #linux-sunxi
00:54
return0e has quit [Remote host closed the connection]
00:56
return0e has joined #linux-sunxi
01:00
micken has quit [*.net *.split]
01:00
jtf has quit [*.net *.split]
01:00
micken has joined #linux-sunxi
01:00
IgorPec has joined #linux-sunxi
01:01
jtf has joined #linux-sunxi
01:01
return0e has quit [Remote host closed the connection]
01:04
sunshavi has quit [Ping timeout: 252 seconds]
01:06
return0e has joined #linux-sunxi
01:08
sdake7 has joined #linux-sunxi
01:08
sdake7 has quit [Remote host closed the connection]
01:10
return0e has quit [Ping timeout: 260 seconds]
01:14
Andy-D has quit [Ping timeout: 260 seconds]
01:19
t0dd1v has quit [Quit: Connection closed for inactivity]
01:20
embed-3d_ has quit [Ping timeout: 252 seconds]
01:26
paulliu has joined #linux-sunxi
01:27
<
parco >
has anyone happened to work on bluetooth for the bpi M2M?
01:33
nuuuciano has joined #linux-sunxi
02:14
GrimKriegor has quit [Ping timeout: 245 seconds]
02:16
lurchi_ is now known as lurchi__
02:17
dddddd has quit [Remote host closed the connection]
02:19
perlgod23 has joined #linux-sunxi
02:19
perlgod23 has quit [Remote host closed the connection]
02:20
groovy13 has joined #linux-sunxi
02:22
groovy13 has quit [Remote host closed the connection]
02:24
victhor has quit [Ping timeout: 252 seconds]
02:47
<
wens >
parco: it doesn't, this is pre-serdev binding
02:50
<
parco >
but now i lose the /dev/ttyS1
02:51
<
parco >
[ 0.840302] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 35, base_baud = 1500000) is a U6_16550A
02:51
<
parco >
[ 0.849412] serial serial0: tty port ttyS1 registered
02:56
<
wens >
I haven't tried bluetooth in a while, but last I tried, serdev for AP6xxx was kind of broken
02:56
<
wens >
it found the device, uploaded firmware and turned on properly, but the radio didn't work
02:56
<
parco >
i'm noticing the kernel isn't building hci_bcm.c, it probably should ,right?
02:58
<
wens >
you should enable the "broadcom protocol"
02:59
<
parco >
ah, good catch!!
03:03
sunshavi has joined #linux-sunxi
03:05
<
wens >
the linux-firmware repository seems to have new firmware binaries and nvram files for the ap6212. I haven't tried them
03:17
t0dd1v has joined #linux-sunxi
03:21
<
parco >
wens: awesome, thanks. i'll give it a shot. I'm not 100% on linux config though
03:22
jbrown has quit [Ping timeout: 252 seconds]
03:24
<
parco >
wens: do you mind sharing link to the file, on their repo?
03:28
<
parco >
ok thanks, I do see the brcmfmac43430-sdio.AP6212.txt
03:46
nuuuciano has quit [Ping timeout: 260 seconds]
04:06
Putti has joined #linux-sunxi
04:10
return0e has joined #linux-sunxi
04:13
<
parco >
looks like the hci_bcm doesn't support the 2 clocks that are needed by the ap6212
04:15
TheSeven has quit [Ping timeout: 260 seconds]
04:15
[7] has joined #linux-sunxi
04:16
return0e has quit [Remote host closed the connection]
04:16
return0e has joined #linux-sunxi
04:22
willmore has quit [Ping timeout: 246 seconds]
04:41
rexxster has quit [Remote host closed the connection]
04:41
Putti has quit [Remote host closed the connection]
04:42
iamfrankenstein has joined #linux-sunxi
04:44
IgorPec has joined #linux-sunxi
04:57
lurchi_ has joined #linux-sunxi
05:01
lurchi__ has quit [Ping timeout: 245 seconds]
05:04
selfbg has joined #linux-sunxi
05:06
sunshavi has quit [Ping timeout: 240 seconds]
05:26
t0dd1v has quit [Quit: Connection closed for inactivity]
05:50
iamfrankenstein has quit [Ping timeout: 240 seconds]
05:57
adjtm has quit [Ping timeout: 240 seconds]
05:59
<
parco >
For hci_bcm.c, it looks like only CONFIG_ACPI devices can take advantage of `device-wakeup-gpios`, `host-wakeup-gpios`, and `shutdown-gpios`
06:02
<
parco >
I'm thinking it may be a power issue since i'm timing out at the __hci_cmd_sync call, showing as "Bluetooth: hci0: command 0xfc18 tx timeout"
06:04
f0xx has joined #linux-sunxi
06:06
Gerwin_J has joined #linux-sunxi
06:08
<
parco >
all the code that utilizes device/host/shutdown gpios is ignored since CONFIG_ACPI is not defined
06:09
<
parco >
so i'm thinking something isn't getting turned on
06:09
<
parco >
my WiFI is working though
06:09
<
wens >
I think you're reading the acpi variant of functions
06:11
Gerwin_J has quit [Ping timeout: 240 seconds]
06:11
<
parco >
The string literal "device-wakeup-gpios" for instance only shows in the assignment of acpi_bcm_int_last_gpios, which is only used in a CONFIG_ACPI block
06:11
<
wens >
the commit 33cd149e767be adds serdev (based on device tree) support
06:11
<
wens >
parco: because normally "-gpios" is tacked on by the GPIO core
06:11
<
wens >
parco: grep for "device-wakeup" instead
06:13
<
parco >
yep, i see it in bcm_get_resources
06:14
<
parco >
i have the serdev additions, and I also applied the 2 clock patch from mripard
06:18
Gerwin_J has joined #linux-sunxi
06:19
<
parco >
it actually shows as powering up before any of the supplies, like before this line: [ 1.249001] dcdc1: supplied by regulator-dummy
06:19
<
parco >
not sure if that matters
06:25
reinforce has joined #linux-sunxi
06:25
Gerwin_J has quit [Ping timeout: 240 seconds]
06:29
willmore has joined #linux-sunxi
06:31
Kwiboo has quit [Ping timeout: 252 seconds]
06:32
Kwiboo has joined #linux-sunxi
06:39
WestCoastHotDog has joined #linux-sunxi
06:42
WestCoastHotDog has quit [Remote host closed the connection]
06:57
m4ssi has joined #linux-sunxi
06:58
Ixnus has joined #linux-sunxi
07:07
Ixnus has quit [Quit: Page closed]
07:09
clemens3 has joined #linux-sunxi
07:42
mossroy has joined #linux-sunxi
08:03
reinforce has quit [Ping timeout: 252 seconds]
08:23
Andy-D has joined #linux-sunxi
08:24
reinforce has joined #linux-sunxi
08:26
f0xx has quit [Ping timeout: 260 seconds]
08:29
reinforce has quit [Ping timeout: 272 seconds]
08:29
fkluknav has joined #linux-sunxi
08:37
clemens3 has quit [Ping timeout: 260 seconds]
08:40
reinforce has joined #linux-sunxi
08:57
dddddd has joined #linux-sunxi
08:57
msimpson has joined #linux-sunxi
08:59
f0xx has joined #linux-sunxi
09:02
clemens3 has joined #linux-sunxi
09:07
victhor has joined #linux-sunxi
09:36
Soligor17 has joined #linux-sunxi
09:38
Soligor17 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
09:39
jnes1 has joined #linux-sunxi
09:40
reinforce has quit [Quit: Leaving.]
09:41
jnes1 has quit [Remote host closed the connection]
09:43
reinforce has joined #linux-sunxi
09:44
olasd29 has joined #linux-sunxi
09:45
olasd29 has quit [Remote host closed the connection]
09:49
The_Loko has joined #linux-sunxi
09:52
kevans91 has quit [Read error: Connection reset by peer]
09:53
nuuuciano has joined #linux-sunxi
10:11
kevans91 has joined #linux-sunxi
10:11
kevans91 has quit [Changing host]
10:11
kevans91 has joined #linux-sunxi
10:12
victhor has quit [Ping timeout: 250 seconds]
10:18
xes_ is now known as xes
10:35
aalm has quit [Ping timeout: 240 seconds]
10:45
kevans91 has quit [Read error: Connection reset by peer]
10:51
kevans91 has joined #linux-sunxi
10:51
kevans91 has joined #linux-sunxi
10:51
kevans91 has quit [Changing host]
11:00
jaganteki has joined #linux-sunxi
11:02
adjtm has joined #linux-sunxi
11:04
adjtm has quit [Read error: Connection reset by peer]
11:04
fl_0 has quit [Ping timeout: 252 seconds]
11:04
adjtm has joined #linux-sunxi
11:05
fl_0 has joined #linux-sunxi
11:16
IgorPec has quit [Ping timeout: 260 seconds]
11:19
s_frit has quit [Ping timeout: 252 seconds]
11:20
s_frit has joined #linux-sunxi
11:51
mrallweather17 has joined #linux-sunxi
11:53
aalm has joined #linux-sunxi
11:54
leviathanch has joined #linux-sunxi
11:55
mrallweather17 has quit [Remote host closed the connection]
12:04
fkluknav has quit [Ping timeout: 244 seconds]
12:06
leviathanch has quit [Ping timeout: 252 seconds]
12:07
indy has joined #linux-sunxi
12:07
GrimKriegor has joined #linux-sunxi
12:09
Andy-D_ has joined #linux-sunxi
12:14
Andy-D has quit [Ping timeout: 272 seconds]
12:32
Asterisk3 has joined #linux-sunxi
12:34
Asterisk3 has quit [Remote host closed the connection]
12:37
butlerx7 has joined #linux-sunxi
12:38
scelestic has quit [Quit: leaving]
12:41
butlerx7 has quit [Remote host closed the connection]
12:46
IgorPec has joined #linux-sunxi
12:46
scelestic has joined #linux-sunxi
12:55
jaganteki has quit [Quit: Page closed]
13:01
lurchi_ is now known as lurchi__
13:08
lurchi__ is now known as lurchi_
13:11
tnovotny has joined #linux-sunxi
13:13
Bat`O_ has joined #linux-sunxi
13:17
Bat`O_ has quit [Remote host closed the connection]
13:26
lurchi_ is now known as lurchi__
13:28
parco|2 has joined #linux-sunxi
13:33
parco has left #linux-sunxi [#linux-sunxi]
13:34
Gerwin_J has joined #linux-sunxi
13:35
rexxster has joined #linux-sunxi
13:40
parco|2 has left #linux-sunxi [#linux-sunxi]
13:41
parco has joined #linux-sunxi
13:42
OlaNys has joined #linux-sunxi
13:43
sunshavi has joined #linux-sunxi
13:44
Gerwin_J has quit [Ping timeout: 240 seconds]
13:47
merbzt has quit [Ping timeout: 252 seconds]
13:47
OlaNys has quit [Remote host closed the connection]
13:47
mavkhimenia has joined #linux-sunxi
13:48
IgorPec has quit [Ping timeout: 252 seconds]
13:57
Gerwin_J has joined #linux-sunxi
13:58
selfbg has quit [Remote host closed the connection]
13:58
mavkhimenia has quit [Remote host closed the connection]
13:59
merbzt has joined #linux-sunxi
14:03
fkluknav has joined #linux-sunxi
14:04
rej has quit [Quit: Obviously a major malfunction.]
14:05
t0dd1v has joined #linux-sunxi
14:06
mavkhimenia has joined #linux-sunxi
14:08
zzz18 has joined #linux-sunxi
14:10
zzz18 has quit [Remote host closed the connection]
14:28
mavkhimenia has quit [Remote host closed the connection]
14:30
adjtm_ has joined #linux-sunxi
14:30
mavkhimenia has joined #linux-sunxi
14:33
adjtm has quit [Ping timeout: 252 seconds]
14:35
paulliu has quit [Quit: Leaving.]
14:36
reinforce has quit [Quit: Leaving.]
14:45
JohnDoe_71Rus has joined #linux-sunxi
14:45
rej has joined #linux-sunxi
14:45
rej has quit [Changing host]
14:45
rej has joined #linux-sunxi
14:49
camh has quit [Ping timeout: 250 seconds]
14:58
tnovotny has quit [Quit: Leaving]
15:18
victhor has joined #linux-sunxi
15:18
camh has joined #linux-sunxi
15:21
IgorPec has joined #linux-sunxi
15:33
jbrown has joined #linux-sunxi
15:38
return0e has quit [Remote host closed the connection]
15:42
The_Loko has quit [Remote host closed the connection]
15:49
mavkhimenia has quit [Remote host closed the connection]
15:50
mavkhimenia has joined #linux-sunxi
15:58
camh1 has joined #linux-sunxi
15:59
Wizzup has quit [Ping timeout: 244 seconds]
16:02
camh has quit [Ping timeout: 252 seconds]
16:03
scelestic has quit [Quit: leaving]
16:04
reinforce has joined #linux-sunxi
16:05
Ntemis has joined #linux-sunxi
16:06
Wizzup has joined #linux-sunxi
16:07
AneoX_ has joined #linux-sunxi
16:07
clemens3 has quit [Ping timeout: 250 seconds]
16:08
AneoX has quit [Ping timeout: 240 seconds]
16:09
scelestic has joined #linux-sunxi
16:12
sunshavi has quit [Quit: nil]
16:14
t0dd1v has quit [Quit: Connection closed for inactivity]
16:17
iamfrankenstein has joined #linux-sunxi
16:20
sunshavi has joined #linux-sunxi
16:23
msimpson has quit [Quit: Leaving]
16:26
Ntemis has quit [Read error: Connection reset by peer]
16:32
TomNomNom has joined #linux-sunxi
16:33
kolgas28 has joined #linux-sunxi
16:35
iamfrankenstein has quit [Ping timeout: 260 seconds]
16:36
kolgas28 has quit [K-Lined]
16:36
TomNomNom has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
16:41
mavkhimenia has quit [Remote host closed the connection]
16:42
mavkhimenia has joined #linux-sunxi
16:46
m4ssi has quit [Remote host closed the connection]
16:49
f0xx has quit [Ping timeout: 246 seconds]
16:51
juri_ has quit [Ping timeout: 245 seconds]
16:58
adjtm_ has quit [Ping timeout: 252 seconds]
17:03
return0xe has joined #linux-sunxi
17:03
The_Loko has joined #linux-sunxi
17:22
iamfrankenstein has joined #linux-sunxi
17:26
megi has joined #linux-sunxi
17:26
Ultrasauce has quit [Read error: Connection reset by peer]
17:29
Wizzup has quit [Ping timeout: 246 seconds]
17:34
juri_ has joined #linux-sunxi
17:36
mavkhimenia has quit [Remote host closed the connection]
17:38
Ultrasauce has joined #linux-sunxi
17:41
Wizzup has joined #linux-sunxi
17:44
vagrantc has joined #linux-sunxi
17:57
mossroy has quit [Quit: Leaving]
18:15
arjanvanvught has joined #linux-sunxi
18:16
f11f12 has joined #linux-sunxi
18:17
<
f11f12 >
mripard: do the sunxi-mali blobs work on V40 using fbdev directly? Or do you run X11? I'm using r6p2 should I update?
18:36
arete74 has quit [Ping timeout: 245 seconds]
18:38
arete74 has joined #linux-sunxi
19:00
jstein_ has joined #linux-sunxi
19:00
jstein_ is now known as jstein
19:02
mhlavink has quit [Ping timeout: 252 seconds]
19:12
Mr__Anderson has joined #linux-sunxi
19:18
timdorohin has quit [Quit: Leaving.]
19:19
timdorohin has joined #linux-sunxi
19:25
The_Loko has quit [Remote host closed the connection]
19:26
The_Loko has joined #linux-sunxi
19:29
t0dd1v has joined #linux-sunxi
19:30
IgorPec has quit [Ping timeout: 252 seconds]
19:37
mavkhimenia has joined #linux-sunxi
19:41
mavkhimenia has quit [Ping timeout: 260 seconds]
19:47
mzki has quit [Ping timeout: 246 seconds]
19:49
mzki has joined #linux-sunxi
19:52
Andy-D__ has joined #linux-sunxi
19:55
lurchi__ is now known as lurchi_
19:56
Andy-D_ has quit [Ping timeout: 246 seconds]
20:09
lurchi_ has quit [Ping timeout: 260 seconds]
20:10
lurchi_ has joined #linux-sunxi
20:11
lurchi_ has quit [Read error: Connection reset by peer]
20:11
lurchi_ has joined #linux-sunxi
20:18
Gerwin_J has quit [Quit: Gerwin_J]
20:23
arjanvanvught has quit [Remote host closed the connection]
20:27
afaerber has joined #linux-sunxi
20:45
reinforce has quit [Quit: Leaving.]
20:53
Mr__Anderson has quit [Remote host closed the connection]
20:55
jambon has joined #linux-sunxi
20:59
arjanvanvught has joined #linux-sunxi
21:04
arjanvanvught has quit [Ping timeout: 246 seconds]
21:10
jambon has quit [Quit: jambon]
21:32
igraltist has quit [Remote host closed the connection]
21:33
megi has quit [Quit: WeeChat 2.2]
21:34
iamfrankenstein has quit [Ping timeout: 246 seconds]
21:34
igraltist has joined #linux-sunxi
21:34
lurchi_ is now known as lurchi__
21:38
adjtm has joined #linux-sunxi
21:38
mavkhimenia has joined #linux-sunxi
21:39
t0dd1v has quit [Quit: Connection closed for inactivity]
21:40
f11f12 has quit [Remote host closed the connection]
21:42
mavkhimenia has quit [Ping timeout: 245 seconds]
21:48
Andy-D_ has joined #linux-sunxi
21:49
GrimKriegor has quit [Read error: Connection reset by peer]
21:52
Andy-D__ has quit [Ping timeout: 252 seconds]
21:53
vagrantc has quit [Quit: leaving]
21:58
GrimKriegor has joined #linux-sunxi
22:01
fkluknav has quit [Ping timeout: 240 seconds]
22:02
lurchi__ is now known as lurchi_
22:06
The_Loko has quit [Read error: Connection reset by peer]
22:21
GrimKriegor has quit [Ping timeout: 252 seconds]
22:23
GrimKriegor has joined #linux-sunxi
22:29
camh1 is now known as camh
22:45
w1gz5 has joined #linux-sunxi
22:47
gkra17 has joined #linux-sunxi
22:48
w1gz5 has quit [Remote host closed the connection]
22:48
da-x_11 has joined #linux-sunxi
22:48
da-x_11 has quit [Remote host closed the connection]
22:52
gkra17 has quit [K-Lined]
22:58
arjanvanvught has joined #linux-sunxi
23:19
freemangordon has quit [Ping timeout: 252 seconds]
23:26
jtf has quit [Quit: WeeChat 2.2]
23:26
jtf has joined #linux-sunxi
23:37
lurchi_ has quit [Quit: Konversation terminated!]
23:37
lurchi_ has joined #linux-sunxi
23:51
lurchi_ is now known as lurchi__