All of lore.kernel.org
 help / color / mirror / Atom feed
* Any update for the IXXAT USB-to-CAN adapters drivers?
@ 2023-05-14 13:12 Peter Seiderer
  2023-05-15 21:07 ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2023-05-14 13:12 UTC (permalink / raw)
  To: linux-can; +Cc: Florian Ferg

Hello,

does anybody know what happened with the IXXAT USB-to-CAN adapters drivers
attempts to bring the patches upstream?

I found the following attempts

- 'Re: [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers' ([1] from June 2018)
- '[PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers' ([2] from Sep 2018)

but now follow ups and/or references in the actual linux source tree...

Regards,
Peter


[1] https://marc.info/?l=linux-can&m=152857696410581
[2] https://www.spinics.net/lists/linux-can/msg00378.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Any update for the IXXAT USB-to-CAN adapters drivers?
  2023-05-14 13:12 Any update for the IXXAT USB-to-CAN adapters drivers? Peter Seiderer
@ 2023-05-15 21:07 ` Marc Kleine-Budde
  2023-05-15 21:32   ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2023-05-15 21:07 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: linux-can, Florian Ferg

[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]

On 14.05.2023 15:12:21, Peter Seiderer wrote:
> does anybody know what happened with the IXXAT USB-to-CAN adapters drivers
> attempts to bring the patches upstream?

I think upstreaming starved due to lack of enough reviewing power in the
community.

> I found the following attempts
>
> - 'Re: [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers' ([1] from June 2018)
> - '[PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers' ([2] from Sep 2018)
>
> but now follow ups and/or references in the actual linux source
> tree...

The newest I have in my archive is:

| Date: Thu, 27 Sep 2018 16:04:43 +0200
| From: Florian Ferg <flfe@hms-networks.de>
| To: linux-can@vger.kernel.org
| CC: Florian Ferg <flfe@hms-networks.de>
| Message-ID: <20180927140443.29051-1-flfe@hms-networks.de>
| Subject: [PATCH v7] can: usb: IXXAT USB-to-CAN adapters drivers

If you're interested to bring the driver mainline, I can forward you
that mail.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde          |
Embedded Linux                   | https://www.pengutronix.de |
Vertretung Nürnberg              | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-9   |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Any update for the IXXAT USB-to-CAN adapters drivers?
  2023-05-15 21:07 ` Marc Kleine-Budde
@ 2023-05-15 21:32   ` Marc Kleine-Budde
  2023-05-16 18:52     ` Peter Seiderer
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2023-05-15 21:32 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: linux-can, Florian Ferg

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

On 15.05.2023 23:07:51, Marc Kleine-Budde wrote:
> On 14.05.2023 15:12:21, Peter Seiderer wrote:
> > does anybody know what happened with the IXXAT USB-to-CAN adapters drivers
> > attempts to bring the patches upstream?
> 
> I think upstreaming starved due to lack of enough reviewing power in the
> community.
> 
> > I found the following attempts
> >
> > - 'Re: [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers' ([1] from June 2018)
> > - '[PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers' ([2] from Sep 2018)
> >
> > but now follow ups and/or references in the actual linux source
> > tree...
> 
> The newest I have in my archive is:
> 
> | Date: Thu, 27 Sep 2018 16:04:43 +0200
> | From: Florian Ferg <flfe@hms-networks.de>
> | To: linux-can@vger.kernel.org
> | CC: Florian Ferg <flfe@hms-networks.de>
> | Message-ID: <20180927140443.29051-1-flfe@hms-networks.de>
> | Subject: [PATCH v7] can: usb: IXXAT USB-to-CAN adapters drivers
> 
> If you're interested to bring the driver mainline, I can forward you
> that mail.

ported (+ compile tested only) to recent net-net/main:

https://lore.kernel.org/all/20230515212930.1019702-1-mkl@pengutronix.de/

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde          |
Embedded Linux                   | https://www.pengutronix.de |
Vertretung Nürnberg              | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-9   |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Any update for the IXXAT USB-to-CAN adapters drivers?
  2023-05-15 21:32   ` Marc Kleine-Budde
@ 2023-05-16 18:52     ` Peter Seiderer
  2023-05-17 18:32       ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2023-05-16 18:52 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can, Florian Ferg

Hello Marc,

On Mon, 15 May 2023 23:32:09 +0200, Marc Kleine-Budde <mkl@pengutronix.de> wrote:

> On 15.05.2023 23:07:51, Marc Kleine-Budde wrote:
> > On 14.05.2023 15:12:21, Peter Seiderer wrote:
> > > does anybody know what happened with the IXXAT USB-to-CAN adapters drivers
> > > attempts to bring the patches upstream?
> >
> > I think upstreaming starved due to lack of enough reviewing power in the
> > community.
> >
> > > I found the following attempts
> > >
> > > - 'Re: [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers' ([1] from June 2018)
> > > - '[PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers' ([2] from Sep 2018)
> > >
> > > but now follow ups and/or references in the actual linux source
> > > tree...
> >
> > The newest I have in my archive is:
> >
> > | Date: Thu, 27 Sep 2018 16:04:43 +0200
> > | From: Florian Ferg <flfe@hms-networks.de>
> > | To: linux-can@vger.kernel.org
> > | CC: Florian Ferg <flfe@hms-networks.de>
> > | Message-ID: <20180927140443.29051-1-flfe@hms-networks.de>
> > | Subject: [PATCH v7] can: usb: IXXAT USB-to-CAN adapters drivers
> >
> > If you're interested to bring the driver mainline, I can forward you
> > that mail.

Thanks for investigation, in the meanwhile found all the missing
references up to v7:

  [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=152845162427920&q=mbox

  [PATCH v2] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=152996258423265&q=mbox

  [PATCH v3] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=153019414431266&q=mbox

  [PATCH v4] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=153113773029121&q=mbox

  [PATCH v5] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=153390928701300&q=mbox

  [PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=153596357327489&q=mbox

  [PATCH v7] can: usb: IXXAT USB-to-CAN adapters drivers
  https://marc.info/?l=linux-can&m=153805714622658&q=mbox

>
> ported (+ compile tested only) to recent net-net/main:
>
> https://lore.kernel.org/all/20230515212930.1019702-1-mkl@pengutronix.de/

Thanks for update (would have been my next task as I did something
similar for the latest upstream version [3] and a little bugfix [4])...

Will try your version the next days and take a look at the latest/new
review comments (and take a look at the differences of v7/v8 version
against the upstream version [5])...

Regards,
Peter

[3] https://codeberg.org/psreport/socketcan-linux-ix-usb-can/commit/c5464ac
[4] https://codeberg.org/psreport/socketcan-linux-ix-usb-can/commit/51b3021
[5] https://codeberg.org/psreport/socketcan-linux-ix-usb-can/commit/7c327a5

>
> Marc
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Any update for the IXXAT USB-to-CAN adapters drivers?
  2023-05-16 18:52     ` Peter Seiderer
@ 2023-05-17 18:32       ` Marc Kleine-Budde
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2023-05-17 18:32 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: linux-can, Florian Ferg

[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]

On 16.05.2023 20:52:49, Peter Seiderer wrote:
> Thanks for investigation, in the meanwhile found all the missing
> references up to v7:
> 
>   [PATCH] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=152845162427920&q=mbox
> 
>   [PATCH v2] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=152996258423265&q=mbox
> 
>   [PATCH v3] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=153019414431266&q=mbox
> 
>   [PATCH v4] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=153113773029121&q=mbox
> 
>   [PATCH v5] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=153390928701300&q=mbox
> 
>   [PATCH v6] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=153596357327489&q=mbox
> 
>   [PATCH v7] can: usb: IXXAT USB-to-CAN adapters drivers
>   https://marc.info/?l=linux-can&m=153805714622658&q=mbox

Really nice archaeology! You should definitely link to the README.md of
your codeberg repo:

| https://codeberg.org/psreport/socketcan-linux-ix-usb-can

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde          |
Embedded Linux                   | https://www.pengutronix.de |
Vertretung Nürnberg              | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-9   |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-17 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 13:12 Any update for the IXXAT USB-to-CAN adapters drivers? Peter Seiderer
2023-05-15 21:07 ` Marc Kleine-Budde
2023-05-15 21:32   ` Marc Kleine-Budde
2023-05-16 18:52     ` Peter Seiderer
2023-05-17 18:32       ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.