RE: [PATCH 2/2] spi: spi-fsl-dspi: Fix support for XSPI transport mode

2018-09-29 Thread Chuanhua Han
> -Original Message- > From: Esben Haabendal On Behalf Of Esben > Haabendal > Sent: 2018年9月29日 22:56 > To: Chuanhua Han > Cc: broo...@kernel.org; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org; boris.brezil...@bootlin.com > Subject: Re: [PATCH 2/2] spi: spi-fsl-dspi: Fix supp

[PATCH 08/11] ALSA: hda/ca0132 - Add ZxR input/output select commands

2018-09-29 Thread Connor McAdams
This patch adds commands for selecting input and output on the Sound Blaster ZxR. The ZxR has no front panel header, and has line-in on the separate daughter board, so it only does rear-mic. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 25 + 1 file cha

[PATCH 01/11] ALSA: hda/ca0132 - Fix AE-5 control type

2018-09-29 Thread Connor McAdams
This patch corrects the control type of the additional AE-5 controls added in a previous patch from HDA_INPUT to HDA_OUTPUT. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound

[PATCH 00/11] Add ZxR support + bugfixes

2018-09-29 Thread Connor McAdams
This patch series adds support for the Sound Blaster ZxR, as well as a few bug fixes. This should be the last ca0132 based Creative card that needed support to be added. Also, I did check to make sure each patch compiles properly this time, but you can check yourself just to be sure. :) Connor Mc

[PATCH 04/11] ALSA: hda/ca0132 - Add ZxR pincfg

2018-09-29 Thread Connor McAdams
This patch adds a pincfg for the ZxR, and defines which pins are used for both. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 50 1 file changed, 50 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca01

[PATCH 09/11] ALSA: hda/ca0132 - Remove input select enum for ZxR

2018-09-29 Thread Connor McAdams
This patch removes the input select control for the ZxR, as it only has one input option, rear microphone. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/h

[PATCH 02/11] ALSA: hda/ca0132 - Fix surround sound with output effects

2018-09-29 Thread Connor McAdams
This patch fixes an issue where if surround sound was the selected output and output effects were enabled, the sound wasn't sent to all channels correctly. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) d

[PATCH 03/11] ALSA: hda/ca0132 - Add ZxR quirks + new quirk check function

2018-09-29 Thread Connor McAdams
This patch adds quirk ID's for the ZxR and it's daughter board, the DBPro. It also adds a function for determining the quirk for each board through HDA subsytem ID's instead of PCI subsystem ID's. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 28 1

[PATCH 11/11] ALSA: hda/ca0132 - Add ZxR exit commands

2018-09-29 Thread Connor McAdams
This patch adds exit operations for the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 33 + 1 file changed, 33 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 90e6a96..b098504 1006

[PATCH 06/11] ALSA: hda/ca0132 - Add ZxR init commands

2018-09-29 Thread Connor McAdams
This patch adds init commands for the main Sound Blaster ZxR card. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index a543b23..6e48c3d

[PATCH 10/11] ALSA: hda/ca0132 - Add ZxR 600 ohm gain control

2018-09-29 Thread Connor McAdams
This patch adds a control for 600 ohm gain on the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch

[PATCH 07/11] ALSA: hda/ca0132 - Add ZxR DSP post-download commands

2018-09-29 Thread Connor McAdams
This patch adds commands for setting up the ZxR after the DSP is downloaded. The ZxR already shares most of the post-download commands from the regular Sound Blaster Z. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 37 - 1 file changed, 24 i

[PATCH 05/11] ALSA: hda/ca0132 - Add DBpro hda_codec_ops

2018-09-29 Thread Connor McAdams
This patch adds separate hda_codec_ops for the DBPro daughter board, as it behaves more like a generic HDA codec than the other ca0132 cards, despite having a ca0132 on board. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 100 +++ 1 file

Re: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Shawn Guo
On Fri, Sep 28, 2018 at 09:07:28AM +, Anson Huang wrote: > Hi, Shawn > > Anson Huang > Best Regards! > > > > -Original Message- > > From: Shawn Guo > > Sent: Friday, September 28, 2018 4:45 PM > > To: Anson Huang > > Cc: robh...@kernel.org; mark.rutl...@arm.com; s.ha...@pengutronix

RE: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
Hi, Shawn Anson Huang Best Regards! > -Original Message- > From: Shawn Guo > Sent: Sunday, September 30, 2018 11:06 AM > To: Anson Huang > Cc: robh...@kernel.org; mark.rutl...@arm.com; s.ha...@pengutronix.de; > ker...@pengutronix.de; Fabio Estevam ; > li...@armlinux.org.uk; mturque...@

[LKP] [posix] 25217c6e39: BUG:KASAN:null-ptr-deref_in_c

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-4.9): commit: 25217c6e39560eeadb338e0140ee215410200b67 ("[RFC 13/20] posix-timers/timens: Take into account clock offsets") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in testcase:

[LKP] [rcutorture] 5aa56a54ce: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-7): commit: 5aa56a54ce92761e974f93592f69b75b8c2398a8 ("rcutorture: Add call_rcu() flooding forward-progress tests") https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git dev in testcase: trinity with following parameters:

[LKP] [timens] 3cc8de9dcb: RIP:posix_get_boottime

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-6): commit: 3cc8de9dcbe53955edcc65122f169666b4f6cbd9 ("[RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in testcase: boot on test

[PATCH V3 3/3] ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support

2018-09-29 Thread Anson Huang
i.MX6ULZ is new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2; - ADC1; - TSC; This patch adds support for i.MX6ULZ and i.MX6ULZ 14x14 EVK board

[PATCH V3 0/3] Add i.MX6ULZ SoC support

2018-09-29 Thread Anson Huang
This patch set adds i.MX6ULZ SoC support, i.MX6ULZ is a new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2;

[PATCH V3 1/3] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
The i.MX 6ULZ processor is a high-performance, ultra cost-efficient consumer Linux processor featuring an advanced implementation of a single Arm® Cortex®-A7 core, which operates at speeds up to 900 MHz. This patch adds basic MSL support for i.MX6ULZ, the i.MX6ULZ has same soc_id as i.MX6ULL, and

[PATCH V3 2/3] dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board

2018-09-29 Thread Anson Huang
This patch adds compatible for i.MX6ULZ 14x14 EVK board. Signed-off-by: Anson Huang --- changes since V2: Add "fsl,imx6ull" according to dts change. Documentation/devicetree/bindings/arm/fsl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm

Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138

2018-09-29 Thread Florian Fainelli
On September 29, 2018 7:35:14 PM PDT, Jens Axboe wrote: >On 9/29/18 2:56 AM, Tejun Heo wrote: >> On Fri, Sep 28, 2018 at 03:41:23PM -0700, Florian Fainelli wrote: >>> On 09/25/2018 09:12 AM, Florian Fainelli wrote: On 09/24/2018 11:19 PM, Kishon Vijay Abraham I wrote: > On Friday 21 Se

Re: [PATCH 1/3] namei: implement O_BENEATH-style AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Aleksa Sarai wrote: > * AT_XDEV: Disallow mount-point crossing (both *down* into one, or *up* > from one). The primary "scoping" use is to blocking resolution that > crosses a bind-mount, which has a similar property to a symlink (in > the way that it allows for escape from th

Re: [PATCH 0/3] namei: implement various scoping AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Christian Brauner wrote: > > Currently I've only enabled these for openat(2) and the stat(2) family. > > I would hope we could enable it for basically every *at(2) syscall -- > > but many of them appear to not have a @flags argument and thus we'll > > need to add several new syscall

Re: [PATCH v2] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.19-rc5 next-20180928] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/c

Re: [RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)

2018-09-29 Thread Boris Brezillon
Hi Lukasz, On Sat, 29 Sep 2018 23:02:40 +0200 Lukasz Majewski wrote: > > Talking about that, can you try to port your fixes on top of Frieder's > > patchset? I'm pretty sure some bug fixes are irrelevant after the > > migration to spi-mem (patch 1, 3, 4, 5, 6, 7 and 9 should be dropped I > > thi

Re: [PATCH 1/3] userfaultfd: selftest: cleanup help messages

2018-09-29 Thread Peter Xu
On Sat, Sep 29, 2018 at 01:28:12PM +0300, Mike Rapoport wrote: [...] > > +const char *examples = > > +"# 100MiB 9 bounces\n" > > +"./userfaultfd anon 100 9\n" > > +"\n" > > +"# 1GiB 99 bounces\n" > > +"./userfaultfd anon 1000 99\n" > > +"\n" > > +"# 10MiB-~6GiB

<    1   2   3   4