Re: [PATCH] drivers: most: add ALSA sound driver

2020-11-02 Thread Christian.Gromm
On Mon, 2020-11-02 at 16:31 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Nov 02, 2020 at 04:14:03PM +0100, Christian Gromm wrote: > > This patch moves the ALSA sound driver out of the staging area and > > adds it >

Re: [PATCH v2] drivers: most: add ALSA sound driver

2020-11-17 Thread Christian.Gromm
On Tue, 2020-11-10 at 11:48 +0300, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Fri, Nov 06, 2020 at 05:30:54PM +0100, Christian Gromm wrote: > > +static struct list_head adpt_list; > > + > > +#define MOST_PCM_INFO (SND

Re: [PATCH v2] drivers: most: add ALSA sound driver

2020-11-17 Thread Christian.Gromm
On Tue, 2020-11-17 at 11:41 +0300, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Tue, Nov 17, 2020 at 08:08:50AM +, christian.gr...@microchip.com wrote: > > On Tue, 2020-11-10 at 11:48 +0300, Dan Carpenter wrote: > >

Re: [PATCH 1/6] staging: most: sound: create one sound card w/ multiple PCM devices per MOST device

2018-12-12 Thread Christian.Gromm
On Mi, 2018-12-12 at 17:21 +0300, Dan Carpenter wrote: > On Wed, Dec 12, 2018 at 01:15:26PM +0100, Christian Gromm wrote: > > > > This patch avoids that a sound card is created and registered with > > ALSA > > every time a channel is being linked. Instead the channels are > > hooked on > > the sam

Re: [PATCH 3/6] staging: most: sound: rename variable

2018-12-12 Thread Christian.Gromm
On Mi, 2018-12-12 at 17:26 +0300, Dan Carpenter wrote: > On Wed, Dec 12, 2018 at 01:15:28PM +0100, Christian Gromm wrote: > > > > @@ -587,7 +587,7 @@ static int audio_probe_channel(struct > > most_interface *iface, int channel_id, > >   int capture_count = 0; > >   int ret; > >   int directi

Re: [PATCH 6/6] staging: most: Documentation: add information to driver_usage file

2018-12-13 Thread Christian.Gromm
On Mi, 2018-12-12 at 17:31 +0300, Dan Carpenter wrote: > On Wed, Dec 12, 2018 at 01:15:31PM +0100, Christian Gromm wrote: > > > > diff --git a/drivers/staging/most/Documentation/driver_usage.txt > > b/drivers/staging/most/Documentation/driver_usage.txt > > index bb9b4e8..da7a8f4 100644 > > --- a/d

Re: [PATCH 1/6] staging: most: sound: create one sound card w/ multiple PCM devices per MOST device

2018-12-13 Thread Christian.Gromm
On Do, 2018-12-13 at 15:16 +0300, Dan Carpenter wrote: > On Wed, Dec 12, 2018 at 01:15:26PM +0100, Christian Gromm wrote: > > > > @@ -571,6 +600,40 @@ static int audio_probe_channel(struct > > most_interface *iface, int channel_id, > >   return -EINVAL; > >   } > >   > > + ret = spli

Re: [PATCH 1/6] staging: most: sound: create one sound card w/ multiple PCM devices per MOST device

2018-12-13 Thread Christian.Gromm
On Do, 2018-12-13 at 15:38 +0300, Dan Carpenter wrote: > On Wed, Dec 12, 2018 at 03:31:13PM +0000, Christian.Gromm@microchip.c > om wrote: > > > > An additional field is added to the configuration parameter, > > which is provided by user space. > > This seemed to be

Re: [PATCH 6/6] staging: most: Documentation: add information to driver_usage file

2018-12-13 Thread Christian.Gromm
On Do, 2018-12-13 at 14:54 +0300, Dan Carpenter wrote: > I'm not really complaining about breaking userspace, I'm complaining > that I had to discover it by reading the code.  It should have been > mentioned in the commit message.  We should probably just fold > patch 1 & 6 together. > Ok, I proba

Re: [PATCH 6/6] staging: most: Documentation: add information to driver_usage file

2018-12-13 Thread Christian.Gromm
On Do, 2018-12-13 at 13:32 +0100, Greg KH wrote: > On Thu, Dec 13, 2018 at 02:58:00PM +0300, Dan Carpenter wrote: > > > > On Wed, Dec 12, 2018 at 01:15:31PM +0100, Christian Gromm wrote: > > > > > > This patch updates driver_usage.txt file to reflect the latest > > > changes > > > that this patch

Re: [PATCH 6/6] staging: most: Documentation: add information to driver_usage file

2018-12-14 Thread Christian.Gromm
On Do, 2018-12-13 at 18:55 +0100, Greg KH wrote: > On Thu, Dec 13, 2018 at 04:32:25PM +0000, Christian.Gromm@microchip.c > om wrote: > > > > On Do, 2018-12-13 at 13:32 +0100, Greg KH wrote: > > > > > > On Thu, Dec 13, 2018 at 02:58:00PM +0300, Dan Carpenter

Re: [PATCH 6/6] staging: most: Documentation: add information to driver_usage file

2018-12-14 Thread Christian.Gromm
On Fr, 2018-12-14 at 12:10 +0300, Dan Carpenter wrote: > On Fri, Dec 14, 2018 at 09:06:01AM +0000, Christian.Gromm@microchip.c > om wrote: > > > > Message received. Anyway, I would like to resent the current > > patch set with the things Dan found fixed. And then looking

Re: [PATCH v4 0/6] staging: most: sound: change sound card layout

2018-12-17 Thread Christian.Gromm
On Mon, 2018-12-17 at 17:16 +0300, Dan Carpenter wrote: > Thanks! > My fault. :) > Reviewed-by: Dan Carpenter > > regards, > dan carpenter > ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo

Re: [PATCH v2 10/14] staging: most: allow speculative configuration

2019-03-29 Thread Christian.Gromm
On Do, 2019-03-28 at 17:12 +0300, Dan Carpenter wrote: > External E-Mail > > > On Thu, Mar 28, 2019 at 02:17:38PM +0100, Christian Gromm wrote: > > > > This patch makes the driver accept a link confiiguration eventhough > > no > > device is attached to the bus. Instead the configuration is being

Re: [PATCH v2 01/14] staging: most: add new file configfs.c

2019-03-29 Thread Christian.Gromm
On Do, 2019-03-28 at 16:50 +0300, Dan Carpenter wrote: > External E-Mail > > > On Thu, Mar 28, 2019 at 02:17:29PM +0100, Christian Gromm wrote: > > > > +static ssize_t mdev_link_direction_store(struct config_item *item, > > +  const char *page, size_t > > count)

Re: [PATCH v2 04/14] staging: most: sound: introduce new sound adapter management

2019-03-29 Thread Christian.Gromm
On Do, 2019-03-28 at 16:56 +0300, Dan Carpenter wrote: > External E-Mail > > > On Thu, Mar 28, 2019 at 02:17:32PM +0100, Christian Gromm wrote: > > > > +static int audio_create_sound_card(void) > > +{ > > + int ret; > > + struct sound_adapter *adpt; > > + > > + list_for_each_entry(adpt, &a

Re: [PATCH v2 04/14] staging: most: sound: introduce new sound adapter management

2019-03-29 Thread Christian.Gromm
On Fr, 2019-03-29 at 13:46 +0300, Dan Carpenter wrote: > External E-Mail > > > On Thu, Mar 28, 2019 at 02:17:32PM +0100, Christian Gromm wrote: > > > > +static int audio_create_sound_card(void) > > +{ > > + int ret; > > + struct sound_adapter *adpt; > > + > > + list_for_each_entry(adpt, &a

Re: [PATCH v2 04/14] staging: most: sound: introduce new sound adapter management

2019-03-29 Thread Christian.Gromm
On Fr, 2019-03-29 at 16:50 +0300, Dan Carpenter wrote: > External E-Mail > > > Thanks, I feel like I understand better now. > > Sorry, I don't want to be a jerk and I'm not going to complain again > about this patchset if you resend it with the other stuff I mention > fixed. > > But to me it fe

Re: [PATCH v3 05/14] staging: most: enable configfs support

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 09:20 +0200, Greg KH wrote: > External E-Mail > > > On Mon, Apr 01, 2019 at 02:05:30PM +0200, Christian Gromm wrote: > > > > This patch enables the configfs functionality of the driver by > > registering the configfs subsystems and compiling the configfs > > part of the sour

Re: [PATCH v3 07/14] staging: most: core: use device description as name

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 09:24 +0200, Greg KH wrote: > External E-Mail > > > On Mon, Apr 01, 2019 at 02:05:32PM +0200, Christian Gromm wrote: > > > > This patch uses the device description to clearly identity a device > > attached to the bus. It is needed as the currently useed mdevX > > notation is

Re: [PATCH v3 13/14] staging: most: configfs: rename config attributes

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 09:25 +0200, Greg KH wrote: > External E-Mail > > > On Mon, Apr 01, 2019 at 02:05:38PM +0200, Christian Gromm wrote: > > > > This patch introduces attribute names that are more self > > explaining. > > > > Signed-off-by: Christian Gromm > > --- > > v2: > > - follow-up

Re: [PATCH v3 07/14] staging: most: core: use device description as name

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 11:00 +0200, Greg KH wrote: > External E-Mail > > > On Tue, Apr 02, 2019 at 08:10:25AM +, Christian.Gromm@microchip.c > om wrote: > > > > On Di, 2019-04-02 at 09:24 +0200, Greg KH wrote: > > > > > > External E-Mail > >

Re: [PATCH v3 13/14] staging: most: configfs: rename config attributes

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 11:01 +0200, Greg KH wrote: > External E-Mail > > > On Tue, Apr 02, 2019 at 08:17:02AM +, Christian.Gromm@microchip.c > om wrote: > > > > On Di, 2019-04-02 at 09:25 +0200, Greg KH wrote: > > > > > > External E-Mail > >

Re: [PATCH v4 12/12] staging: most: Documentation: update driver documentation

2019-04-17 Thread Christian.Gromm
On Mo, 2019-04-15 at 23:21 +0200, Eugeniu Rosca wrote: > External E-Mail > > > Hello Christian, hello Andrey, > cc: Vladimir Barinov > cc: linux-renesas-soc > > Our team currently has the requirement of adding MOST support to > the v4.14-based R-Car3 kernel [1], matching the level of features >

Re: [PATCH 16/28] staging: most: sound: call snd_card_new with struct device

2019-04-29 Thread Christian.Gromm
On Mi, 2019-04-24 at 20:50 +0200, Eugeniu Rosca wrote: > External E-Mail > > > Hi Christian, > > On Tue, 08 May 2018 02:46:44 -0700, Christian Gromm wrote: > > > > This patch is needed as function snd_card_new needs a valid > > parent device. Passing a NULL pointer leads to kernel Ooops

Re: [PATCH] staging: most: sound: pass correct device when creating a sound card

2019-04-30 Thread Christian.Gromm
On Di, 2019-04-30 at 11:20 +0200, Greg KH wrote: > External E-Mail > > > On Tue, Apr 30, 2019 at 11:00:22AM +0200, Christian Gromm wrote: > > > > This patch fixes the usage of the wrong struct device when calling > > function snd_card_new. > > > > Reported-by: Eugeniu Rosca > > Signed-off-by:

Re: [PATCH] staging: most: cdev: fix chrdev_region leak in mod_exit

2019-05-02 Thread Christian.Gromm
On Mi, 2019-04-24 at 21:23 +0200, Eugeniu Rosca wrote: > External E-Mail > > > From: Suresh Udipi > > It looks like v4.18-rc1 commit [0] which upstreams mld-1.8.0 > commit [1] missed to fix the memory leak in mod_exit function. > > Do it now. > > [0] aba258b7310167 ("staging: most: cdev: fix

Re: [PATCH] staging: most: usb: Remove variable frame_size

2019-05-24 Thread Christian.Gromm
On Do, 2019-05-23 at 18:53 +0530, Nishka Dasgupta wrote: > External E-Mail > > > Remove variable frame_size as its multiple usages are all independent > of > each other and so can be returned separately. > Issue found with Coccinelle. > > Signed-off-by: Nishka Dasgupta Acked-by: Christian Grom

Re: [PATCH] staging: most: usb: Remove variable frame_size

2019-05-24 Thread Christian.Gromm
On Do, 2019-05-23 at 18:51 +0200, Greg KH wrote: > External E-Mail > > > On Thu, May 23, 2019 at 06:53:34PM +0530, Nishka Dasgupta wrote: > > > > Remove variable frame_size as its multiple usages are all > > independent of > > each other and so can be returned separately. > > Issue found with Co

Re: staging: most: configfs: PAGE_SIZE char arrays?

2019-11-27 Thread Christian.Gromm
On Di, 2019-11-26 at 11:30 -0800, Joe Perches wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > drivers/staging/most/configfs.c:struct mdev_link { > drivers/staging/most/configfs.c-struct config_item item; > drivers/staging/most/confi

Re: [PATCH RFC 2/6] staging: most: rename core.h to most.h

2019-12-09 Thread Christian.Gromm
On Fr, 2019-12-06 at 15:35 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Nov 25, 2019 at 04:51:32PM +0100, Christian Gromm wrote: > > > > This patch renames the core header file core.h to most.h. The > > intention

Re: [PATCH RFC v2 7/9] staging: most: move core files out of the staging area

2019-12-18 Thread Christian.Gromm
On Tue, 2019-12-17 at 14:05 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Fri, Dec 13, 2019 at 01:04:20PM +0100, Christian Gromm wrote: > > This patch moves the core module to the /drivers/most directory > > and makes al

Re: [PATCH RFC v2 7/9] staging: most: move core files out of the staging area

2019-12-18 Thread Christian.Gromm
On Wed, 2019-12-18 at 15:08 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Wed, Dec 18, 2019 at 02:02:43PM +, > christian.gr...@microchip.com wrote: > > On Tue, 2019-12-17 at 14:05 +0100, Greg KH wrote: > > > EXTERNA

Re: [PATCH RFC v2 7/9] staging: most: move core files out of the staging area

2019-12-18 Thread Christian.Gromm
On Wed, 2019-12-18 at 16:02 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Wed, Dec 18, 2019 at 02:50:32PM +, > christian.gr...@microchip.com wrote: > > On Wed, 2019-12-18 at 15:08 +0100, Greg KH wrote: > > > EXTERNA

Re: [PATCH RFC v3 5/9] staging: most: usb: check for NULL device

2020-01-15 Thread Christian.Gromm
On Wed, 2020-01-15 at 13:18 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Tue, Jan 14, 2020 at 04:57:54PM +0100, Christian Gromm wrote: > > Check if the dci structer has been allocated before trying to > > release it. >

Re: [PATCH RFC v3 4/9] staging: most: move interface dev to private section

2020-01-15 Thread Christian.Gromm
On Wed, 2020-01-15 at 13:17 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Tue, Jan 14, 2020 at 04:57:53PM +0100, Christian Gromm wrote: > > This patch moves the struct device of the interface structure to > > its > > pri

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-01-24 Thread Christian.Gromm
On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, Jan 23, 2020 at 04:38:17PM +0100, Christian Gromm wrote: > > This patch makes the adapter drivers use their own device > > structures > > whe

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-02-06 Thread Christian.Gromm
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Fri, Jan 24, 2020 at 08:56:56AM +, > christian.gr...@microchip.com wrote: > > On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > > > EXTERNA

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-03-23 Thread Christian.Gromm
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > > Ok, I'll take the first 7 of these patches and see what the end > result > looks like after that, it will make reviewing the code easier... Do yo

Re: [RESEND PATCH v5 0/3] staging: most: move core module out of staging

2020-03-24 Thread Christian.Gromm
On Tue, 2020-03-24 at 13:44 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Tue, Mar 10, 2020 at 02:02:39PM +0100, Christian Gromm wrote: > > v2: > > Reported-by: Greg Kroah-Hartman > > - use -M option to create p

Re: [staging:staging-testing 278/280] drivers/most/core.c:1287 most_register_interface() error: we previously assumed 'iface' could be null (see line 1285)

2020-03-31 Thread Christian.Gromm
On Tue, 2020-03-31 at 13:45 +0300, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Hi Christian, > > First bad commit (maybe != root cause): > > tree: > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git >

Re: b276527539 ("staging: most: move core files out of the staging .."): [ 12.247349] BUG: kernel NULL pointer dereference, address: 00000000

2020-03-31 Thread Christian.Gromm
On Sun, 2020-03-29 at 21:39 +0800, kernel test robot wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad > commit is > > https://git.kernel.org/pub/scm/linux/kerne

Re: b276527539 ("staging: most: move core files out of the staging .."): [ 12.247349] BUG: kernel NULL pointer dereference, address: 00000000

2020-04-24 Thread Christian.Gromm
On Sun, 2020-03-29 at 21:39 +0800, kernel test robot wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad > commit is > > https://git.kernel.org/pub/scm/linux/kerne

Re: b276527539 ("staging: most: move core files out of the staging .."): [ 12.247349] BUG: kernel NULL pointer dereference, address: 00000000

2020-04-24 Thread Christian.Gromm
On Fri, 2020-04-24 at 12:16 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Fri, Apr 24, 2020 at 09:41:36AM +, > christian.gr...@microchip.com wrote: > > On Sun, 2020-03-29 at 21:39 +0800, kernel test robot wrote: > >

Re: [PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Christian.Gromm
On Thu, 2020-04-30 at 10:13 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, Apr 30, 2020 at 10:09:31AM +0200, Greg KH wrote: > > On Thu, Apr 30, 2020 at 10:07:35AM +0200, Greg KH wrote: > > > On Thu, Apr 30, 2020 at 1

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 15:54 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > > This patch fixes error handling on function parameters. > > What does that mean

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 15:55 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > > This patch fixes error handling on function parameters. > > > > Signed-off-by:

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 17:39 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:17:53PM +, > christian.gr...@microchip.com wrote: > > On Mon, 2020-05-04 at 15:54 +0200, Greg KH wrote: > > > EXTERNA

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-11 Thread Christian.Gromm
On Mon, 2020-05-11 at 13:47 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 11, 2020 at 11:51:15AM +0200, Christian Gromm wrote: > > This patch adds the MOST USB adapter driver to the stable branch. > > This is >

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-12 Thread Christian.Gromm
On Mon, 2020-05-11 at 18:33 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 11, 2020 at 02:46:58PM +, > christian.gr...@microchip.com wrote: > > On Mon, 2020-05-11 at 13:47 +0200, Greg KH wrote: > > > EXTERNA

Re: [PATCH 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread Christian.Gromm
On Thu, 2020-05-14 at 16:06 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, May 14, 2020 at 03:46:25PM +0200, Christian Gromm wrote: > > This patch checks the number of endpoints reported by the USB > > interface desc

Re: [PATCH v2 1/8] drivers: most: add usb adapter driver

2020-05-20 Thread Christian.Gromm
On Wed, 2020-05-20 at 16:17 +0300, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, May 14, 2020 at 11:52:49AM +0200, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-28 Thread Christian.Gromm
On Mon, 2020-07-27 at 07:59 -0700, Randy Dunlap wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Hi-- > > On 7/27/20 1:30 AM, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the Makefile and

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-29 Thread Christian.Gromm
On Wed, 2020-07-29 at 16:27 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Jul 27, 2020 at 10:30:46AM +0200, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the Makef

Re: [PATCH] staging: most: usb: rename most_usb.ko

2020-07-30 Thread Christian.Gromm
On Wed, 2020-07-29 at 19:03 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Wed, Jul 29, 2020 at 06:38:48PM +0200, Christian Gromm wrote: > > To avoid a name conflict when adding the usb module to the > > driver's director