narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - Publicly Logged on https://irclog.whitequark.org/linux-amlogic
vagrantc has quit [Ping timeout: 240 seconds]
vagrantc has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
_whitelogger has joined #linux-amlogic
Elpaulo has quit [Read error: Connection reset by peer]
Elpaulo has joined #linux-amlogic
_whitelogger has joined #linux-amlogic
Barada has joined #linux-amlogic
jakogut has joined #linux-amlogic
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-amlogic
Barada has quit [Quit: Barada]
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 252 seconds]
vagrantc has joined #linux-amlogic
jakogut_ has joined #linux-amlogic
afaerber has quit [Quit: Leaving]
<xdarklight> chewitt: congrats on sending your first kernel patches :)
<chewitt> thanks
<chewitt> i'll have a play with the dts for the Hub box, as it's already using serdev to load the wifi side (no hciattach)
<chewitt> however it's working at the moment .. it works nicely :)
vagrantc has quit [Quit: leaving]
afaerber has joined #linux-amlogic
Ntemis has joined #linux-amlogic
<xdarklight> chewitt: as far as I know the wifi side is using a "standard" sdio driver, no serdev (serial - as in UART - device) is involved
<xdarklight> SDIO cards can be auto-detected by the operating system as they have a vendor ID and card ID (just like USB and PCI vendor / product IDs)
<xdarklight> the Bluetooth controller is different: you explicitly have to instruct the kernel that there's a Bluetooth controller attached to "that" UART controller, because there's no standardized way for a UART device to identify itself
<xdarklight> (you even have to give the kernel a hint about the correct Bluetooth controller, because different vendors use different UART "protocols"...)
<xdarklight> this is exactly why I like embedded hardware development: I get to learn so much about how all the puzzle pieces fit together :)
Ntemis has quit [Remote host closed the connection]