00:50
Caterpillar has quit [Ping timeout: 480 seconds]
01:43
Caterpillar has joined #linux-msm
02:58
Daanct12 has joined #linux-msm
04:46
marvin24_ has joined #linux-msm
04:50
marvin24 has quit [Ping timeout: 480 seconds]
09:35
jmassot has joined #linux-msm
09:40
Caterpillar has quit [Ping timeout: 480 seconds]
10:55
Caterpillar has joined #linux-msm
11:10
pespin has joined #linux-msm
12:17
Caterpillar has quit [Ping timeout: 480 seconds]
13:32
Daanct12 has quit [Quit: WeeChat 4.1.2]
14:25
f_ has quit [Ping timeout: 480 seconds]
14:33
Caterpillar has joined #linux-msm
14:43
f_ has joined #linux-msm
15:23
<
bamse >
arnd: forgot to check with you as well...i merged the pull requests into my 6.8 branches, so they will come there...but you're right i should double check to see if anything should be picked for 6.7
17:45
jhovold has quit [Ping timeout: 480 seconds]
18:11
Caterpillar has quit [Ping timeout: 480 seconds]
19:21
mripard has quit [Quit: mripard]
19:32
djakov has joined #linux-msm
19:32
djakov_ has quit [Read error: Connection reset by peer]
19:32
<
calebccff >
minecrell: lumag: im confused about the PMIC GPIOs on db410c. The schematics number them starting from 1, and it looks like this was blindly copied to the DTS, it has two LEDs connected to pm8916_gpios "1" and "2", but in the kernel indexing starts from 0 right?
19:34
<
calebccff >
the u-boot DTS uses 0-based indexing for them
19:34
<
calebccff >
I ask because the third GPIO is the USB hub reset pin
19:37
<
lumag >
let me check...
19:45
<
lumag >
calebccff, 1-based
19:45
<
lumag >
gpiochip2: GPIOs 638-641, parent: platform/200f000.spmi:pmic@0:gpio@c000, 200f000.spmi:pmic@0:gpio@c000:
19:45
<
lumag >
gpio1 : out low normal vin-0 pull-down 10uA push-pull high atest-0 dtest-0
19:45
<
lumag >
gpio2 : out low normal vin-0 pull-down 10uA push-pull high atest-0 dtest-0
19:45
<
lumag >
gpio3 : out low normal vin-0 pull-down 10uA push-pull high atest-0 dtest-0
19:45
<
lumag >
gpio4 : out low normal vin-0 pull-down 10uA push-pull high atest-0 dtest-0
19:46
<
lumag >
root@qcom-armv8a:~# cat /sys/kernel/debug/pinctrl/200f000.spmi:pmic@0:gpio@c000/pins
19:46
<
lumag >
registered pins: 4
19:46
<
lumag >
pin 0 (gpio1) 0:200f000.spmi:pmic@0:gpio@c000
19:46
<
lumag >
pin 1 (gpio2) 1:200f000.spmi:pmic@0:gpio@c000
19:46
<
lumag >
pin 2 (gpio3) 2:200f000.spmi:pmic@0:gpio@c000
19:46
<
lumag >
pin 3 (gpio4) 3:200f000.spmi:pmic@0:gpio@c000
19:47
<
calebccff >
lumag: urgh, so u-boot driver is wrong to be 0-based?
19:57
<
minecrell >
calebccff: seems like yes? confused about the huh
20:03
<
calebccff >
lumag: ok, yeah i was also confused. I'll adjust u-boot driver to be 1-based
20:06
<
calebccff >
u-boot's GPIO framework is always 0-based, hmm, wtf
20:15
pespin has quit [Remote host closed the connection]
21:14
Caterpillar has joined #linux-msm
21:26
Caterpillar has quit [Ping timeout: 480 seconds]
22:33
<
bamse >
minecrell: looks reasonable