Message ID | 20230715112523.2533742-1-contact@jookia.org (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Allwinner D1 CAN controllers | expand |
On 15/07/2023 12:25, Jookia wrote:
> From: John Watts <contact@jookia.org>
It would be better if you sent your sending email to be the same
as the from, I think you'd technically need a signed-off-by from
"Jookia" as well.
On Mon, Jul 17, 2023 at 09:00:47AM +0100, Ben Dooks wrote: > On 15/07/2023 12:25, Jookia wrote: > > From: John Watts <contact@jookia.org> > > It would be better if you sent your sending email to be the same > as the from, I think you'd technically need a signed-off-by from > "Jookia" as well. Yes, this was a msmtp mistake. Will be fixed in v2. > > -- > Ben Dooks http://www.codethink.co.uk/ > Senior Engineer Codethink - Providing Genius > > https://www.codethink.co.uk/privacy.html > John.
On Mon, Jul 17, 2023 at 09:00:47AM +0100, Ben Dooks wrote: > On 15/07/2023 12:25, Jookia wrote: > > From: John Watts <contact@jookia.org> > > It would be better if you sent your sending email to be the same > as the from, I think you'd technically need a signed-off-by from > "Jookia" as well. The email needs to be an actual person. 'contact' doesn't appear to be one. Rob
On Tue, Jul 18, 2023 at 04:15:04PM -0600, Rob Herring wrote: > On Mon, Jul 17, 2023 at 09:00:47AM +0100, Ben Dooks wrote: > > On 15/07/2023 12:25, Jookia wrote: > > > From: John Watts <contact@jookia.org> > > > > It would be better if you sent your sending email to be the same > > as the from, I think you'd technically need a signed-off-by from > > "Jookia" as well. > > The email needs to be an actual person. 'contact' doesn't appear to be > one. I don't think it is that complicated, a cursory check of the domain suggests that "Jookia" is a nickname & there's surely nothing wrong with not having your name in your email address.
On Tue, Jul 18, 2023 at 11:38:48PM +0100, Conor Dooley wrote: > > The email needs to be an actual person. 'contact' doesn't appear to be > > one. > > I don't think it is that complicated, a cursory check of the domain > suggests that "Jookia" is a nickname & there's surely nothing wrong with > not having your name in your email address. Yes, this is the case. I figured contact@jookia.org was better than jookia@jookia.org. I generally go by my nickname online and in the open source community so it's much more useful as an identifier in this case, but I've put my real name here instead to make things easier on everyone. John.
From: John Watts <contact@jookia.org> This patch series adds support for the Allwinner D1 CAN controllers. It requires adding a new device tree compatible and driver support to work around some hardware quirks. John Watts (4): dt-bindings: net: can: Add support for Allwinner D1 CAN controller riscv: dts: allwinner: d1: Add CAN controller nodes can: sun4i_can: Add send support for the Allwinner D1 can: sun4i_can: Correctly set acceptance registers on the D1 .../net/can/allwinner,sun4i-a10-can.yaml | 6 ++-- .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 30 +++++++++++++++++++ drivers/net/can/Kconfig | 4 +-- drivers/net/can/sun4i_can.c | 22 ++++++++++++-- 4 files changed, 55 insertions(+), 7 deletions(-)