Re: [PATCH] cpufreq: intel_pstate: Limit the scope of HWP dynamic boost platforms

2018-07-31 Thread Mel Gorman
On Mon, Jul 30, 2018 at 03:00:29PM -0700, Srinivas Pandruvada wrote: > Dynamic boosting of HWP performance on IO wake showed significant > improvement to IO workloads. This series was intended for Skylake Xeon > platforms only and feature was enabled by default based on CPU model > number. > > But

Re: [PATCH] PCI: let pci_request_irq properly deal with threaded interrupts

2018-07-31 Thread Russell King - ARM Linux
On Tue, Jul 31, 2018 at 12:50:21AM +0200, Thomas Gleixner wrote: > On Mon, 30 Jul 2018, Bjorn Helgaas wrote: > > > [+cc maintainers of possibly erroneous callers of request_threaded_irq()] > > > > On Mon, Jul 30, 2018 at 04:30:28PM -0500, Bjorn Helgaas wrote: > > > [+cc Thomas, Christoph, LKML] >

Re: [PATCH v5 10/14] sched/cpufreq: Refactor the utilization aggregation method

2018-07-31 Thread Quentin Perret
On Monday 30 Jul 2018 at 12:35:27 (-0700), skan...@codeaurora.org wrote: [...] > If it's going to be a different aggregation from what's done for frequency > guidance, I don't see the point of having this inside schedutil. Why not > keep it inside the scheduler files? This code basically results f

Re: [PATCH] PM / devfreq: Generic cpufreq governor

2018-07-31 Thread Rafael J. Wysocki
On Mon, Jul 30, 2018 at 8:58 PM, wrote: > On 2018-07-29 03:52, Rafael J. Wysocki wrote: >> >> On Sat, Jul 28, 2018 at 5:56 AM, Saravana Kannan >> wrote: >>> >>> Many CPU architectures have caches that can scale independent of the >>> CPUs. >>> Frequency scaling of the caches is necessary to make

[PATCH v2 5/5] clk: RK808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie --- drivers/clk/Kconfig | 6 ++--- drivers/clk/clk-rk808.c | 62 - 2

[PATCH v2 1/5] mfd: rk808: Add RK817 and RK809 support

2018-07-31 Thread Tony Xie
The rk809 and rk817 are a Power Management IC (PMIC) for multimedia and handheld devices. It contains the following components: - Regulators - RTC - Clocking Both RK809 and RK817 chips are using a similar register map, so we can reuse the RTC and Clocking a

[PATCH v2 2/5] regulator: rk808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
Add support for the rk809 and rk817 regulator driver. Their specifications are as follows: 1、The RK809 and RK809 consist of 5 DCDCs, 9 LDOs and have the same registers for these components except dcdc5. 2、The dcdc5 is a boost dcdc for RK817 and is a buck for RK809. 3、The

[PATCH v2 4/5] RTC: RK808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68 +++-- 2 files changed,

[PATCH v2 3/5] dt-bindings: mfd: rk808: Add binding informations for RK809 and RK817.

2018-07-31 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie --- Documentation/devicetree/bindings/mfd/rk808.txt | 55 + 1 file changed, 55 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Documentation/de

Re: [PATCH v7 1/4] remoteproc/davinci: use the reset framework

2018-07-31 Thread Bartosz Golaszewski
2018-07-31 6:25 GMT+02:00 Bjorn Andersson : > On Thu 21 Jun 00:37 PDT 2018, Bartosz Golaszewski wrote: > >> From: Bartosz Golaszewski >> >> Switch to using the reset framework instead of handcoded reset routines >> we used so far. >> >> Signed-off-by: Bartosz Golaszewski >> Reviewed-by: Sekhar No

page faults affects the performance

2018-07-31 Thread Feng Li
Hi experts, When I use fio to write our distribution storage, I find a lot of page faults that affect the performance. My OS is CentOS7, anyone could give suggestions on how to root cause this issue? The CPU is running at 100%. [root@58 15:50:57 ~]$uname -a Linux 58 3.10.0-693.11.6.el7.smartx.

RE: [LINUX PATCH v11 3/3] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

2018-07-31 Thread Naga Sureshkumar Relli
Hi Miquel, Thanks for the review. > -Original Message- > From: Miquel Raynal [mailto:miquel.ray...@bootlin.com] > Sent: Monday, July 30, 2018 12:46 AM > To: Naga Sureshkumar Relli > Cc: boris.brezil...@bootlin.com; rich...@nod.at; dw...@infradead.org; > computersforpe...@gmail.com; marek

Re: [PATCH] x86/MCE: Fix CPU microcode version output

2018-07-31 Thread Sironi, Filippo
> On 30. Jul 2018, at 18:16, Borislav Petkov wrote: > > On Mon, Jul 30, 2018 at 11:23:18AM -0400, Prarit Bhargava wrote: >> Filippo & Borislav, did the patch get committed to a -next tree? > > No, I'm still waiting for it - looks like Filippo is busy. > > Care to send one instead as suggested

Re: [PATCH 09/10] KVM: nVMX: include shadow vmcs12 in nested state

2018-07-31 Thread Paolo Bonzini
On 30/07/2018 21:11, Jim Mattson wrote: > Does this work with CONFIG_HARDENED_USERCOPY? Yes, kmalloc objects are exempt from the check (see new_kmalloc_cache). > Is VMCS12_SIZE better than sizeof(*vmcs12)? What if we are migrating > to a destination where sizeof(*vmcs12) is larger than it is on t

Re: [PATCH 06/10] KVM: x86: do not load vmcs12 pages while still in SMM

2018-07-31 Thread Paolo Bonzini
On 30/07/2018 21:27, Jim Mattson wrote: > On Sat, Jul 28, 2018 at 4:10 PM, Paolo Bonzini wrote: >> If the vCPU enters system management mode while running a nested guest, >> RSM starts processing the vmentry while still in SMM. In that case, >> however, the pages pointed to by the vmcs12 might be

Re: [PATCH] x86: kvm: Restrict X86_FEATURE_VMMCALL to x86_64 platform

2018-07-31 Thread Paolo Bonzini
On 30/07/2018 21:40, Matthew Whitehead wrote: > early_init_amd() is called on all AMD processors, both 64 and 32 bit. > Presently 32 bit processors get the X86_FEATURE_VMMCALL feature set, which > they do not support. Add conditionals to restrict it to 64 bit processors. This shouldn't be necessar

Re: [PATCH v2 16/17] driver/edac: enable Hygon support to AMD64 EDAC driver

2018-07-31 Thread Paolo Bonzini
On 30/07/2018 18:43, Pu Wen wrote: > On 2018-07-29 07:42, Paolo Bonzini wrote: >> On 23/07/2018 15:20, Pu Wen wrote: >>>  scrubval = scrubrates[i].scrubval; >>> >>> -    if (pvt->fam == 0x17) { >>> +    if (pvt->fam == 0x17 || pvt->fam == 0x18) { >>>  __f17h_set_scrubval(pvt, scrubval); >>>  } else

[PATCH] Bluetooth: btusb: Disable Bluetooth controller during S3

2018-07-31 Thread Kai-Heng Feng
We've found there are several systems got woken up from S3 by Bluetooth controller. We do want the system to be able to be woken up by Bluetooth devices from Suspend2Idle, but not from S3. Unconditionally disables Bluetooth controller during S3 to avoid this issue. Bugzilla: https://bugzilla.ker

[PATCH v2] perf build: Fix installation directory for bpf

2018-07-31 Thread Thomas Richter
Perf tool build and install is controlled via makefile. Make install creates directories and copies files. Among them are header files installed in /usr/lib/include/perf/bpf/. However all listed examples are installing its header files in /usr/lib//...[/include]/header.h and not in /usr/lib/in

Re: linux-next: manual merge of the pinctrl tree with the devicetree tree

2018-07-31 Thread Ludovic BARRE
On 07/31/2018 07:42 AM, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the pinctrl tree got a conflict in: Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt between commit: 791d3ef2e111 ("dt-bindings: remove 'interrupt-parent' from bindings") from the devic

Re: [PATCH] PCI: let pci_request_irq properly deal with threaded interrupts

2018-07-31 Thread Lee Jones
On Tue, 31 Jul 2018, Thomas Gleixner wrote: > On Mon, 30 Jul 2018, Bjorn Helgaas wrote: > > > [+cc maintainers of possibly erroneous callers of request_threaded_irq()] > > > > On Mon, Jul 30, 2018 at 04:30:28PM -0500, Bjorn Helgaas wrote: > > > [+cc Thomas, Christoph, LKML] > > > > > > On Mon,

Re: [LKP] [lkp-robot] [confidence: ] 7757d607c6 [ 56.996267] BUG: Bad page map in process trinity-c2 pte:0d755065 pmd:0d55b067

2018-07-31 Thread Joerg Roedel
On Tue, Jul 31, 2018 at 10:00:36AM +0800, Ye Xiaolong wrote: > On 07/27, Joerg Roedel wrote: > >May I ask how this was bisected? I found it very hard to reproduce, it > >triggered less then two times a day with the attached reproducer. Given > >that the report came pretty fast after the patches lan

Re: [PATCH] arm64: dts: hisilicon: Add missing clocks property for CPUs

2018-07-31 Thread Viresh Kumar
On 23-07-18, 08:36, Viresh Kumar wrote: > The clocks property should either be present for all the CPUs of a > cluster or none. If these are present only for a subset of CPUs of a > cluster then things will start falling apart as soon as the CPUs are > brought online in a different order. For examp

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

2018-07-31 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 v2 00/32] Device Tree Updates for GTA04 (A3/A4/A5 variants)

2018-07-31 Thread H. Nikolaus Schaller
* Sebastian Reichel asked why we have reg=<0> for port@1. Based on his comment we have removed the change for the opa362 reg property in the DT, but worked out a correct fix in the opa362 driver which solves the issue better. See: https://lore.kernel.org/patchwork/patch/968407/ * Ladisla

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

2018-07-31 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-

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

2018-07-31 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 v2 04/32] ARM: dts: omap3-gta04: fixes for tvout / venc

2018-07-31 Thread H. Nikolaus Schaller
* fix connector compatibility (composite) * add comment for gpio1 23 * add proper #address-cells * we use only one venc_out channel for composite Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --gi

[PATCH v2 06/32] ARM: dts: omap3-gta04: tvout: enable as display1 alias

2018-07-31 Thread H. Nikolaus Schaller
The omap dss susbystem takes the display aliases to find out which displays exist. To enable tv-out we must define an alias. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/a

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

2018-07-31 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 45d4b080341b

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

2018-07-31 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 v2 07/32] ARM: dts: omap3-gta04: fix touchscreen tsc2007

2018-07-31 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 v2 10/32] ARM: dts: omap3-gta04: update gpmc NAND setup

2018-07-31 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 v2 11/32] ARM: dts: omap3-gta04: keep vpll2 always on

2018-07-31 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 v2 05/32] ARM: dts: omap3-gta04: add devconf1 setup for correct tvout pins

2018-07-31 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 v2 15/32] ARM: dts: omap3-gta04: make use of input event include file and constants

2018-07-31 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 bb4c9ad62edb..98

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

2018-07-31 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 ca818d35a5d9..b22e35959c29 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/ar

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

2018-07-31 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 v2 30/32] ARM: dts: omap3-gta04a5: uses different sensors than gta04a4

2018-07-31 Thread H. Nikolaus Schaller
Sensors for acceleration, rotation, magnetic heading and barometer have been replaced in the A5 variant. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.dts | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04a5.dt

[PATCH v2 21/32] ARM: dts: omap3-gta04: add mcbsp (audio subsystem) nodes

2018-07-31 Thread H. Nikolaus Schaller
GTA04 audio system makes use of all four McBSP ports, so enable and connect them with pinmux. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gt

[PATCH v2 29/32] ARM: dts: omap3-gta04a5: add support for ti,wl1837 module

2018-07-31 Thread H. Nikolaus Schaller
GTA04A5 uses a ti,wl1837 WiFi/Bluetooth module. Overwrite the mmc2 node and child. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.dts | 58 + 1 file changed, 58 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/ar

[PATCH v2 14/32] ARM: dts: omap3-gta04: explicitly describe that mmc1 has no CD/WP

2018-07-31 Thread H. Nikolaus Schaller
There are neither CD nor WP switches for mmc1. The µSD slot is located under the SIM card under the battery and not accessible during operation. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap3-

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

2018-07-31 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 v2 24/32] ARM: dts: omap3-gta04a5: fix copyright of A5 variant

2018-07-31 Thread H. Nikolaus Schaller
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 600b6ca5a1bd..b691e70773f9 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.

[PATCH v2 23/32] ARM: dts: omap3-gta04a4: fix model name for A4 variant

2018-07-31 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-gta04a4.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04a4.dts b/arch/arm/boot/dts/omap3-gta04a4.dts index

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

2018-07-31 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 v2 22/32] ARM: dts: omap3-gta04a3: fix model name for A3 variant

2018-07-31 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 v2 26/32] ARM: dts: omap3-gta04a5: fix whitepsace and tab style

2018-07-31 Thread H. Nikolaus Schaller
in node sound / property ti,jack-det-gpio. 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 c01b4715fb83..d408eb05cdfa 1

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

2018-07-31 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 v2 28/32] ARM: dts: omap3-gta04a5: disable IrDA receiver to save power

2018-07-31 Thread H. Nikolaus Schaller
The GTA04A5 has an improved IrDA circuit that can enable/disable the receiver individually. We do not have an IrDA driver/subsystem and hence the receiver should be actively turned off to save power, especially in suspend. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.d

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

2018-07-31 Thread H. Nikolaus Schaller
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 GPMC. So we need to derive a DTB variant that modifies the gpmc and nand setup. Signe

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

2018-07-31 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 v2 27/32] ARM: dts: omap3-gta04a5: add support for PPS

2018-07-31 Thread H. Nikolaus Schaller
GPS receiver provides a 1PPS signal to a gpio. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index d408eb05cdfa..e3f9e0

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

2018-07-31 Thread H. Nikolaus Schaller
McBSP1 needs special "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 cbb55b9c3242..39f0eb8f6

[PATCH v2 31/32] ARM: dts: omap3-gta04a5: define pinmux for bluetooth enable of ti,wl1837 module

2018-07-31 Thread H. Nikolaus Schaller
Properly pinmux the bluetooth enable so that it is not floating. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04a5.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index 973d07d0b4c8..bd

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

2018-07-31 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

Re: [PATCH 4/4] cpufreq: intel_pstate: enable boost for Skylake Xeon

2018-07-31 Thread Giovanni Gherdovich
On Mon, 2018-07-30 at 11:32 -0700, Francisco Jerez wrote: > Mel Gorman writes: >  > > On Sat, Jul 28, 2018 at 01:21:51PM -0700, Francisco Jerez wrote: > > > > > Please revert this series, it led to significant energy usage and > > > > > graphics performance regressions [1].  The reasons are roughl

Re: [PATCH V4 5/7] mmc: sdhci: add Auto CMD Auto Select support

2018-07-31 Thread Chunyan Zhang
Hi Adrian, On 30 July 2018 at 21:06, Adrian Hunter wrote: > On 23/07/18 13:08, Chunyan Zhang wrote: >> As SD Host Controller Specification v4.10 documents: >> Host Controller Version 4.10 defines this "Auto CMD Auto Select" mode. >> Selection of Auto CMD depends on setting of CMD23 Enable in the

[PATCH v2] prctl: add PR_[GS]ET_KILLABLE

2018-07-31 Thread Jürg Billeter
PR_SET_KILLABLE clears the SIGNAL_UNKILLABLE flag. This allows CLONE_NEWPID tasks to restore normal signal behavior, opting out of the special signal protection for init processes. This prctl does not allow setting the SIGNAL_UNKILLABLE flag, only clearing. The SIGNAL_UNKILLABLE flag, which is imp

<    2   3   4   5   6   7