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 - official channel moved from Freenode - publicly logged on https://libera.irclog.whitequark.org/linux-amlogic
jacobk has quit [Ping timeout: 250 seconds]
jacobk has joined #linux-amlogic
aeroraptor has joined #linux-amlogic
jacobk has quit [Ping timeout: 252 seconds]
naoki has joined #linux-amlogic
camus has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
buzzmarshall has quit [Quit: Konversation terminated!]
<chewitt> HackerKkillinghi f_ if you want to discuss PM wiki, perhaps take that convo to a PM channel
<HackerKkillinghi> ok,chewitt
<chewitt> copyrights should be in oldest to newest order
<chewitt> and you need to generate a patch file, then run "./scripts/checkpatch.pl filename.patch" to look for errors
<chewitt> the #include lines are indented (and shouldn't be)
<chewitt> usb node should be after uart_A0
<chewitt> ethmac before hdmi nodes
<chewitt> i.e. basic alpha sort
<chewitt> no need to add "Based on meson-gxl-s905x-p212.dts" .. that can go in the patch or cover-letter as a comment
<chewitt> anyone can see it depends on meson-gxl-s905x-p212.dtsi
<chewitt> and you should reorder the patches in the branch so the bindings patch comes first, then the patch adding the dts
<chewitt> else the dts patch adds a device for which no binding exists
<chewitt> (order is important)
<chewitt> in patch description, spdif = S/PDIF
<chewitt> /* This UART is brought out to the uarl pad on the pcb*/
<chewitt> ^ typo .. uarl = uart?
f_ has joined #linux-amlogic
naoki has quit [Quit: naoki]
<HackerKkillinghi> chewitt:
<HackerKkillinghi> /* This UART is brought out to the DB9 connector */
<HackerKkillinghi> &uart_AO {
<HackerKkillinghi> status = "okay";
<HackerKkillinghi> };
<HackerKkillinghi> found in arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
<HackerKkillinghi> I think this is for uarl
<f_> *UART :)
<f_> HackerKkillinghi: Also on IRC people tend to hate when someone pastes code snippets to the chat. Next time use a pastebin.
<HackerKkillinghi> Oh
<HackerKkillinghi> i thought it is uarl not uart
<f_> Yeah it's UART.
<HackerKkillinghi> chewitt: I update it
<HackerKkillinghi> and the fixed those issue that you have mention about
<HackerKkillinghi> right now ./scripts/checkpatch.pl are happy about my dts
buzzmarshall has joined #linux-amlogic
f_[xmpp] is now known as f_[xmpp
f_[xmpp is now known as f_[xmpp]
<f_> HackerKkillinghi: Sending patches to mainline?
<f_> =)
<chewitt> double line underneath "model" should be single line
<chewitt> otherwise looks okay
<chewitt> git format-patch -v2 --cover-letter HEAD~2
<chewitt> then run ./scripts/get_maintainers.pl filename.patch against each patch to find who to send it to
<chewitt> the list of recipients doesn't change often, so I use preconfigured git aliases in ~/.gitconfig to make sending patches easier
<chewitt> e.g.
<chewitt> send-amlogic = send-email --from=\"Christian Hewitt <christianshewitt@gmail.com>\" --to=\"Rob Herring <robh+dt@kernel.org>\" ..
<chewitt> (there are lots more recipients.. only showing the first two)
<chewitt> then I can go "git send-amlogic filename.patch"
<f_> o/ chewitt
<f_> <chewitt> HackerKkillinghi f_ if you want to discuss PM wiki, perhaps take that convo to a PM channel
<f_> Sure. We won't talk about the postmarketOS wiki ever here starting today.
<chewitt> it's not forbidden .. this is not my channel, I don't make any rules
<chewitt> but it's not really on-topic either
<f_> Yeah I understand.
<f_> So...Neither `update` or the USB burner work. Great.
<f_> And when I say that, I really mean it. Nothing got touched.
<f_> `update` gives me a 'timed out' error.
<f_> chewitt: Is that the problem you had with USB-C & VMWare Fusion?
<chewitt> my issue was very simple .. no USB-C thing ever shows up as connected to the vm
<f_> Heh..
<f_> Oh...Did you use a USB-C port?
<chewitt> it's like the Windows OS doesn't have the USB hub/port driver, so nothing connected works
<chewitt> the laptop only has USB-C ports .. it's a macOS laptop
<f_> Since you use a Mac......and Macs don't have to deal with that much connectors.
<f_> chewitt: Ok lol
<f_> My laptop is full of USB ports..It's a 2011 HP laptop.
<f_> (quite old, but works well enough for me)
<f_> (and durable!)
<f_> Seems like I was lucky though.
<f_> Windows did see a USB device.
<f_> But I guess I'll have to configure QEMU properly..The USB product id changes (IIRC?)
<HackerKkillinghi> Btw the reson of my v1/v2 patch has used space insteaed of tab is because Thunderbird has breaked tab info space
camus has quit [Ping timeout: 260 seconds]
<HackerKkillinghi> i going to use msmtp to sent patch (i switch to another email addres bc it is annoy to use a emall addres that use oauth with msmtp) (i was using yahoo)
<HackerKkillinghi> *yahoo mail
<f_> HackerKkillinghi: No. Just use git send-email.
<HackerKkillinghi> No
<HackerKkillinghi> Using msmtp is fine
<f_> Why not?
<f_> Just use `git send-email`.
<f_> IIRC even the kernel documentation says you should use it.
<f_> (it's not even a standalone tool, it's built-in)
<f_> Just use `git send-email`.
<f_> I insist.
<f_> That's literally what chewitt suggested too.
<HackerKkillinghi> a kernel maintainers has said using msmtp is fine
<HackerKkillinghi> f_
<f_> Look
<f_> That was in 2010.
<HackerKkillinghi> Yes
<HackerKkillinghi> well git send-email is a wrapper for msmtp
<f_> But the kernel documentation says you need to use git send-email (IIRC)
<f_> HackerKkillinghi: No it isn't?
<HackerKkillinghi> It is
<f_> Nah.
<HackerKkillinghi> watch the video
<f_> I use git send-email without msmtp installed.
<f_> "These days most developers use git send-email"
<HackerKkillinghi> Hua
<HackerKkillinghi> in thr video git send email is configed be a wrapped
<f_> I use git send-email without msmtp being installed. git send-email isn't a wrapper for msmtp (at least, not anymore)
<HackerKkillinghi> I think it posiable to config it in that way
<HackerKkillinghi> *it is
<f_> Which way?
<HackerKkillinghi> (use it as wrapper)
<f_> Why would you want to do that though?
<f_> It's a built-in command nowadays.
<f_> And I happily use it, without msmtp.
<HackerKkillinghi> Why not
<f_> Unless you want more hassle setting up git for email, there's no reason why.
<HackerKkillinghi> anyway
vagrantc has joined #linux-amlogic
Daanct12 has joined #linux-amlogic
f_ has quit [Quit: disconnecting...]
Danct12 has quit [Ping timeout: 246 seconds]
Daanct12 is now known as Danct12
<narmstrong> please use git send-email
<narmstrong> even if it uses msmtp as backend, git send email does the right formatting and links the patches correctly
<narmstrong> even better is to use the b4 tool
<HackerKkillinghi> Ok
Terry137322934 has joined #linux-amlogic
iprusov has quit [Quit: WeeChat 3.5]
iprusov has joined #linux-amlogic
naoki has joined #linux-amlogic