ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion
kevery has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
vagrantc has quit [Quit: leaving]
kevery1 has joined #linux-rockchip
Daanct12 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 250 seconds]
kevery1 is now known as kevery
lorenzb has quit [Quit: Gateway shutdown]
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
naoki has quit [Quit: naoki]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 255 seconds]
kevery1 is now known as kevery
Daanct12 has quit [Quit: WeeChat 3.8]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 255 seconds]
kevery1 is now known as kevery
Daanct12 has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 255 seconds]
kevery1 is now known as kevery
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 250 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
naoki has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 250 seconds]
kevery1 is now known as kevery
Net147 has quit [Quit: Quit]
Net147 has joined #linux-rockchip
Net147 has quit [Changing host]
Net147 has joined #linux-rockchip
kevery1 has joined #linux-rockchip
Stat_headcrabed has joined #linux-rockchip
kevery has quit [Ping timeout: 248 seconds]
kevery1 is now known as kevery
rajkosto has joined #linux-rockchip
naoki has quit [Quit: naoki]
stikonas has joined #linux-rockchip
stikonas has quit [Read error: Connection reset by peer]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 255 seconds]
kevery1 is now known as kevery
wiagn has joined #linux-rockchip
Stat_headcrabed has quit [Ping timeout: 260 seconds]
wiagn is now known as Stat_headcrabed
Stat_headcrabed has quit [Client Quit]
camus has quit [Ping timeout: 252 seconds]
camus has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
naoki has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 has joined #linux-rockchip
kevery1 is now known as kevery
<Kwiboo> I did some more testing with the updated rk3568 pcie ranges on u-boot and there is a new issue in the driver to solve before patches reach u-boot mailing list
<Kwiboo> the root complex report BARs that claim the entire 1GiB memory region, driver happily allocates it with updated values and that leaves no space left for any other device
<Kwiboo> will try with a similar workaround as the intel pcie driver, mask config read for the RC, something similar could be needed in linux with updated ranges unless any hw reg can change this behavior
<naoki> how to generate "Fixes: hash ("foo bar")" line?
<naoki> git log --pretty=reference ?
<maz> naoki: git log --format=format:"Fixes: %h (\"%s\")" HEAD^..HEAD
lorenzb has joined #linux-rockchip
<naoki> maz: thanks!
<naoki> oh I just remembered "./scripts/get_maintainer.pl"... ;)
<robmur01> FWIW I use these in my .gitconfig:
<robmur01> [pretty]
<robmur01> fixes = Fixes: %h (\"%s\")
<robmur01> [alias]
<robmur01> fixes = show -s --pretty=fixes
<robmur01> (which I suspect I cribbed from someone else's example long ago)
<maz> yup, that's exactly what I have in my own .gitconfig.
<naoki> looks nice, thanks :)
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
* robmur01 now wonders what the heck other random long-forgotten aliases like "rb = !gitk ..master --remotes=" were for...
Daanct12 has quit [Quit: WeeChat 3.8]
mps has quit [Remote host closed the connection]
mps has joined #linux-rockchip
kevery1 has joined #linux-rockchip
<naoki> Kwiboo:
<naoki> aarch64-linux-gnu-ld.bfd: drivers/usb/host/xhci-dwc3.o: in function `xhci_dwc3_remove':
<naoki> /home/radxa/u-boot/drivers/usb/host/xhci-dwc3.c:231: undefined reference to `dwc3_shutdown_phy'
<naoki> aarch64-linux-gnu-ld.bfd: drivers/usb/host/xhci-dwc3.o: in function `xhci_dwc3_probe':
<naoki> /home/radxa/u-boot/drivers/usb/host/xhci-dwc3.c:182: undefined reference to `dwc3_setup_phy'
kevery has quit [Ping timeout: 265 seconds]
kevery1 is now known as kevery
<naoki> ah
<naoki> CONFIG_USB_DWC3 is required but CONFIG_USB_DWC3_GENERIC is not required...
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 256 seconds]
kevery1 is now known as kevery
<Kwiboo> naoki: yep, it is only the USB_DWC3_GENERIC that is not needed/used, not sure how much work it would be to move to that generic glue driver
<Kwiboo> that generic glue driver also have a compatible for rk3328, but trying to use it for rk3328 will not work and u-boot dtsi instead replace the entire dwc3 usb node
<diederik> should drivers/clk/rockchip/clk-rk3328.c not have a 'clk_rk3328_match_table' struct (with compatible "rockchip,rk3328-cru") ? (similar to clk-rk3568.c)
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 250 seconds]
kevery1 is now known as kevery
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-rockchip
lurchi_ is now known as lurchi__
rajkosto has quit [Read error: Connection reset by peer]
Tenkawa has joined #linux-rockchip
<Kwiboo> naoki: regarding your gpios to gpio rename in regulator, support for gpios was added to binding and regulator core in linux v6.3-rc1 commit 12df2c182ccb850988d2680a422211a812fb5cb2
<Kwiboo> will including a commit that adds support for the gpios prop in u-boot in a pending rk3568 pcie series, just need to complete a workaround for one last issue
<naoki> oh
<naoki> thanks for pointing... I should see others' work carefully
naoki has quit [Quit: naoki]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
matthias_bgg has quit [Ping timeout: 252 seconds]
matthias_bgg has joined #linux-rockchip
rajkosto has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 240 seconds]
Tenkawa has quit [Quit: Was I really ever here?]
vagrantc has joined #linux-rockchip
stikonas has joined #linux-rockchip
Tenkawa has joined #linux-rockchip
macromorgan has quit [Read error: Connection reset by peer]
rajkosto has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
macromorgan has quit [Killed (zinc.libera.chat (Nickname regained by services))]
macromorgan has joined #linux-rockchip
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-rockchip
macromorgan has quit [Read error: Connection reset by peer]
stikonas has quit [Read error: Connection reset by peer]
stikonas has joined #linux-rockchip
kevery has quit [Ping timeout: 248 seconds]
kevery has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
dliviu has quit [Quit: Going away]
dliviu has joined #linux-rockchip
dliviu has quit [Quit: Going away]
dliviu has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
vagrantc has joined #linux-rockchip
lurchi__ has quit [Quit: Konversation terminated!]
lurchi__ has joined #linux-rockchip
naoki has joined #linux-rockchip
stikonas has quit [Ping timeout: 264 seconds]
stikonas has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 248 seconds]
kevery1 is now known as kevery
vagrantc has quit [Quit: leaving]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
dliviu has quit [Quit: Going away]
dliviu has joined #linux-rockchip