Re: [PATCH v1] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-02 Thread Dan Carpenter
On Thu, Feb 27, 2020 at 09:09:15PM +0300, Dmitry Osipenko wrote: > This helps to make code cleaner a tad. Please don't start the commit message in the middle of a sentence. It looks like this for some of us: https://marc.info/?l=linux-driver-devel&m=158282701430176&w=2 I generally read the subje

Re: [PATCH v3 00/18] wilc1000: move out of staging

2020-03-02 Thread Dan Carpenter
There are a few static checker warnings from Friday's linux-next. Only the first one is important. (Not all these Smatch warnings have been published). drivers/staging/wilc1000/hif.c:804 wilc_hif_pack_sta_param() warn: '¶ms->ht_capa' sometimes too small '8' size = 29 drivers/staging/wilc1000/h

[PATCH 2/2] staging: exfat: remove redundant if statements

2020-03-02 Thread Tetsuhiro Kohada
If statement does not affect results when updating directory entry in ffsMapCluster(). Signed-off-by: Tetsuhiro Kohada --- drivers/staging/exfat/exfat_super.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/e

[PATCH 1/2] staging: exfat: clean up d_entry rebuilding.

2020-03-02 Thread Tetsuhiro Kohada
Clean up d_entry rebuilding in exfat_rename_file() and move_file(). -Replace memcpy of d_entry with structure copy. -Change to use the value already stored in fid. Signed-off-by: Tetsuhiro Kohada --- drivers/staging/exfat/exfat_core.c | 25 ++--- 1 file changed, 10 insertion

Re: [PATCH 1/2] staging: exfat: clean up d_entry rebuilding.

2020-03-02 Thread Valdis Klētnieks
On Mon, 02 Mar 2020 18:57:15 +0900, Tetsuhiro Kohada said: > Clean up d_entry rebuilding in exfat_rename_file() and move_file(). > > -Replace memcpy of d_entry with structure copy. Those look OK. > -Change to use the value already stored in fid. > - if (exfat_get_entry_type(epnew) ==

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Geert Uytterhoeven
Hi Alex, Thanks for your patch! On Mon, Jan 13, 2020 at 3:24 PM Alex Riesen wrote: > Not sure if all variants of the Salvator board have the HDMI decoder > chip (the ADV7482) connected to the SSI4 on R-Car SoC, as it is on > Salvator-X ES1, so the the ADV7482 endpoint and connection definitions

Att. Administración

2020-03-02 Thread FOESCO
Buenos días Os informamos que se encuentra abierto el plazo de inscripción para la presente Convocatoria de Cursos Bonificables para empleados (Marzo 2020) Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020 que disponen las empresas. Deseáis que os mandemos

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Joe Perches
On Mon, 2020-03-02 at 14:04 +0100, gli...@google.com wrote: > Certain copy_from_user() invocations in binder.c are known to > unconditionally initialize locals before their first use, like e.g. in > the following case: [] > diff --git a/drivers/android/binder.c b/drivers/android/binder.c [] > @@ -3

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Alex Riesen
Geert Uytterhoeven, Mon, Mar 02, 2020 13:28:13 +0100: > Hi Alex, > > Thanks for your patch! > > On Mon, Jan 13, 2020 at 3:24 PM Alex Riesen > wrote: > > Not sure if all variants of the Salvator board have the HDMI decoder > > chip (the ADV7482) connected to the SSI4 on R-Car SoC, as it is on > >

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Geert Uytterhoeven
Hi Alex, On Mon, Mar 2, 2020 at 2:40 PM Alex Riesen wrote: > Geert Uytterhoeven, Mon, Mar 02, 2020 13:28:13 +0100: > > On Mon, Jan 13, 2020 at 3:24 PM Alex Riesen > > wrote: > > > Not sure if all variants of the Salvator board have the HDMI decoder > > > chip (the ADV7482) connected to the SSI4

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Dan Carpenter
On Mon, Mar 02, 2020 at 02:25:51PM +0100, Alexander Potapenko wrote: > On Mon, Mar 2, 2020 at 2:11 PM Joe Perches wrote: > > > > On Mon, 2020-03-02 at 14:04 +0100, gli...@google.com wrote: > > > Certain copy_from_user() invocations in binder.c are known to > > > unconditionally initialize locals b

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Joe Perches
On Mon, 2020-03-02 at 14:25 +0100, Alexander Potapenko wrote: > On Mon, Mar 2, 2020 at 2:11 PM Joe Perches wrote: > > On Mon, 2020-03-02 at 14:04 +0100, gli...@google.com wrote: > > > Certain copy_from_user() invocations in binder.c are known to > > > unconditionally initialize locals before their

Re: [PATCH v1] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-02 Thread Dmitry Osipenko
02.03.2020 11:04, Dan Carpenter пишет: > On Thu, Feb 27, 2020 at 09:09:15PM +0300, Dmitry Osipenko wrote: >> This helps to make code cleaner a tad. > > Please don't start the commit message in the middle of a sentence. Could you please clarify what do you mean by the "middle of a sentence"? The c

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Alex Riesen
Geert Uytterhoeven, Mon, Mar 02, 2020 14:47:46 +0100: > On Mon, Mar 2, 2020 at 2:40 PM Alex Riesen > wrote: > > > > --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi > > > > +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > > > > @@ -322,6 +322,10 @@ > > > > clock-frequency =

Re: [PATCH v1] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-02 Thread Dan Carpenter
On Mon, Mar 02, 2020 at 06:04:20PM +0300, Dmitry Osipenko wrote: > 02.03.2020 11:04, Dan Carpenter пишет: > > On Thu, Feb 27, 2020 at 09:09:15PM +0300, Dmitry Osipenko wrote: > >> This helps to make code cleaner a tad. > > > > Please don't start the commit message in the middle of a sentence. > >

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Geert Uytterhoeven
Hi Alex, On Mon, Mar 2, 2020 at 4:07 PM Alex Riesen wrote: > Geert Uytterhoeven, Mon, Mar 02, 2020 14:47:46 +0100: > > On Mon, Mar 2, 2020 at 2:40 PM Alex Riesen > > wrote: > > > > > --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi > > > > > +++ b/arch/arm64/boot/dts/renesas/salvator-comm

Re: [PATCH] staging: vt6656: Declare a few variables as __read_mostly

2020-03-02 Thread Quentin Deslandes
On Sun, Mar 01, 2020 at 12:26:20PM +0100, Oscar Carter wrote: > These include module parameters. > > Signed-off-by: Oscar Carter > --- > drivers/staging/vt6656/main_usb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/vt6656/main_usb.c > b/drivers/

Re: [PATCH] staging: vt6656: Remove unnecessary local variables initialization

2020-03-02 Thread Quentin Deslandes
On Sun, Mar 01, 2020 at 02:50:28PM +0100, Oscar Carter wrote: > Don't initialize variables that are then set a few lines later. > > Signed-off-by: Oscar Carter > --- > drivers/staging/vt6656/main_usb.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/s

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Alex Riesen
Hi Geert, Geert Uytterhoeven, Mon, Mar 02, 2020 16:32:32 +0100: > > And this absence of documentation also means that whatever clocks (both > > input > > in "clocks=" and output in "#clock-cells") listed in a specific .dts are > > just > > an integration detail? > > No, the absence probably mea

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-02 Thread Geert Uytterhoeven
Hi Alex, On Mon, Mar 2, 2020 at 5:09 PM Alex Riesen wrote: > Geert Uytterhoeven, Mon, Mar 02, 2020 16:32:32 +0100: > > > And this absence of documentation also means that whatever clocks (both > > > input > > > in "clocks=" and output in "#clock-cells") listed in a specific .dts are > > > just

[PATCH 3/3] staging: wilc1000: use flexible-array member instead of zero-length array

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Use flexible-array member introduced in C99 instead of zero-length array. Most of zero-length array was already taken care in previous patch [1]. Now modified few more cases which were not handled earlier. [1]. https://patchwork.kernel.org/patch/11394197/ Signed-off-by: Ajay Si

[PATCH 1/3] staging: wilc1000: use correct data for memcpy in wilc_hif_pack_sta_param()

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Use correct data for memcpy in wilc_hif_pack_sta_param(). Its reported by Smatch static code analyser tool as discussed in [1]. [1]. https://lore.kernel.org/linux-wireless/20200302092346.GA24308@kadam/ Suggested-by: Dan Carpenter Signed-off-by: Ajay Singh --- drivers/staging

[PATCH 2/3] staging: wilc1000: remove unnecessary always true 'if' conditions

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Remove the unnecessary always true 'if' conditions and simiplifed the logic as suggested in [1]. [1]. https://lore.kernel.org/linux-wireless/20200302092346.GA24308@kadam/ Suggested-by: Dan Carpenter Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/cfg80211.c | 26 +

[PATCH 0/3] staging: wilc1000: correct Smatch warnings & use flexible-array member

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh This patch series contains changes to address few Smatch static checker reported warnings. Also added one patch to make use of flexible-array member instead of zero-length array for few cases which were missed earlier. Ajay Singh (3): staging: wilc1000: use correct data for me

[PATCH v4 07/18] wilc1000: add cfg80211.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/cfg80211.h' to 'drivers/net/wireless/microchip/wilc1000/cfg80211.h'. Signed-off-by: Ajay Singh --- .../wireless/microchip/wilc1000/cfg80211.h| 29 +++ 1 file changed, 29 insertions(+) create mode 100644 drivers/net/wireless/

[PATCH v4 10/18] wilc1000: add mon.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/mon.c' to 'drivers/net/wireless/microchip/wilc1000/mon.c'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/mon.c | 260 ++ 1 file changed, 260 insertions(+) create mode 100644 drivers/net/wireless/microchip

[PATCH v4 02/18] wilc1000: add hif.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/hif.c' to 'drivers/net/wireless/microchip/wilc1000/hif.c'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/hif.c | 1959 + 1 file changed, 1959 insertions(+) create mode 100644 drivers/net/wireless/microchi

[PATCH v4 00/18] wilc1000: move out of staging

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh This patch series is to review and move wilc1000 driver out of staging. Most of the review comments received in [1] & [2] are addressed in the latest code. Please review and provide your inputs. [1]. https://lore.kernel.org/linux-wireless/1537957525-11467-1-git-send-email-ajay.

[PATCH v4 03/18] wilc1000: add wlan_if.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan_if.h' to 'drivers/net/wireless/microchip/wilc1000/wlan_if.h'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/wlan_if.h | 803 ++ 1 file changed, 803 insertions(+) create mode 100644 drivers/net/wireless/m

[PATCH v4 15/18] wilc1000: add fw.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/fw.h' to 'drivers/net/wireless/microchip/wilc1000/fw.h'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/fw.h | 119 +++ 1 file changed, 119 insertions(+) create mode 100644 drivers/net/wireless/microchip/w

[PATCH v4 05/18] wilc1000: add wlan_cfg.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan_cfg.c' to 'drivers/net/wireless/microchip/wilc1000/wlan_cfg.c'. Signed-off-by: Ajay Singh --- .../wireless/microchip/wilc1000/wlan_cfg.c| 413 ++ 1 file changed, 413 insertions(+) create mode 100644 drivers/net/wireless

[PATCH v4 16/18] dt: bindings: net: add microchip,wilc1000,sdio.yaml

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved '/drivers/staging/wilc1000/microchip,wilc1000,sdio.yaml' to 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,sdio.yaml'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip,wilc1000,sdio.yaml | 68 +++ 1 file changed, 68 insertions(

[PATCH v4 01/18] wilc1000: add hif.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/hif.h' to 'drivers/net/wireless/microchip/wilc1000/hif.h'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/hif.h | 214 ++ 1 file changed, 214 insertions(+) create mode 100644 drivers/net/wireless/microchip

[PATCH v4 14/18] wilc1000: add sdio.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/sdio.c' to 'drivers/net/wireless/microchip/wilc1000/sdio.c'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/sdio.c| 1030 + 1 file changed, 1030 insertions(+) create mode 100644 drivers/net/wireless/microc

[PATCH v4 04/18] wilc1000: add wlan_cfg.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan_cfg.h' to 'drivers/net/wireless/microchip/wilc1000/wlan_cfg.h'. Signed-off-by: Ajay Singh --- .../wireless/microchip/wilc1000/wlan_cfg.h| 54 +++ 1 file changed, 54 insertions(+) create mode 100644 drivers/net/wireless/

[PATCH v4 12/18] wilc1000: add wlan.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan.h' to 'drivers/net/wireless/microchip/wilc1000/wlan.h'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/wlan.h| 398 ++ 1 file changed, 398 insertions(+) create mode 100644 drivers/net/wireless/microch

[PATCH v4 09/18] wilc1000: add netdev.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/netdev.c' to 'drivers/net/wireless/microchip/wilc1000/netdev.c'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/netdev.c | 940 ++ 1 file changed, 940 insertions(+) create mode 100644 drivers/net/wireless/mic

[PATCH v4 13/18] wilc1000: add wlan.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan.c' to 'drivers/net/wireless/microchip/wilc1000/wlan.c'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/wlan.c| 1238 + 1 file changed, 1238 insertions(+) create mode 100644 drivers/net/wireless/microc

[PATCH v4 08/18] wilc1000: add netdev.h

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/netdev.h' to 'drivers/net/wireless/microchip/wilc1000/netdev.h'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/netdev.h | 295 ++ 1 file changed, 295 insertions(+) create mode 100644 drivers/net/wireless/mic

[PATCH v4 17/18] dt: bindings: net: add microchip,wilc1000,spi.yaml

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved '/drivers/staging/wilc1000//microchip,wilc1000,spi.yaml' to 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,spi.yaml'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip,wilc1000,spi.yaml | 61 +++ 1 file changed, 61 insertions(+

[PATCH v4 18/18] wilc1000: add Makefile and Kconfig files for wilc1000 compilation

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Added Makefile and Kconfig files for compiling wilc1000 module from 'drivers/net/wireless/microchip/'. Signed-off-by: Ajay Singh --- drivers/net/wireless/Kconfig | 1 + drivers/net/wireless/Makefile | 1 + drivers/net/wireless/microchip/Kconf

[PATCH v4 06/18] wilc1000: add cfg80211.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/cfg80211.c' to 'drivers/net/wireless/microchip/wilc1000/cfg80211.c'. Signed-off-by: Ajay Singh --- .../wireless/microchip/wilc1000/cfg80211.c| 1850 + 1 file changed, 1850 insertions(+) create mode 100644 drivers/net/wireles

[PATCH v4 11/18] wilc1000: add spi.c

2020-03-02 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/spi.c' to 'drivers/net/wireless/microchip/wilc1000/spi.c'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/spi.c | 1001 + 1 file changed, 1001 insertions(+) create mode 100644 drivers/net/wireless/microchi

Re: [PATCH v3 00/18] wilc1000: move out of staging

2020-03-02 Thread Ajay.Kathat
Hi Dan, On 02/03/20 2:53 pm, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > There are a few static checker warnings from Friday's linux-next. Only > the first one is important. (Not all these Smatch warnings have been >

[PATCH v2] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-02 Thread Dmitry Osipenko
There is a new devm_platform_ioremap_resource_byname() helper in the kernel now, which helps to make code cleaner a tad by replacing few "boilerplate" lines of code with a single line. Let's utilize that new helper in the VDE driver. Signed-off-by: Dmitry Osipenko --- Changelog: v2: Updated com

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Greg KH
On Mon, Mar 02, 2020 at 02:04:29PM +0100, gli...@google.com wrote: > Certain copy_from_user() invocations in binder.c are known to > unconditionally initialize locals before their first use, like e.g. in > the following case: > > struct binder_transaction_data tr; > if (copy_from_user(

Re: [PATCH v2 3/3] sched/wait: avoid double initialization in ___wait_event()

2020-03-02 Thread Greg Kroah-Hartman
On Mon, Mar 02, 2020 at 07:03:19PM +0100, Alexander Potapenko wrote: > > > case BINDER_SET_MAX_THREADS: { > > > - int max_threads; > > > + int max_threads __no_initialize; > > > > Is this really needed? A single integer in a rarely called ioctl() > > being initia

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Alexander Potapenko
On Mon, Mar 2, 2020 at 6:38 PM Greg KH wrote: > > On Mon, Mar 02, 2020 at 02:04:29PM +0100, gli...@google.com wrote: > > Certain copy_from_user() invocations in binder.c are known to > > unconditionally initialize locals before their first use, like e.g. in > > the following case: > > > > st

[PATCH 1/3] staging: vt6656: vnt_int_start_interrupt remove spin lock.

2020-03-02 Thread Malcolm Priestley
This formed part of the legacy driver and potentially multi users. The driver now has only one user mac80211 remove this lock. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/int.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/vt6656/int.c b/drivers/staging

PATCH 2/3] staging: vt6656: Remove function vnt_int_process_data.

2020-03-02 Thread Malcolm Priestley
call vnt_start_interrupt_urb directly from vnt_start. Move debug message to vnt_start_interrupt_urb. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/int.c | 11 --- drivers/staging/vt6656/int.h | 1 - drivers/staging/vt6656/main_usb.c | 2 +- drivers/staging/vt66

[PATCH 3/3] staging: vt6656: Delete int.c/h file and move functions to usbpipe

2020-03-02 Thread Malcolm Priestley
Move functions vnt_int_process_data and vnt_int_report_rate to usbpipe.c and vnt_interrupt_data to usbpipe.h These form part of the USB structure. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/Makefile | 3 +- drivers/staging/vt6656/int.c | 110 ---

Re: [PATCH v2 2/3] binder: do not initialize locals passed to copy_from_user()

2020-03-02 Thread Joe Perches
On Mon, 2020-03-02 at 19:17 +0100, Alexander Potapenko wrote: > On Mon, Mar 2, 2020 at 3:00 PM Joe Perches wrote: > > On Mon, 2020-03-02 at 14:25 +0100, Alexander Potapenko wrote: > > > On Mon, Mar 2, 2020 at 2:11 PM Joe Perches wrote: > > > > On Mon, 2020-03-02 at 14:04 +0100, gli...@google.com

Re: [PATCH v4 16/18] dt: bindings: net: add microchip,wilc1000,sdio.yaml

2020-03-02 Thread Rob Herring
On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Moved '/drivers/staging/wilc1000/microchip,wilc1000,sdio.yaml' to > 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,sdio.yaml'. > > Signed-off-by: Ajay Singh > --- > .../net/wir

Re: [PATCH v4 17/18] dt: bindings: net: add microchip,wilc1000,spi.yaml

2020-03-02 Thread Rob Herring
On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Moved '/drivers/staging/wilc1000//microchip,wilc1000,spi.yaml' to > 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,spi.yaml'. Not a useful changelog. I think this should be comb

RE: [PATCH 1/2] staging: exfat: clean up d_entry rebuilding.

2020-03-02 Thread kohada.tetsuh...@dc.mitsubishielectric.co.jp
Thanks for your comment. > Are you sure this is OK to do? exfat_get_entry_type() does a lot of > mapping between values, using a file_dentry_t->type, while > fid->type is a file_id_t->type. The fid argument of exfat_rename_file()/move_file()from old_dentry->fid of exfat_rename(). * exfat_renam

Re: [PATCH 1/2] staging: exfat: clean up d_entry rebuilding.

2020-03-02 Thread Valdis Klētnieks
On Tue, 03 Mar 2020 03:07:51 +, "kohada.tetsuh...@dc.mitsubishielectric.co.jp" said: > > Are you sure this is OK to do? exfat_get_entry_type() does a lot of > > mapping between values, using a file_dentry_t->type, while > > fid->type is a file_id_t->type. > The value that vfs sets to the old

Hello 03/03/2020

2020-03-02 Thread Hello Friend
Good day, My name is Reem E. Hashimy, the Emirates Minister of State and Managing Director of the United Arab Emirates (Dubai) World Expo 2020 Committee. I am writing you to manage my funds I received as financial gratification from various foreign companies I assisted to receive participati

Re: [PATCH v2] media: staging: tegra-vde: Use devm_platform_ioremap_resource_byname()

2020-03-02 Thread Dan Carpenter
Thanks! Reviewed-by: Dan Carpenter regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel