[PATCH] rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request

2021-01-08 Thread Andrey Zhizhikin
) error. Set the input size for OID_GEN_PHYSICAL_MEDIUM query to the expected size of the response in order for the ActiveSync to properly respond to the request. Fixes: 039ee17d1baa ("rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()") Signed-off-by: Andrey

[PATCH] optee: extend normal memory check to also write-through

2020-12-01 Thread Andrey Zhizhikin
rm.com/documentation/ddi0406/cd Fixes: 853735e40424 ("optee: add writeback to valid memory type") Cc: sta...@vger.kernel.org Signed-off-by: Andrey Zhizhikin --- drivers/tee/optee/call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/tee/optee/call.c b/

[PATCH v2 5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin Reviewed-by: Krzysztof Kozlowski Acked-by: Daniel Thompson Acked-by: Sam Ravnborg Acked-by: Michael Ellerman --- arch/powerpc/configs/powernv_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/

[PATCH v2 4/5] parisc: configs: drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin Reviewed-by: Krzysztof Kozlowski Acked-by: Daniel Thompson Acked-by: Sam Ravnborg --- arch/parisc/configs/generic-64bit_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/parisc/configs/gen

[PATCH v2 3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin Reviewed-by: Krzysztof Kozlowski Acked-by: Daniel Thompson Acked-by: Sam Ravnborg --- arch/mips/configs/gcw0_defconfig | 1 - arch/mips/configs/gpr_defconfig | 1 - arch/mips/configs/lemote2f_de

[PATCH v2 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin Reviewed-by: Krzysztof Kozlowski Acked-by: Alexandre Belloni Acked-by: Daniel Thompson Acked-by: Sam Ravnborg --- arch/arm/configs/at91_dt_defconfig| 1 - arch/arm/configs/cm_x300_defconfig

[PATCH v2 2/5] arm64: defconfig: drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin Reviewed-by: Krzysztof Kozlowski Acked-by: Daniel Thompson Acked-by: Sam Ravnborg --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm

[PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option

2020-12-01 Thread Andrey Zhizhikin
es patches to address this removal, separated by architectures in the kernel tree. Changes in v2: - Collect all Acked-by: and Reviewed-by: tags - Include ARM SOC maintainer list to recipients Andrey Zhizhikin (5): ARM: configs: drop unused BACKLIGHT_GENERIC option arm64: defconfig: d

[PATCH 5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin --- arch/powerpc/configs/powernv_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index cf30fc24413b..60a30fffed

[PATCH 2/5] arm64: defconfig: drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e3f7ae71de5..280ed7404a1d 100644 --- a/arch/arm64/configs/

[PATCH 4/5] parisc: configs: drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin --- arch/parisc/configs/generic-64bit_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/parisc/configs/generic-64bit_defconfig b/arch/parisc/configs/generic-64bit_defconfig index 7e2d70

[PATCH 3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin --- arch/mips/configs/gcw0_defconfig | 1 - arch/mips/configs/gpr_defconfig | 1 - arch/mips/configs/lemote2f_defconfig | 1 - arch/mips/configs/loongson3_defconfig | 1 - arch/mips/configs/mtx

[PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
ove this driver as it is unused") Cc: Sam Ravnborg Signed-off-by: Andrey Zhizhikin --- arch/arm/configs/at91_dt_defconfig| 1 - arch/arm/configs/cm_x300_defconfig| 1 - arch/arm/configs/colibri_pxa300_defconfig | 1 - arch/arm/configs/jornada720_defconfig | 1

[PATCH 0/5] drop unused BACKLIGHT_GENERIC option

2020-11-30 Thread Andrey Zhizhikin
es patches to address this removal, separated by architectures in the kernel tree. Andrey Zhizhikin (5): ARM: configs: drop unused BACKLIGHT_GENERIC option arm64: defconfig: drop unused BACKLIGHT_GENERIC option MIPS: configs: drop unused BACKLIGHT_GENERIC option parisc: configs: d

[PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option

2020-11-30 Thread Andrey Zhizhikin
which has no references in the tree anymore. Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") Cc: Nishanth Menon Cc: Ulf Hansson Signed-off-by: Andrey Zhizhikin --- arch/arm/configs/omap2plus_defconfig | 1 - 1 file changed, 1 deletion(-) diff --gi

[PATCH 2/2] ARM: multi_v7_defconfig: drop unused POWER_AVS option

2020-11-30 Thread Andrey Zhizhikin
which has no references in the tree anymore. Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") Cc: Nishanth Menon Cc: Ulf Hansson Signed-off-by: Andrey Zhizhikin --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --gi

[PATCH 1/2] arm64: defconfig: drop unused POWER_AVS option

2020-11-30 Thread Andrey Zhizhikin
references in the tree anymore. Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") Cc: Nishanth Menon Cc: Ulf Hansson Signed-off-by: Andrey Zhizhikin --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/de

[PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config

2020-11-30 Thread Andrey Zhizhikin
and ARM64 builds. Andrey Zhizhikin (2): arm64: defconfig: drop unused POWER_AVS option ARM: multi_v7_defconfig: drop unused POWER_AVS option arch/arm/configs/multi_v7_defconfig | 1 - arch/arm64/configs/defconfig| 1 - 2 files changed, 2 deletions(-) -- 2.17.1

Re: [PATCH v2] ARM: socfpga_defconfig: enable support for large block devices

2019-03-28 Thread Andrey Zhizhikin
On Thu, Mar 28, 2019 at 5:07 PM Dinh Nguyen wrote: > On 3/7/19 1:43 AM, Andrey Zhizhikin wrote: > > Hello Dinh, > > > > Just a short ping on this patch - do yo think you can accept this > > patch and have it merged? I'd like to know whether it is planned to be

Re: [PATCH v2] ARM: socfpga_defconfig: enable support for large block devices

2019-03-06 Thread Andrey Zhizhikin
removing the current "not set" entry enables the support. > > Signed-off-by: Andrey Zhizhikin > --- > arch/arm/configs/socfpga_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/socfpga_defconfig > b/arch/arm/configs/socf

[PATCH v2] ARM: socfpga_defconfig: enable support for large block devices

2019-02-27 Thread Andrey Zhizhikin
ry enables the support. Signed-off-by: Andrey Zhizhikin --- arch/arm/configs/socfpga_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 08d1b3e11d68..c96d93fb68c6 100644 --- a/arch/arm/configs/socfpga_defco

Re: [PATCH] ARM: socfpga_defconfig: enable support for large block devices

2019-02-25 Thread Andrey Zhizhikin
Hello Dinh, On Mon, Feb 25, 2019 at 5:35 PM Dinh Nguyen wrote: > > Hi Andrey, > > On 2/22/19 6:21 AM, Andrey Zhizhikin wrote: > > Enable CONFIG_LBDAF, which is required by ext4 fs. This option could > > hanle both ext3 and ext4, and ex4 requires this option to b

[PATCH] ARM: socfpga_defconfig: enable support for large block devices

2019-02-22 Thread Andrey Zhizhikin
Enable CONFIG_LBDAF, which is required by ext4 fs. This option could hanle both ext3 and ext4, and ex4 requires this option to be enabled, otherwise the filesystem is mounted RO mode. Signed-off-by: Andrey Zhizhikin --- arch/arm/configs/socfpga_defconfig | 2 +- 1 file changed, 1 insertion

Re: [PATCH v2 2/2] uio: Introduce UIO driver dt-binding documentation

2017-12-08 Thread Andrey Zhizhikin
Hello Rob, Thanks for your reply here! > > No. See prior discussions: > > https://lkml.org/lkml/2016/5/18/457 > https://lkml.org/lkml/2017/10/8/238 Just for my clarify; to understand how to move on with the patch: Since UIO is not considered as a real HW and rather a aggregate, which could be

Re: [PATCH v2 2/2] uio: Introduce UIO driver dt-binding documentation

2017-12-08 Thread Andrey Zhizhikin
Hello Rob, Thanks for your reply here! > > No. See prior discussions: > > https://lkml.org/lkml/2016/5/18/457 > https://lkml.org/lkml/2017/10/8/238 Just for my clarify; to understand how to move on with the patch: Since UIO is not considered as a real HW and rather a aggregate, which could be

[PATCH v2 1/2] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
-off-by: Andrey Zhizhikin <andre...@gmail.com> diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c index f598ecd..86427a4 100644 --- a/drivers/uio/uio_pdrv_genirq.c +++ b/drivers/uio/uio_pdrv_genirq.c @@ -108,6 +108,7 @@ static int uio_pdrv_genirq_probe(struct platform_

[PATCH v2 1/2] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
-off-by: Andrey Zhizhikin diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c index f598ecd..86427a4 100644 --- a/drivers/uio/uio_pdrv_genirq.c +++ b/drivers/uio/uio_pdrv_genirq.c @@ -108,6 +108,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev

[PATCH v2 0/2] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
This patch series aimed to introduce additional feature for UIO driver with generic interrupt handler to allow IRQ bottom half to be executed in irq_handler context rather than as threaded IRQ. Andrey Zhizhikin (2): uio: Allow to take irq bottom-half into irq_handler with additional dt

[PATCH v2 0/2] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
This patch series aimed to introduce additional feature for UIO driver with generic interrupt handler to allow IRQ bottom half to be executed in irq_handler context rather than as threaded IRQ. Andrey Zhizhikin (2): uio: Allow to take irq bottom-half into irq_handler with additional dt

[PATCH v2 2/2] uio: Introduce UIO driver dt-binding documentation

2017-12-07 Thread Andrey Zhizhikin
with IRQF_NO_THREAD flag set, effectively skipping threaded interrupt handler and taking bottom-half into irq_handler Signed-off-by: Andrey Zhizhikin <andre...@gmail.com> diff --git a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt b/Documentation/devicetree/bindings/uio/ui

[PATCH v2 2/2] uio: Introduce UIO driver dt-binding documentation

2017-12-07 Thread Andrey Zhizhikin
with IRQF_NO_THREAD flag set, effectively skipping threaded interrupt handler and taking bottom-half into irq_handler Signed-off-by: Andrey Zhizhikin diff --git a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt b/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt new file

Re: [PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
On Thu, Dec 7, 2017 at 10:16 AM, Greg KH wrote: > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > A: No. > Q: Should I include

Re: [PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-07 Thread Andrey Zhizhikin
On Thu, Dec 7, 2017 at 10:16 AM, Greg KH wrote: > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > A: No. > Q: Should I include quotations after my reply? > >

Re: [PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-06 Thread Andrey Zhizhikin
sense to you - otherwise I can drop this patch out. -- Regards, Andrey. On Wed, Dec 6, 2017 at 4:31 PM, Greg KH <gre...@linuxfoundation.org> wrote: > On Wed, Dec 06, 2017 at 03:55:40PM +0100, Andrey Zhizhikin wrote: >> Certain Kernel preemption models are using threaded interru

Re: [PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-06 Thread Andrey Zhizhikin
sense to you - otherwise I can drop this patch out. -- Regards, Andrey. On Wed, Dec 6, 2017 at 4:31 PM, Greg KH wrote: > On Wed, Dec 06, 2017 at 03:55:40PM +0100, Andrey Zhizhikin wrote: >> Certain Kernel preemption models are using threaded interrupt handlers, >> which is in gen

[PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-06 Thread Andrey Zhizhikin
into irq_handler Signed-off-by: Andrey Zhizhikin <andre...@gmail.com> diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c index f598ecd..86427a4 100644 --- a/drivers/uio/uio_pdrv_genirq.c +++ b/drivers/uio/uio_pdrv_genirq.c @@ -108,6 +108,7 @@ static int uio_pdrv_genirq

[PATCH] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

2017-12-06 Thread Andrey Zhizhikin
into irq_handler Signed-off-by: Andrey Zhizhikin diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c index f598ecd..86427a4 100644 --- a/drivers/uio/uio_pdrv_genirq.c +++ b/drivers/uio/uio_pdrv_genirq.c @@ -108,6 +108,7 @@ static int uio_pdrv_genirq_probe(struct