[PATCH 17/32] ARM: dts: omap3-gta04: add camera interface parallel port

2018-07-25 Thread H. Nikolaus Schaller
The GTA04 has an optional OV9655 camera (for which we do not yet have a driver upstream), but the ISP hardware connection description in the device tree is independent of that. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 20 1 file changed, 2

[PATCH 25/32] ARM: dts: omap3-gta04a5: fix model name

2018-07-25 Thread H. Nikolaus Schaller
GTA04 is the project name and Letux 2804 the product name. Report both. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index

[PATCH 20/32] ARM: dts: omap3-gta04: add devconf0 setup for mcbsp1 clock pins

2018-07-25 Thread H. Nikolaus Schaller
McBSP1 needs sepcial "pinctrl" for the clocks. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 935a2a707737..f6abdef55

[PATCH 22/32] ARM: dts: omap3-gta04a3: fix model name for A3 variant

2018-07-25 Thread H. Nikolaus Schaller
GTA04 is the project name and Letux 2804 the product name. Report both. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04a3.dts b/arch/arm/boot/dts/omap3-gta04a3.dts index

[PATCH 09/32] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot

2018-07-25 Thread H. Nikolaus Schaller
Vendor defined U-Boot has changed the partition scheme a while ago: * kernel partition 6MB * file system partition uses the remainder up to end of the NAND * increased size of the environment partition (to get an OneNAND compatible base address) * shrink the U-Boot partition Let's be compatible

[PATCH 19/32] ARM: dts: omap3-gta04: add mcbsp (audio subsystem) pinmux

2018-07-25 Thread H. Nikolaus Schaller
GTA04 audio system makes use of all four McBSP ports, so set up proper pinmux. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 39 ++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boo

[PATCH 08/32] ARM: dts: omap3-gta04: add pinmux for bmp085 EOC interrupt

2018-07-25 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index c5549d528437..65f77a0b5dd4 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/ar

[PATCH 16/32] ARM: dts: omap3-gta04: map antenna detect GPIO to SW_LINEIN_INSERT key event

2018-07-25 Thread H. Nikolaus Schaller
GTA04 can detect presence/absence or plug-in of an external GPS antenna through a gpio. The best match for an event code is SW_LINEIN_INSERT. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/b

[PATCH 11/32] ARM: dts: omap3-gta04: keep vpll2 always on

2018-07-25 Thread H. Nikolaus Schaller
This is needed to make the display and venc work properly. Compare to omap3-beagle.dts. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi in

[PATCH 13/32] ARM: dts: omap3-gta04: add warning comment to vaux2 regulator

2018-07-25 Thread H. Nikolaus Schaller
vaux2 should remain always on since a higher potential at vio could potentially damage the itg3200 sensor. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm

[PATCH 18/32] ARM: dts: omap3-gta04: add camera pinmux

2018-07-25 Thread H. Nikolaus Schaller
ISP needs camera pinmux (which is referenced by the camera node). Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi in

[PATCH 14/32] ARM: dts: omap3-gta04: replace ti,non-removable with generic non-removable

2018-07-25 Thread H. Nikolaus Schaller
For a while the mmc core supports the generic non-removable property so that we do no longer need the ti-specific one. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.

[PATCH 07/32] ARM: dts: omap3-gta04: fix touchscreen tsc2007

2018-07-25 Thread H. Nikolaus Schaller
we fix penirq polarity, add penirq pinmux and touchscreen properties. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gt

[PATCH 12/32] ARM: dts: omap3-gta04: add a comment how to reference the tca6507 gpio

2018-07-25 Thread H. Nikolaus Schaller
Make clear how to use the wifi_reset since it is not obvious. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index ffea92543a47

[PATCH 15/32] ARM: dts: omap3-gta04: make use of input event include file and constants

2018-07-25 Thread H. Nikolaus Schaller
we can replace magic numbers by symbolic constants now. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 036a25afd003..5b

[PATCH 02/32] ARM: dts: omap3-gta04: fix some whitespace and tab style errors

2018-07-25 Thread H. Nikolaus Schaller
tab+space -> tab onlyfor /* GSM audio */ spaces -> tab for dss_dpi_pins Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi

[PATCH 01/32] ARM: dts: omap3-gta04: fix typo in backlight pins node name

2018-07-25 Thread H. Nikolaus Schaller
mn -> nm for backlight_pins Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index ac830b917776..9ad9cc62128e 100644 --- a/arch/a

[PATCH 10/32] ARM: dts: omap3-gta04: update gpmc NAND setup

2018-07-25 Thread H. Nikolaus Schaller
to better match omap3-beagle.dts (which was the basis of designing the GTA04). Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/oma

[PATCH 05/32] ARM: dts: omap3-gta04: add devconf1 setup for correct tvout pins

2018-07-25 Thread H. Nikolaus Schaller
The VENC with external OPA362 amplifier needs a special "pinmux" setup in DEVCONF1 (TVOUTBYPASS and TVOUTACEN). Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b

[PATCH 03/32] ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in other DTS files

2018-07-25 Thread H. Nikolaus Schaller
needed for device variants based on GTA04 board but with different display panel (driver). Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-

Re: [PATCH 01/10] mmc: tegra: Poll for calibration completion

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:29, Aapo Vienamo wrote: Implement polling with 10 ms timeout for automatic pad drive strength calibration. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/drivers/mmc

[PATCH v2] ARM: dma-mapping: always clear allocated buffers

2018-07-25 Thread YueHaibing
Sean Wang reported dma_zalloc_coherent doesn't work as expect on his armv7,the allocated mem is not zeroed.The reason is __alloc_from_pool doesn't honor __GFP_ZERO. As commit 6829e274a623 ("arm64: dma-mapping: always clear allocated buffers") has pointed out,buffers allocated by dma_alloc_coherent

Re: [PATCH 02/10] mmc: tegra: Set calibration pad voltage reference

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:34, Aapo Vienamo wrote: Configure the voltage reference used by the automatic pad drive strength calibration procedure. The value is a magic number from the TRM. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 14 -- 1 file changed, 12 insertions

Re: [PATCH v4 1/4] x86/boot: Add acpitb.h to help parse acpi tables

2018-07-25 Thread Baoquan He
On 07/24/18 at 04:36pm, Chao Fan wrote: > On Tue, Jul 24, 2018 at 02:02:57PM +0800, Baoquan He wrote: > >Hi chao, > > > >On 07/23/18 at 05:29pm, Chao Fan wrote: > >> In order to parse ACPI tables, reuse the head file linux/acpi.h, > >> so that the files in 'compressed' directory can read ACPI table

Re: [PATCH 03/10] mmc: tegra: Power on the calibration pad

2018-07-25 Thread Mikko Perttunen
Reviewed-by: Mikko Perttunen On 24.07.2018 17:34, Aapo Vienamo wrote: Automatic pad drive strength calibration is performed on a separate pad identical to the ones used for driving the actual bus. Power on the calibration pad during the calibration procedure and power it off afterwards to save

[PATCH v3] ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()

2018-07-25 Thread Tan Hu
We came across infinite loop in ipvs when using ipvs in docker env. When ipvs receives new packets and cannot find an ipvs connection, it will create a new connection, then if the dest is unavailable (i.e. IP_VS_DEST_F_AVAILABLE), the packet will be dropped sliently. But if the dropped packet is

Re: [PATCH v2] ARM: dma-mapping: always clear allocated buffers

2018-07-25 Thread YueHaibing
+CC Christoph Hellwig On 2018/7/25 15:07, YueHaibing wrote: > Sean Wang reported dma_zalloc_coherent doesn't work as expect on his > armv7,the allocated mem is not zeroed.The reason is __alloc_from_pool > doesn't honor __GFP_ZERO. > > As commit 6829e274a623 ("arm64: dma-mapping: always clear al

Re: [PATCH 04/10] mmc: tegra: Disable card clock during pad calibration

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:34, Aapo Vienamo wrote: Disable the card clock during automatic pad drive strength calibration and re-enable it aftewards. s/aftewards/afterwards/. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 27 +++ 1 file changed, 27 inserti

Re: [PATCH 05/10] dt-bindings: Add Tegra SDHCI pad pdpu offset bindings

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:34, Aapo Vienamo wrote: Add bindings documentation for pad pull up and pull down offset values to be programmed before executing automatic pad drive strength calibration. Signed-off-by: Aapo Vienamo --- .../bindings/mmc/nvidia,tegra20-sdhci.txt | 32 +

Re: Re: [PATCH v2] ipvs: fix race between ip_vs_conn_new() andip_vs_del_dest()

2018-07-25 Thread tan.hu
Thanks, patch-v3 has been sent. please check it again. > Hello, > > On Wed, 25 Jul 2018, Tan Hu wrote: > > > We came across infinite loop in ipvs when using ipvs in docker > > env. > > > > When ipvs receives new packets and cannot find an ipvs connection, > > it will create a new connection, the

Re: [PATCH 3/3] microblaze: add endianness options to LDFLAGS instead of LD

2018-07-25 Thread Michal Simek
On 3.7.2018 03:22, Masahiro Yamada wrote: > With the recent syntax extension, Kconfig is now able to evaluate the > compiler / toolchain capability. > > However, accumulating flags to 'LD' is not compatible with the way > it works; 'LD' must be passed to Kconfig to call $(ld-option,...) > from Kco

[PATCH v2] perf build: Build error in libbpf with EXTRA_CFLAGS="-Wp,-D_FORTIFY_SOURCE=2 -O2"

2018-07-25 Thread Thomas Richter
commit a5b8bd47dcc57 ("bpf tools: Collect eBPF programs from their own sections") causes a compiler error when building the perf tool in the linux-next tree. I compile it using a FEDORA 28 installation, my gcc compiler version: gcc (GCC) 8.0.1 20180324 (Red Hat 8.0.1-0.20) The file that causes t

Re: [PATCH 06/10] mmc: tegra: Program pad autocal offsets from dt

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:34, Aapo Vienamo wrote: Parse the pad drive strength calibration offsets from the device tree. Program the calibration offsets in accordance with the current signaling mode. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 147 +

no public email address excluding Gmail

2018-07-25 Thread 张宁
Hi, everyone I notice each developer in this email list has a company email address or Gmail, or maybe selfhosted email. last night I have tried my outlook.com, yahoo.com, QQ.com email, all of them are rejected by mechine. I'm new to this community, don't know the history, could someone spend so

Re: [PATCH 09/10] mmc: tegra: Perform pad calibration after voltage switch

2018-07-25 Thread Mikko Perttunen
On 24.07.2018 17:34, Aapo Vienamo wrote: Run the automatic pad calibration after voltage switching if tegra_host->pad_calib_required is set. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mmc/host/sdhci-tegra

Re: [PATCH v6 13/18] wireless/lib80211: Convert from ahash to shash

2018-07-25 Thread Johannes Berg
On Tue, 2018-07-24 at 09:49 -0700, Kees Cook wrote: > In preparing to remove all stack VLA usage from the kernel[1], this > removes the discouraged use of AHASH_REQUEST_ON_STACK in favor of > the smaller SHASH_DESC_ON_STACK by converting from ahash-wrapped-shash > to direct shash. By removing a lay

Re: [PATCH] mtd: nand: fix spelling in driver api documentation

2018-07-25 Thread Miquel Raynal
Hi Jonathan, Boris Brezillon wrote on Mon, 23 Jul 2018 18:19:15 +0200: > Hi Jonathan, > > On Mon, 23 Jul 2018 09:39:24 -0600 > Jonathan Corbet wrote: > > > On Fri, 20 Jul 2018 09:53:33 +0200 > > Marcel Ziswiler wrote: > > > > > From: Marcel Ziswiler > > > > > > This fixes some spelling

[PATCH] mips/mm/mmap: fix the wrong return value from syscall mmap() on mips architecture

2018-07-25 Thread Yang Yi
According to the latest POSIX standard defined in IEEE Std 1003.1-2017, the errno should be set to ENOMEM instead of EINVAL when mmap into high region address which exceeds the address boundary of a process. The corresponding description of IEEE Std 1003.1-2017 is as follows: ERRORS The

Re: [RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property

2018-07-25 Thread Bartosz Golaszewski
2018-07-25 5:20 GMT+02:00 : > From: Alan Chiang > > Currently the only way to use a variant of a supported model with > a different address with a different address width is to define a There's some copy-paste problem here. I fixed it. > new compatible string and the corresponding chip data str

[PATCH v4 1/3] Input: edt-ft5x06 - Add support for regulator

2018-07-25 Thread Mylène Josserand
Add the support of regulator to use it as VCC source. Signed-off-by: Mylène Josserand Reviewed-by: Rob Herring --- .../bindings/input/touchscreen/edt-ft5x06.txt | 1 + drivers/input/touchscreen/edt-ft5x06.c | 43 ++ 2 files changed, 44 insertions(+) diff -

[PATCH v4 0/3] sun8i-a83t: Add touchscreen support on TBS A711

2018-07-25 Thread Mylène Josserand
Hello everyone, This is a V4 of the patch series that adds touchscreen support (FocalTech EDT-FT5x06 Polytouch) for TBS A711 (Allwinner sun8i-a83t SoC) and add regulator support for this touchscreen. Based on last master of linux-input tree. Changes since v3: - Created a new function to disabl

[PATCH v4 2/3] Input: edt-ft5x06 - Set wake/reset values on resume/suspend

2018-07-25 Thread Mylène Josserand
On resume and suspend, set the value of wake and reset gpios to be sure that we are in a know state after suspending/resuming. Signed-off-by: Mylène Josserand --- drivers/input/touchscreen/edt-ft5x06.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/input/touchscreen/ed

[PATCH v4 3/3] arm: dts: sun8i: a83t: a711: Add touchscreen node

2018-07-25 Thread Mylène Josserand
Tha A711 tablet has a FocalTech EDT-FT5x06 Polytouch touchscreen. It is connected via I2C0. The reset line is PD5, the interrupt line is PL7 and the VCC supply is the ldo_io0 regulator. Signed-off-by: Mylène Josserand --- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 16 1 file ch

[PATCH v4] backlight: pwm_bl: Fix uninitialized variable

2018-07-25 Thread Daniel Thompson
Currently, if the DT does not define num-interpolated-steps then num_steps is undefined and the interpolation code will deploy randomly. Fix with a simple initialize to zero. Fixes: 573fe6d1c25c ("backlight: pwm_bl: Linear interpolation between brightness-levels") Reported-by: Marcel Ziswiler Si

Re: your mail

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 01:22:07AM +0300, Georgios Tsotsos wrote: > Date: Wed, 25 Jul 2018 01:18:58 +0300 > Subject: [PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied. > > Hello, Somehow your subject here got messed up and put in the bod of the email. Not a big deal this time, but

Re: [PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives

2018-07-25 Thread Alexandre Ghiti
Hi Paul, Thanks for having tested it, I remove mips from my list. Thanks again, Alex On 07/25/2018 02:34 AM, Paul Burton wrote: Hi Alexandre, On Thu, Jul 05, 2018 at 11:07:05AM +, Alexandre Ghiti wrote: In order to reduce copy/paste of functions across architectures and then make riscv

Re: [PATCH] [PATCH] mm: disable preemption before swapcache_free

2018-07-25 Thread Michal Hocko
On Wed 25-07-18 14:37:58, zhaowu...@wingtech.com wrote: [...] > Change-Id: I36d9df7ccff77c589b7157225410269c675a8504 What is this? > Signed-off-by: zhaowuyun > --- > mm/vmscan.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/mm/vmscan.c b/mm/vmscan.c > index 2740973..acede002

Re: [PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 01:22:12AM +0300, Georgios Tsotsos wrote: > Signed-off-by: Georgios Tsotsos > --- > drivers/staging/octeon-usb/octeon-hcd.h | 1 + > 1 file changed, 1 insertion(+) Two different 4/4 patches in the same series? How did you create these? greg k-h

Re: [PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier for header file

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 01:22:11AM +0300, Georgios Tsotsos wrote: > Signed-off-by: Georgios Tsotsos > --- I can not take patches without any changelog text, sorry :(

Re: [PATCH 1/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 01:22:08AM +0300, Georgios Tsotsos wrote: > Signed-off-by: Georgios Tsotsos > --- > drivers/staging/octeon-usb/octeon-hcd.c | 1 + > 1 file changed, 1 insertion(+) Again, no changelog :( Please fix this series up and resend. thanks, greg k-h

[PATCH] xen/blkfront: remove unused macros

2018-07-25 Thread Juergen Gross
Remove some macros not used anywhere. Signed-off-by: Juergen Gross --- drivers/block/xen-blkfront.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index b5cedccb5d7d..94300dbe358b 100644 --- a/drivers/block/xen-blkfront.c +++ b

Re: [PATCH V7 1/5] mmc: sdhci: Add support for O2 eMMC HS200 mode

2018-07-25 Thread Adrian Hunter
On 16/07/18 09:26, ernest.zhang wrote: > When use eMMC as boot device, the eMMC signaling voltage is tied to 1.8v > fixed output voltage, bios can set o2 sd host controller PCI configuration > register 0x308 bit4 to 1 to let driver skip 3.3v signaling voltage and > direct use 1.8v singling voltage

Re: [PATCH 4.17 00/63] 4.17.10-stable review

2018-07-25 Thread Greg Kroah-Hartman
On Tue, Jul 24, 2018 at 08:58:35AM -0700, Guenter Roeck wrote: > On Mon, Jul 23, 2018 at 02:24:06PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.17.10 release. > > There are 63 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH V7 2/5] mmc: sdhci: Change O2 Host HS200 mode clock frequency to 200MHz

2018-07-25 Thread Adrian Hunter
On 16/07/18 09:26, ernest.zhang wrote: > O2 SD Host HS200 mode clock frequency current is 208MHz, should be changed > to 200MHz to meet specification. > > Signed-off-by: ernest.zhang You left in the misleading comment. Fix that and add: Acked-by: Adrian Hunter > --- > Change in V7: > C

Re: [PATCH V7 3/5] mmc: sdhci: Export sdhci tuning function symbol

2018-07-25 Thread Adrian Hunter
On 16/07/18 09:26, ernest.zhang wrote: > Export sdhci tuning function symbols which are used by other SD Host > controller driver modules. > > Signed-off-by: ernest.zhang Acked-by: Adrian Hunter > --- > Changes in V7: > Export sdhci tuning function symbols > > Changes in V1~V6 > N

Re: [PATCH V7 5/5] mmc: sdhci: Add MSI interrupt support for O2 SD host

2018-07-25 Thread Adrian Hunter
On 16/07/18 09:26, ernest.zhang wrote: > Add MSI interrupt support if the SD host device can support MSI interrupt. > > Signed-off-by: ernest.zhang Acked-by: Adrian Hunter > --- > Changes in V7: > N/A > > Changes in V6: > 1. Move change log to correct place. > 2. Reduce unne

Re: [PATCH V7 4/5] mmc: sdhci: Add support for O2 hardware tuning

2018-07-25 Thread Adrian Hunter
On 16/07/18 09:26, ernest.zhang wrote: > Add hardware tuning function instead of software tuning because O2/Bayhub > SD host controller support hardware tuning. > > Signed-off-by: ernest.zhang Acked-by: Adrian Hunter > --- > Changes in V7: > Move V6 change item 1 to a seperate patch. >

Re: [PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied.

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 01:38:49AM +0300, Georgios Tsotsos wrote: > Hello, > > Previously patches were sent with wrong cover format, please ignore. > > I am sending four patches which trying to resolve TODO list requirements > no 45 about octeon-usb. > There are SPDX licence additions on c and

[PATCH 3/7] thunderbolt: Do not unnecessarily call ICM get route

2018-07-25 Thread Mika Westerberg
This command is not really fast and can make resume time slower. We only need to get route again if the link was changed and during initial device connected message. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/icm.c | 35 ++- 1 file changed, 26 insertio

[PATCH 2/7] thunderbolt: Use 64-bit DMA mask if supported by the platform

2018-07-25 Thread Mika Westerberg
PCI defaults to 32-bit DMA mask but this device is capable of full 64-bit addressing, so make sure we first try 64-bit DMA mask before falling back to the default 32-bit. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/nhi.c | 8 1 file changed, 8 insertions(+) diff --git a/driv

[PATCH 5/7] thunderbolt: Use correct ICM commands in system suspend

2018-07-25 Thread Mika Westerberg
The correct way to put the ICM into suspend state is to send it NHI_MAILBOX_DRV_UNLOADS mailbox command. NHI_MAILBOX_SAVE_DEVS is not needed on Intel Titan Ridge so we can skip it. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/icm.c | 18 +- 1 file changed, 13 insertions

[PATCH 0/7] thunderbolt: Changes for v4.19 merge window

2018-07-25 Thread Mika Westerberg
Hi Greg, Please pull Thunderbolt changes for v4.19 merge window. This adds runtime PM support for the Thunderbolt driver to save energy in recent systems where the controller is present all the time. In addition there is a fix for a typo in variable name and a removal of an unused variable. I've

[PATCH 7/7] thunderbolt: Remove redundant variable 'approved'

2018-07-25 Thread Mika Westerberg
From: Colin Ian King Variable 'approved' is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'approved' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King Signed-off-by: Mika Westerberg --- drivers/t

Re: [PATCH v4] backlight: pwm_bl: Fix uninitialized variable

2018-07-25 Thread Lee Jones
On Wed, 25 Jul 2018, Daniel Thompson wrote: > Currently, if the DT does not define num-interpolated-steps then > num_steps is undefined and the interpolation code will deploy randomly. > Fix with a simple initialize to zero. > > Fixes: 573fe6d1c25c ("backlight: pwm_bl: Linear interpolation betwee

[PATCH 1/7] thunderbolt: Fix small typo in variable name

2018-07-25 Thread Mika Westerberg
From: Nathan Ciobanu Fixes small variable name typo and the associated checkpatch spelling warning. Signed-off-by: Nathan Ciobanu Signed-off-by: Mika Westerberg --- drivers/thunderbolt/tb_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/tb_regs.h

[PATCH 6/7] thunderbolt: Add support for runtime PM

2018-07-25 Thread Mika Westerberg
When Thunderbolt host controller is set to RTD3 mode (Runtime D3) it is present all the time. Because of this it is important to runtime suspend the controller whenever possible. In case of ICM we have following rules which all needs to be true before the host controller can be put to D3: - The

[PATCH 4/7] thunderbolt: No need to take tb->lock in domain suspend/complete

2018-07-25 Thread Mika Westerberg
If the connection manager implementation needs to touch the domain structures it ought to take the lock itself. Currently only ICM implements these hooks and it does not need the lock because we there will be no notifications before driver ready message is sent to it. Signed-off-by: Mika Westerber

Re: [PATCH v2] n_tty: Protect tty->disc_data using refcount.

2018-07-25 Thread Greg KH
On Wed, Jul 25, 2018 at 12:22:16AM +0900, Tetsuo Handa wrote: > >From 118c64e86641a97d44dec39e313a95b12d9bc3b2 Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Wed, 25 Jul 2018 00:15:18 +0900 > Subject: [PATCH v2] n_tty: Protect tty->disc_data using refcount. > > syzbot is reporting NULL poi

Re: [PATCH 09/32] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 08:58:41AM +0200, H. Nikolaus Schaller wrote: > Vendor defined U-Boot has changed the partition scheme a while ago: > > * kernel partition 6MB > * file system partition uses the remainder up to end of the NAND > * increased size of the environment partition (to get an OneNA

Re: [PATCH 10/32] ARM: dts: omap3-gta04: update gpmc NAND setup

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 08:58:42AM +0200, H. Nikolaus Schaller wrote: > to better match omap3-beagle.dts (which was the basis > of designing the GTA04). > > Signed-off-by: H. Nikolaus Schaller > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 14 +++--- > 1 file changed, 7 insertions(+), 7 de

Re: [PATCH v3 1/9] drm/exynos: rename "bridge_node" to "mic_bridge_node"

2018-07-25 Thread Andrzej Hajda
On 24.07.2018 09:49, Inki Dae wrote: > Hi, > > 2018년 06월 19일 17:19에 Maciej Purski 이(가) 쓴 글: >> When adding support for peripheral out bridges, the "bridge" name >> becomes imprecise as it refers to a different device than the >> "out_bridge". > Could you give me more details? I'm afriad that I don'

Re: [PATCH 20/32] ARM: dts: omap3-gta04: add devconf0 setup for mcbsp1 clock pins

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 08:58:52AM +0200, H. Nikolaus Schaller wrote: > McBSP1 needs sepcial "pinctrl" for the clocks. Nit: "special" perhaps? > Signed-off-by: H. Nikolaus Schaller > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 18 ++ > 1 file changed, 18 insertions(+) > > diff -

Re: [PATCH v3 1/9] drm/exynos: rename "bridge_node" to "mic_bridge_node"

2018-07-25 Thread Inki Dae
2018년 07월 25일 17:11에 Andrzej Hajda 이(가) 쓴 글: > On 24.07.2018 09:49, Inki Dae wrote: >> Hi, >> >> 2018년 06월 19일 17:19에 Maciej Purski 이(가) 쓴 글: >>> When adding support for peripheral out bridges, the "bridge" name >>> becomes imprecise as it refers to a different device than the >>> "out_bridge".

Re: [PATCH 7/7] arm64: dts: tegra210-p2597: Remove no-1-8-v from sdmmc1

2018-07-25 Thread Aapo Vienamo
On Wed, 25 Jul 2018 09:58:37 +0300 Mikko Perttunen wrote: > Looks like patch 6 will probably cause tegra-sdhci to start advertising > faster modes (see " if (!IS_ERR(host->mmc->supply.vqmmc))" in > sdhci-tegra.c). With that patch and this, will the SDHCI core start to > try putting us into the

Re: [PATCH 10/32] ARM: dts: omap3-gta04: update gpmc NAND setup

2018-07-25 Thread H. Nikolaus Schaller
Hi, > Am 25.07.2018 um 10:10 schrieb Ladislav Michl : > > On Wed, Jul 25, 2018 at 08:58:42AM +0200, H. Nikolaus Schaller wrote: >> to better match omap3-beagle.dts (which was the basis >> of designing the GTA04). >> >> Signed-off-by: H. Nikolaus Schaller >> --- >> arch/arm/boot/dts/omap3-gta04.

Re: [PATCH 6/7] thunderbolt: Add support for runtime PM

2018-07-25 Thread Greg Kroah-Hartman
On Wed, Jul 25, 2018 at 11:03:20AM +0300, Mika Westerberg wrote: > When Thunderbolt host controller is set to RTD3 mode (Runtime D3) it is > present all the time. Because of this it is important to runtime suspend > the controller whenever possible. In case of ICM we have following rules > which al

Re: [PATCH 09/32] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 10:07 schrieb Ladislav Michl : > > On Wed, Jul 25, 2018 at 08:58:41AM +0200, H. Nikolaus Schaller wrote: >> Vendor defined U-Boot has changed the partition scheme a while ago: >> >> * kernel partition 6MB >> * file system partition uses the remainder up to end of the NAND >>

Re: [PATCH 20/32] ARM: dts: omap3-gta04: add devconf0 setup for mcbsp1 clock pins

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 10:12 schrieb Ladislav Michl : > > On Wed, Jul 25, 2018 at 08:58:52AM +0200, H. Nikolaus Schaller wrote: >> McBSP1 needs sepcial "pinctrl" for the clocks. > > Nit: "special" perhaps? Thanks! Seems to be missing in the spell checker of checkpatch (or I didn't notice the mess

Re: [PATCH 32/32] ARM: dts: omap3-gta04a5one: define GTA04A5 variant with OneNAND

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 08:59:04AM +0200, H. Nikolaus Schaller wrote: > GTA04A5 has been produced with MCP chips either with > 512MB RAM + 512MB NAND > 512MB RAM + 1024MB NAND > 1024MB RAM + 512MB OneNAND > > RAM setup is done by U-Boot (MLO/SPL) but OneNAND needs > a different setup of the GP

Re: Re: [PATCH] [PATCH] mm: disable preemption before swapcache_free

2018-07-25 Thread Michal Hocko
[Please do not top post - thank you] [CC Hugh - the original patch was http://lkml.kernel.org/r/2018072514375722198...@wingtech.com] On Wed 25-07-18 15:57:55, zhaowu...@wingtech.com wrote: > That is a BUG we found in mm/vmscan.c at KERNEL VERSION 4.9.82 The code is quite similar in the current t

Re: [Letux-kernel] [PATCH 09/32] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 10:18 schrieb H. Nikolaus Schaller : > > >> Am 25.07.2018 um 10:07 schrieb Ladislav Michl : >> >> On Wed, Jul 25, 2018 at 08:58:41AM +0200, H. Nikolaus Schaller wrote: >>> Vendor defined U-Boot has changed the partition scheme a while ago: >>> >>> * kernel partition 6MB >>>

Re: [PATCH 10/32] ARM: dts: omap3-gta04: update gpmc NAND setup

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 10:16:28AM +0200, H. Nikolaus Schaller wrote: > Hi, > > > Am 25.07.2018 um 10:10 schrieb Ladislav Michl : > > > > On Wed, Jul 25, 2018 at 08:58:42AM +0200, H. Nikolaus Schaller wrote: > >> to better match omap3-beagle.dts (which was the basis > >> of designing the GTA04).

Re: [PATCH V5 3/3] PCI: Mask and unmask hotplug interrupts during reset

2018-07-25 Thread poza
On 2018-07-21 11:37, Sinan Kaya wrote: On 7/20/2018 7:58 PM, Sinan Kaya wrote: We need to figure out how to gracefully return inside hotplug driver if link down happened and there is an error pending. How about adding the following into the hotplug ISR? 1. check if firmware first is disabled

Re: [PATCH 32/32] ARM: dts: omap3-gta04a5one: define GTA04A5 variant with OneNAND

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 10:20 schrieb Ladislav Michl : > > On Wed, Jul 25, 2018 at 08:59:04AM +0200, H. Nikolaus Schaller wrote: >> GTA04A5 has been produced with MCP chips either with >> 512MB RAM + 512MB NAND >> 512MB RAM + 1024MB NAND >> 1024MB RAM + 512MB OneNAND >> >> RAM setup is done by U-B

Re: [PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 08:40 schrieb Kalle Valo : > > "H. Nikolaus Schaller" writes: > >> wl1271_warning() already appends a \n to the format, >> so adding one to the warning string gives empty lines in the log. >> >> Signed-off-by: H. Nikolaus Schaller > > "drivers: net:" in the title is unnec

Re: [PATCH 09/32] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot

2018-07-25 Thread Ladislav Michl
On Wed, Jul 25, 2018 at 10:18:28AM +0200, H. Nikolaus Schaller wrote: > > > Am 25.07.2018 um 10:07 schrieb Ladislav Michl : > > > > On Wed, Jul 25, 2018 at 08:58:41AM +0200, H. Nikolaus Schaller wrote: > >> Vendor defined U-Boot has changed the partition scheme a while ago: > >> > >> * kernel pa

[PATCH] KVM: x86: Skip pae_root shadow allocation if tdp enabled

2018-07-25 Thread Liang Chen
Considering the fact that the pae_root shadow is not needed when tdp is in use, skip the pae_root shadow page allocation to allow mmu creation even not being able to obtain memory from DMA32 zone when particular cgroup cpuset.mems or mempolicy control is applied. Signed-off-by: Liang Chen --- ar

[PATCH] arm64: Check for errata before evaluating cpu features

2018-07-25 Thread Dirk Mueller
Since commit d3aec8a28be3b8 ("arm64: capabilities: Restrict KPTI detection to boot-time CPUs") we rely on errata flags being already populated during feature enumeration. The order of errata and features was flipped as part of commit ed478b3f9e4a ("arm64: capabilities: Group handling of features an

Re: [PATCH 2/7] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-07-25 Thread Aapo Vienamo
On Wed, 25 Jul 2018 09:41:05 +0300 Mikko Perttunen wrote: > On 20.07.2018 15:45, Aapo Vienamo wrote: > > Parse the pinctrl states from the device tree and implement pad voltage > > state reconfiguration in the mmc start_signal_voltage_switch() callback. > > This is done in the mmc callback becaus

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-25 Thread Peter Zijlstra
On Wed, Jul 25, 2018 at 08:30:03AM +0800, jiang.bi...@zte.com.cn wrote: > I do find some(very few) Co-Authored-by in git logs, and we'll try to avoid > using that. Sometimes little patches may include much background work of > different people.:) I sometimes use Debugged-by: to attribute the some

Re: VM boot failure on nodes not having DMA32 zone

2018-07-25 Thread Liang C
Thank you very much for the quick reply and confirmation! I just made and submitted a patch according to your advice. Thanks, Liang On Wed, Jul 25, 2018 at 2:05 AM, Paolo Bonzini wrote: > On 24/07/2018 09:53, Liang C wrote: >> Hi, >> >> We have a situation where our qemu processes need to be la

Re: [PATCH v2 6/6] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case

2018-07-25 Thread Vitaly Kuznetsov
Paolo Bonzini writes: > On 21/06/2018 14:30, Vitaly Kuznetsov wrote: >> +static __always_inline bool evmcs_needs_write(struct vcpu_vmx *vmx, >> + u16 clean_field) >> +{ >> +if (vmx->nested.dirty_vmcs12) >> +return true; > > Why is this need

Re: [PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-25 Thread Kalle Valo
"H. Nikolaus Schaller" writes: >> Am 25.07.2018 um 08:40 schrieb Kalle Valo : >> >> "H. Nikolaus Schaller" writes: >> >>> wl1271_warning() already appends a \n to the format, >>> so adding one to the warning string gives empty lines in the log. >>> >>> Signed-off-by: H. Nikolaus Schaller >>

Re: [PATCH 01/28] ARM: tegra: apalis_t30: enable broken-hpi on emmc

2018-07-25 Thread Marcel Ziswiler
On Tue, 2018-07-24 at 17:55 +0300, Dmitry Osipenko wrote: > On Tuesday, 24 July 2018 17:26:58 MSK Marcel Ziswiler wrote: > > On Tue, 2018-07-24 at 17:03 +0300, Dmitry Osipenko wrote: > > > > > On Sunday, 22 July 2018 19:49:09 MSK Marcel Ziswiler wrote: > > > > > > > From: Marcel Ziswiler > > > >

Re: [PATCH 6/7] thunderbolt: Add support for runtime PM

2018-07-25 Thread Mika Westerberg
On Wed, Jul 25, 2018 at 10:17:01AM +0200, Greg Kroah-Hartman wrote: > On Wed, Jul 25, 2018 at 11:03:20AM +0300, Mika Westerberg wrote: > > When Thunderbolt host controller is set to RTD3 mode (Runtime D3) it is > > present all the time. Because of this it is important to runtime suspend > > the con

Re: [PATCH 1/3] i3c: master: Add driver for Synopsys DesignWare IP

2018-07-25 Thread Vitor Soares
Hi Andy, Às 4:35 PM de 7/21/2018, Andy Shevchenko escreveu: > On Fri, Jul 20, 2018 at 11:57 PM, Vitor soares > wrote: >> This patch add driver for Synopsys DesignWare IP on top of >> I3C subsystem patchset proposal V6 > Some of comments below related to style. > But unaligned helpers I think is

[PATCH] mmc: tmio: remove unneeded variable in tmio_mmc_start_command()

2018-07-25 Thread Masahiro Yamada
Pass TMIO_MASK_CMD to tmio_mmc_enable_mmc_irqs() directly, and remove the variable, irq_mask. Signed-off-by: Masahiro Yamada --- drivers/mmc/host/tmio_mmc_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_co

[PATCH v2 6/7] thunderbolt: Add support for runtime PM

2018-07-25 Thread Mika Westerberg
When Thunderbolt host controller is set to RTD3 mode (Runtime D3) it is present all the time. Because of this it is important to runtime suspend the controller whenever possible. In case of ICM we have following rules which all needs to be true before the host controller can be put to D3: - The

Spende für Sie

2018-07-25 Thread Ricardo Daniel Vieta
Schönen Tag, Mein Name ist Mavis Wanczyk, der Gewinner des Power-Ball-Jackpots im August 2017, 758,7 Millionen US-Dollar. Ich und meine Familie haben beschlossen, jedem glücklichen Menschen auf der ganzen Welt 5 Millionen US-Dollar auszugeben. Kontaktieren Sie mich über E-Mail: maviswanczyk12

Re: [PATCH] arm64: Check for errata before evaluating cpu features

2018-07-25 Thread Suzuki K Poulose
On 07/25/2018 09:35 AM, Dirk Mueller wrote: Since commit d3aec8a28be3b8 ("arm64: capabilities: Restrict KPTI detection to boot-time CPUs") we rely on errata flags being already populated during feature enumeration. The order of errata and features was flipped as part of commit ed478b3f9e4a ("arm6

<    1   2   3   4   5   6   7   8   9   10   >