[PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-06 Thread gerg
From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this hardware that have been floating around the internet for years:

[PATCH -next] staging: vboxsf: Remove unused including

2019-11-06 Thread YueHaibing
Remove including that don't need it. Signed-off-by: YueHaibing --- drivers/staging/vboxsf/vfsmod.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/vboxsf/vfsmod.h b/drivers/staging/vboxsf/vfsmod.h index de650d65fbe4..18f95b00fc33 100644 --- a/drivers/staging/vboxsf/vfsmod.h

Re: [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody

2019-11-06 Thread Pavel Machek
Hi! > > There's currently 6 filesystems that have the same #define. Move it > > into errno.h so it's defined in just one place. > > > > Signed-off-by: Valdis Kletnieks > > Acked-by: Darrick J. Wong > > Reviewed-by: Jan Kara > > Acked-by: Theodore Ts'o > > > fs/erofs/internal.h

[PATCH v2 2/3] media: cedrus: Fix H264 4k support

2019-11-06 Thread Jernej Skrabec
H264 decoder needs additional or bigger buffers in order to decode 4k videos. Signed-off-by: Jernej Skrabec --- drivers/staging/media/sunxi/cedrus/cedrus.h | 7 ++ .../staging/media/sunxi/cedrus/cedrus_h264.c | 91 +-- .../staging/media/sunxi/cedrus/cedrus_regs.h | 11 +++

[PATCH v2 0/3] media: cedrus: Add support for 4k videos

2019-11-06 Thread Jernej Skrabec
While cedrus driver accepts videos up to 3840x2160, they are not decoded correctly. Driver doesn't correctly set mode register for widths greater than 2048 (patch 1). H264 engine also needs additional buffers which are not provided currently (patch 2). Finally, there are several different

[PATCH v2 1/3] media: cedrus: Properly signal size in mode register

2019-11-06 Thread Jernej Skrabec
Mode register also holds information if video width is bigger than 2048 and if it is equal to 4096. Rework cedrus_engine_enable() to properly signal this properties. Signed-off-by: Jernej Skrabec Acked-by: Paul Kocialkowski --- drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 2 +-

[PATCH v2 3/3] media: cedrus: Increase maximum supported size

2019-11-06 Thread Jernej Skrabec
There are few variations of 4k resolutions. The biggest one is 4096x2304 which is also supported by HW. It has also nice property that both width and size are divisible by maximum HEVC CTB size, which is 64. Signed-off-by: Jernej Skrabec Acked-by: Paul Kocialkowski ---

RE: [PATCH v5 2/8] arm64: hyperv: Add hypercall and register access functions

2019-11-06 Thread Michael Kelley
From: Marc Zyngier Sent: Wednesday, November 6, 2019 2:20 AM > > On 2019-10-03 20:12, Michael Kelley wrote: > > Add ARM64-specific code to make Hyper-V hypercalls and to > > access virtual processor synthetic registers via hypercalls. > > Hypercalls use a Hyper-V specific calling sequence with

Re: [PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature

2019-11-06 Thread Joe Perches
On Wed, 2019-11-06 at 18:08 +, Valery Ivanov wrote: > This patch fix the function signature for > trace_gasket_ioctl_page_table_data > to avoid the checkpatch.pl warning: > > CHECK: Lines should not end with a '(' > > Signed-off-by: Valery Ivanov All of this

[PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature

2019-11-06 Thread Valery Ivanov
This patch fix the function signature for trace_gasket_ioctl_page_table_data to avoid the checkpatch.pl warning: CHECK: Lines should not end with a '(' Signed-off-by: Valery Ivanov --- drivers/staging/gasket/gasket_ioctl.c | 7 --- 1 file changed, 4

Re: [PATCH 1/3] media: cedrus: Properly signal size in mode register

2019-11-06 Thread Jernej Škrabec
Dne torek, 05. november 2019 ob 09:10:34 CET je Paul Kocialkowski napisal(a): > Hi, > > On Mon 04 Nov 19, 17:33, Jernej Škrabec wrote: > > Dne ponedeljek, 04. november 2019 ob 11:02:28 CET je Paul Kocialkowski > > > > napisal(a): > > > Hi Jernej, > > > > > > On Sat 26 Oct 19, 09:49, Jernej

Re: [PATCH v1 03/10] KVM: Prepare kvm_is_reserved_pfn() for PG_reserved changes

2019-11-06 Thread Sean Christopherson
On Wed, Nov 06, 2019 at 07:56:34AM +0100, David Hildenbrand wrote: > On 06.11.19 01:08, Dan Williams wrote: > >On Tue, Nov 5, 2019 at 4:03 PM Sean Christopherson > >>But David's proposed fix for the above refcount bug is to omit the patch > >>so that KVM no longer treats ZONE_DEVICE pages as

Re: [PATCH -next] staging: Fix error return code in vboxsf_fill_super()

2019-11-06 Thread Hans de Goede
Hi, On 06-11-2019 12:59, Wei Yongjun wrote: Fix to return negative error code -ENOMEM from the error handling case instead of 0, as done elsewhere in this function. Fixes: df4028658f9d ("staging: Add VirtualBox guest shared folder (vboxsf) support") Signed-off-by: Wei Yongjun Good catch,

[PATCH -next] staging: Fix error return code in vboxsf_fill_super()

2019-11-06 Thread Wei Yongjun
Fix to return negative error code -ENOMEM from the error handling case instead of 0, as done elsewhere in this function. Fixes: df4028658f9d ("staging: Add VirtualBox guest shared folder (vboxsf) support") Signed-off-by: Wei Yongjun --- drivers/staging/vboxsf/super.c | 4 +++- 1 file changed,

Re: [PATCH v5 2/8] arm64: hyperv: Add hypercall and register access functions

2019-11-06 Thread Marc Zyngier
On 2019-10-03 20:12, Michael Kelley wrote: Add ARM64-specific code to make Hyper-V hypercalls and to access virtual processor synthetic registers via hypercalls. Hypercalls use a Hyper-V specific calling sequence with a non-zero immediate value per Section 2.9 of the SMC Calling Convention spec.

REPLY AS SOON AS POSSIBLE

2019-11-06 Thread From Dr Chien Raymond Hang Seng
I am Vice Chairman of Hang Seng Bank, I have Important Matter to Discuss with you concerning my late client. Died without a NEXT OF KIN. Send me your private email for full details information. email me at E-Mail: dray...@gmail.com Regards Mr.Fung

REPLY AS SOON AS POSSIBLE

2019-11-06 Thread From Dr Chien Raymond Hang Seng
I am Vice Chairman of Hang Seng Bank, I have Important Matter to Discuss with you concerning my late client. Died without a NEXT OF KIN. Send me your private email for full details information. email me at E-Mail: dray...@gmail.com Regards Mr.Fung