Re: [PATCH] serial: Add Tegra Combined UART driver

2019-02-07 Thread Guenter Roeck
On Wed, Jan 23, 2019 at 11:28:19AM +0100, Thierry Reding wrote: > The Tegra Combined UART (TCU) is a mailbox-based mechanism that allows > multiplexing multiple "virtual UARTs" into a single hardware serial > port. The TCU is the primary serial port on Tegra194 devices. > > Add a TCU driver

Re: [PATCH v2 13/28] thunderbolt: Add helper function to iterate from one port to another

2019-02-07 Thread Andy Shevchenko
On Wed, Feb 06, 2019 at 04:17:23PM +0300, Mika Westerberg wrote: > We need to be able to walk from one port to another when we are creating > paths where there are multiple switches between two ports. For this > reason introduce a new function tb_port_get_next() and a new macro >

[RESEND PATCH 1/3] docs/mm: vmalloc: re-indent kernel-doc comemnts

2019-02-07 Thread Mike Rapoport
Some kernel-doc comments in mm/vmalloc.c have leading tab in indentation. This leads to excessive indentation in the generated HTML and to the inconsistency of its layout ([1] vs [2]). Besides, multi-line Note: sections are not handled properly with extra indentation. [1]

[PATCH v2 tip/core/rcu 18/19] linux/torture: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/torture.h | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-)

[PATCH v2 tip/core/rcu 11/19] linux/rcupdate: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/rcupdate.h | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-)

[RESEND PATCH 0/3] docs/core-api/mm: fix return value descriptions

2019-02-07 Thread Mike Rapoport
Many kernel-doc comments referenced by Documentation/core-api/mm-api.rst have the return value descriptions misformatted or lack it completely. This makes kernel-doc script unhappy and produces more than 100 warnings when running make htmldocs V=1 These patches fix the formatting of

[PATCH v2 tip/core/rcu 10/19] linux/rcu_node_tree: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX comment format per Joe Perches. ] --- include/linux/rcu_node_tree.h | 17 ++--- 1 file changed, 2 insertions(+), 15

Re: [PATCH] ASoC: samsung: Prevent clk_get_rate() calls in atomic context

2019-02-07 Thread Mark Brown
On Thu, Feb 07, 2019 at 03:20:41PM +0100, Sylwester Nawrocki wrote: > [ 82.109780] BUG: sleeping function called from invalid context at > kernel/locking/mutex.c:908 > [ 82.117009] in_atomic(): 1, irqs_disabled(): 128, pid: 1554, name: > speaker-test > [ 82.124235] 3 locks held by

[PATCH v2 tip/core/rcu 05/19] rcu/srcu: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/srcutiny.c | 17 ++--- kernel/rcu/srcutree.c | 17 ++--- 2 files changed, 4 insertions(+), 30 deletions(-) diff

[PATCH v2 tip/core/rcu 02/19] rcu/rcuperf: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/rcuperf.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/kernel/rcu/rcuperf.c

[PATCH v2 tip/core/rcu 12/19] linux/rcu_segcblist: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/rcu_segcblist.h | 17 ++--- 1 file changed, 2 insertions(+), 15

[PATCH v2 tip/core/rcu 13/19] linux/rcu_sync: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/rcu_sync.h | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/include/linux/rcu_sync.h

Re: [PATCH v2 00/28] thunderbolt: Software connection manager improvements

2019-02-07 Thread Andy Shevchenko
On Wed, Feb 06, 2019 at 04:17:10PM +0300, Mika Westerberg wrote: > Hi, > > Software connection manager (drivers/thunderbolt/tb.c) is used on older > Apple hardware with Light Ridge, Cactus Ridge or Falcon Ridge controllers > to create PCIe tunnels when a Thunderbolt device is connected. Currently

Re: [PATCH v2 21/28] thunderbolt: Add support for Display Port tunnels

2019-02-07 Thread Andy Shevchenko
On Wed, Feb 06, 2019 at 04:17:31PM +0300, Mika Westerberg wrote: > Display Port tunnels are somewhat more complex than PCIe tunnels as it > requires 3 tunnels (AUX Rx/Tx and Video). In addition we are not > supposed to create the tunnels immediately when a DP OUT is enumerated. > Instead we need

Re: [RFT PATCH 7/9] mfd: axp20x: add USB power supply mfd cell to AXP813

2019-02-07 Thread Chen-Yu Tsai
On Thu, Feb 7, 2019 at 7:02 PM Lee Jones wrote: > > On Thu, 07 Feb 2019, Chen-Yu Tsai wrote: > > > From: Quentin Schulz > > > > The AXP813 has a VBUS power input. Now that the axp20x_usb_power driver > > supports this variant, we can add an mfd cell for it to use it. > > > > Signed-off-by:

[RESEND PATCH 2/3] docs/core-api/mm: fix user memory accessors formatting

2019-02-07 Thread Mike Rapoport
The descriptions of userspace memory access functions had minor issues with formatting that made kernel-doc unable to properly detect the function/macro names and the return value sections: ./arch/x86/include/asm/uaccess.h:80: info: Scanning doc for ./arch/x86/include/asm/uaccess.h:139: info:

[RESEND PATCH 3/3] docs/core-api/mm: fix return value descriptions in mm/

2019-02-07 Thread Mike Rapoport
Many kernel-doc comments in mm/ have the return value descriptions either misformatted or omitted at all which makes kernel-doc script unhappy: $ make V=1 htmldocs ... ./mm/util.c:36: info: Scanning doc for kstrdup ./mm/util.c:41: warning: No description found for return value of 'kstrdup'

Re: [RFC 4/5] arm64: dts: Add nodes for PCIe IP blocks

2019-02-07 Thread Lucas Stach
Am Donnerstag, den 31.01.2019, 12:43 -0800 schrieb Andrey Smirnov: > Add nodes for two PCIe controllers found on i.MX8MQ. > > > Signed-off-by: Andrey Smirnov > > Cc: Shawn Guo > > Cc: Fabio Estevam > > Cc: Chris Healy > > Cc: Lucas Stach > > Cc: Leonard Crestez > > Cc: "A.s. Dong" > > Cc:

RE: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-07 Thread Avri Altman
Martin, Is there any reason why this sires is not applied for 5.1? Thanks, Avri > -Original Message- > From: Avri Altman > Sent: Tuesday, February 05, 2019 2:07 PM > To: Martin K. Petersen > Cc: James E.J. Bottomley ; SCSI s...@vger.kernel.org>; LKML ; Avi > Shchislowski ; Alex Lemberg

Re: [PATCH v2 3/4] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC

2019-02-07 Thread Roger Quadros
On 07/02/19 14:19, Kishon Vijay Abraham I wrote: > Hi Roger, > > On 07/02/19 4:56 PM, Roger Quadros wrote: >> >> >> On 06/02/19 13:07, Kishon Vijay Abraham I wrote: >>> AM654x has two SERDES instances. Each instance has three input clocks >>> (left input, externel reference clock and right

[PATCH v2 tip/core/rcu 01/19] rcu/rcu.h: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/rcu.h | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/kernel/rcu/rcu.h b/kernel/rcu/rcu.h index

Re: [PATCH] USB: serial: cp210x: Add ID for Ingenico 3070

2019-02-07 Thread Johan Hovold
On Wed, Feb 06, 2019 at 09:14:13PM +0500, Ivan Mironov wrote: > Here is how this device appears in kernel log: > > usb 3-1: new full-speed USB device number 18 using xhci_hcd > usb 3-1: New USB device found, idVendor=0b00, idProduct=3070 > usb 3-1: New USB device strings: Mfr=1,

[PATCH v2 tip/core/rcu 17/19] torture: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/torture.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/kernel/torture.c b/kernel/torture.c index

Re: [PATCH 4.4 00/34] 4.4.174-stable review

2019-02-07 Thread Guenter Roeck
On 2/7/19 3:41 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.174 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made

[PATCH v2 tip/core/rcu 04/19] rcu/rcutorture: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/rcutorture.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/kernel/rcu/rcutorture.c

Re: [PATCH v10 00/25] arm64: provide pseudo NMI with GICv3

2019-02-07 Thread Daniel Thompson
On Wed, Feb 06, 2019 at 10:27:07AM +, Catalin Marinas wrote: > Hi Julien, > > On Thu, Jan 31, 2019 at 02:58:38PM +, Julien Thierry wrote: > > This series is a continuation of the work started by Daniel [1]. The goal > > is to use GICv3 interrupt priorities to simulate an NMI. > > > > The

[PATCH v2 tip/core/rcu 15/19] linux/rcutree: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/rcutree.h | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-)

[PATCH v2 tip/core/rcu 14/19] linux/rcutiny: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h SPDX format per Joe Perches. ] --- include/linux/rcutiny.h | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-)

[PATCH v2 tip/core/rcu 0/19] SPDX changes for v5.1

2019-02-07 Thread Paul E. McKenney
Hello! This is v2 of the series that makes SPDX and email-address changes to RCU source files. Changes since v1: o Apply SPDX comment format feedback for .h files from Joe Perches. Thanx, Paul

[PATCH v2 tip/core/rcu 03/19] rcu/rcu_segcblist: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/rcu_segcblist.c | 17 ++--- kernel/rcu/rcu_segcblist.h | 17 ++--- 2 files changed, 4 insertions(+), 30

[PATCH v2 tip/core/rcu 08/19] rcu/tree: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update .h file SPDX comment format per Joe Perches. ] --- kernel/rcu/tree.c| 19 +++ kernel/rcu/tree.h| 17

Re: [PATCH net-next v2 07/10] net: phy: marvell10g: Add support for 2.5GBASET

2019-02-07 Thread Andrew Lunn
> if (phydev->speed == SPEED_1) > phydev->interface = PHY_INTERFACE_MODE_10GKR; > + else if (phydev->speed == SPEED_2500) > + phydev->interface = PHY_INTERFACE_MODE_2500BASEX; > else if (phydev->speed >= SPEED_10

[PATCH v2 tip/core/rcu 16/19] linux/srcu: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney [ paulmck: Update ,h SPDX format per Joe Perches. ] --- include/linux/srcu.h | 17 ++--- include/linux/srcutiny.h | 17 ++---

[PATCH v2 tip/core/rcu 06/19] rcu/sync: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. Signed-off-by: Paul E. McKenney --- kernel/rcu/sync.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/kernel/rcu/sync.c b/kernel/rcu/sync.c index be10036fa621..a8304d90573f 100644 ---

[PATCH v2 tip/core/rcu 19/19] locking/locktorture: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/locking/locktorture.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/kernel/locking/locktorture.c

[PATCH v2 tip/core/rcu 07/19] rcu/tiny: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/tiny.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c index

[PATCH v2 tip/core/rcu 09/19] rcu/update: Convert to SPDX license identifier

2019-02-07 Thread Paul E. McKenney
Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney --- kernel/rcu/update.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c

[PATCH] ASoC: samsung: Prevent clk_get_rate() calls in atomic context

2019-02-07 Thread Sylwester Nawrocki
This patch moves clk_get_rate() call from trigger() to hw_params() callback to avoid calling sleeping clk API from atomic context and prevent deadlock as indicated below. Before this change clk_get_rate() was being called with same spinlock held as the one passed to the clk API when registering

Re: [PATCH v2 1/6] dt-bindings: sound: Document jz4740-codec bindings

2019-02-07 Thread Paul Cercueil
Hi Mark, On Thu, Feb 7, 2019 at 11:00 AM, Mark Brown wrote: On Thu, Feb 07, 2019 at 10:31:38AM -0300, Paul Cercueil wrote: Add documentation about how to probe the jz4740-codec driver from devicetree. Please do not submit new versions of already applied patches, please submit incremental

Re: [PATCH net-next v2 09/10] net: mvpp2: Add 2.5GBaseT support

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:38AM +0100, Maxime Chevallier wrote: > The PPv2 controller is able to support 2.5G speeds, allowing to use > 2.5GBASET in conjunction with PHYs that use 2500BASEX as their MII > interface when using this mode. > > Signed-off-by: Maxime Chevallier Reviewed-by:

RE: [PATCH 06/10] security: fix documentation for the path_chmod hook

2019-02-07 Thread Edwin Zimmerman
On Thursday, February 07, 2019 8:50 AM Al Viro wrote: > On Thu, Feb 07, 2019 at 03:44:54PM +0300, Denis Efremov wrote: > > The path_chmod hook was changed in the commit > > "switch security_path_chmod() to struct path *" (cdcf116d44e7). > > The argument @mnt was removed from the hook, @dentry was

Re: [PATCH net-next v2 04/10] net: phy: Automatically fill the generic TP, FIBRE and Backplane modes

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:33AM +0100, Maxime Chevallier wrote: > PHY advertised and supported linkmodes contain both specific modes such > as 1000BASET Half/Full and generic ones such as TP that represent a > class of modes. > > Since some modes such as Fibre, TP or Backplane match a wide

Re: [PATCH V4 2/9] jump_label: Add the jump_label_can_update_check() helper

2019-02-07 Thread Borislav Petkov
On Thu, Feb 07, 2019 at 02:21:09PM +0100, Daniel Bristot de Oliveira wrote: > diff --git a/kernel/jump_label.c b/kernel/jump_label.c > index 288d630da22d..1e6f4d27e28d 100644 > --- a/kernel/jump_label.c > +++ b/kernel/jump_label.c > @@ -374,22 +374,29 @@ static enum jump_label_type

Re: [PATCH 32/35] ARM: davinci: remove intc related fields from davinci_soc_info

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > These are no longer used. Remove them. > > Signed-off-by: Bartosz Golaszewski I assume you are going to drop this patch and keep the priority setting code around? Thanks, Sekhar

Re: [PATCH 33/35] ARM: davinci: prepare to remove mach/irqs.h

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Since we now select SPARSE_IRQ in davinci, the mach/irqs.h header is > no longer included from asm/irq.h. All interrupt numbers for devices > should be defined as platform device resources. Let's prepare for the >

Re: [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD

2019-02-07 Thread Sebastian Andrzej Siewior
On 2019-01-30 13:53:51 [+0100], Borislav Petkov wrote: > > I've been asked to add comment above the sequence so it is understood. I > > think the general approach is easy to follow once the concept is > > understood. I don't mind renaming the TIF_ thingy once again (it > > happend once or twice

Re: [PATCH v8 4/8] devicetree: bindings: Document first ROHM BD70528 bindings

2019-02-07 Thread Lee Jones
On Thu, 07 Feb 2019, Matti Vaittinen wrote: > Document bindings for regulators (3 bucks, 3 LDOs and 2 LED > drivers) and 4 GPIO pins which can be configured for I/O or > as interrupt sources withe configurable trigger levels. > > Signed-off-by: Matti Vaittinen > Reviewed-by: Rob Herring >

Re: [PATCH v2 1/6] dt-bindings: sound: Document jz4740-codec bindings

2019-02-07 Thread Mark Brown
On Thu, Feb 07, 2019 at 10:31:38AM -0300, Paul Cercueil wrote: > Add documentation about how to probe the jz4740-codec driver from > devicetree. Please do not submit new versions of already applied patches, please submit incremental updates to the existing code. Modifying existing commits

Re: [PATCH net-next v2 03/10] net: phy: Move of_set_phy_eee_broken to phy-core.c

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:32AM +0100, Maxime Chevallier wrote: > Since of_set_phy_supported was moved to phy-core.c, we can also move > of_set_phy_eee_broken to the same location, so that we have all OF > functions in the same place. > > This patch doesn't intend to introduce any change in

Re: [GIT PULL] x86/mm changes for v4.21

2019-02-07 Thread Peter Zijlstra
On Thu, Feb 07, 2019 at 11:50:52AM +, Linus Torvalds wrote: > If you re-generate the canonical address in __cpa_addr(), now we'll > actually have the real virtual address around for a lot of code-paths > (pte lookup etc), which was what people wanted to avoid in the first > place. Note that

Re: [PATCH v8 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core

2019-02-07 Thread Lee Jones
On Thu, 07 Feb 2019, Matti Vaittinen wrote: > ROHM BD70528MWV is an ultra-low quiescent current general > purpose single-chip power management IC for battery-powered > portable devices. > > Add MFD core which enables chip access for following subdevices: > - regulators/LED drivers >

Re: [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > +static int __init davinci_cp_intc_of_init(struct device_node *node, > + struct device_node *parent) > +{ > + struct davinci_cp_intc_config config = { }; > + int rv; I think you agreed to use 'ret'

Re: [PATCH net-next v2 02/10] net: phy: Mask-out non-compatible modes when setting the max-speed

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:31AM +0100, Maxime Chevallier wrote: > When setting a PHY's max speed using either the max-speed DT property > or ethtool, we should mask-out all non-compatible modes according to the > settings table, instead of just the 10/100BASET modes. > > Signed-off-by: Maxime

Re: [PATCH] USB: serial: cp210x: Fix GPIO in autosuspend

2019-02-07 Thread Johan Hovold
On Wed, Feb 06, 2019 at 09:43:36PM +, Karoly Pados wrote: > Uhm, yes, sorry, it kind of went out of my head. I am doing a lot of > travelling lately (in the past 48 hours I've been on 3 airplanes), and > I had travels on earlier weeks too, mixed with some project releases > and family

Re: [PATCH V14 3/5] i2c: tegra: Add DMA support

2019-02-07 Thread Dmitry Osipenko
06.02.2019 22:16, Sowjanya Komatineni пишет: > This patch adds DMA support for Tegra I2C. > > Tegra I2C TX and RX FIFO depth is 8 words. PIO mode is used for > transfer size of the max FIFO depth and DMA mode is used for > transfer size higher than max FIFO depth to save CPU overhead. > > PIO

[PATCH] pinctrl: ingenic: Add LCD pins for the JZ4725B SoC

2019-02-07 Thread Paul Cercueil
Add the pins and groups for the "lcd" pin function in the JZ4725B SoC. Signed-off-by: Paul Cercueil --- drivers/pinctrl/pinctrl-ingenic.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/pinctrl/pinctrl-ingenic.c b/drivers/pinctrl/pinctrl-ingenic.c

Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Maxime Chevallier
Hello Andrew, On Thu, 7 Feb 2019 14:48:07 +0100 Andrew Lunn wrote: >On Thu, Feb 07, 2019 at 10:49:30AM +0100, Maxime Chevallier wrote: >> We want to be able to update a PHY's supported list in the config_init >> callback, so move the Pause parameters settings from phydrv->features >> after

Re: [PATCH v3 1/2] mm: add probe_user_read()

2019-02-07 Thread Matthew Wilcox
On Wed, Jan 16, 2019 at 04:59:27PM +, Christophe Leroy wrote: > v3: Moved 'Returns:" comment after description. > Explained in the commit log why the function is defined static inline > > v2: Added "Returns:" comment and removed probe_user_address() The correct spelling is 'Return:',

Re: linux-next: Fixes tag needs some work in the sunxi tree

2019-02-07 Thread Chen-Yu Tsai
On Thu, Feb 7, 2019 at 9:50 PM Stephen Rothwell wrote: > > Hi all, > > In commit > > df0aeb208b24 ("ARM: dts: sun9i: a80-optimus: Add node for AXP809's unused > dc1sw regulator") > > Fixes tag > > Fixes: aa4a27bc819e ("ARM: dts: sun9i: a80-optimus: Add AXP809 PMIC > > has these problem(s): >

linux-next: Fixes tag needs some work in the sunxi tree

2019-02-07 Thread Stephen Rothwell
Hi all, In commit df0aeb208b24 ("ARM: dts: sun9i: a80-optimus: Add node for AXP809's unused dc1sw regulator") Fixes tag Fixes: aa4a27bc819e ("ARM: dts: sun9i: a80-optimus: Add AXP809 PMIC has these problem(s): - Subject has leading but no trailing parentheses - Subject has leading

Re: [PATCH 06/10] security: fix documentation for the path_chmod hook

2019-02-07 Thread Al Viro
On Thu, Feb 07, 2019 at 03:44:54PM +0300, Denis Efremov wrote: > The path_chmod hook was changed in the commit > "switch security_path_chmod() to struct path *" (cdcf116d44e7). > The argument @mnt was removed from the hook, @dentry was changed > to @path. This patch updates the documentation

Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:30AM +0100, Maxime Chevallier wrote: > We want to be able to update a PHY's supported list in the config_init > callback, so move the Pause parameters settings from phydrv->features > after calling config_init to make sure these parameters aren't > overwritten. Hi

Re: [PATCH v7 2/3] arm64: implement ftrace with regs

2019-02-07 Thread Julien Thierry
On 07/02/2019 12:51, Torsten Duwe wrote: > On Thu, Feb 07, 2019 at 10:33:50AM +, Julien Thierry wrote: >> >> >> On 06/02/2019 15:05, Torsten Duwe wrote: >>> On Wed, Feb 06, 2019 at 08:59:44AM +, Julien Thierry wrote: Hi Torsten, On 18/01/2019 16:39, Torsten Duwe wrote:

[PATCH] include: mtd: spi-nor: change HWCPAS to HWCAPS

2019-02-07 Thread Bean Huo (beanhuo)
Maybe this is wrong abbreviation, change from HWCPAS to HWCAPS. Signed-off-by: Bean Huo --- include/linux/mtd/spi-nor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index fa2d89e..5e12bf9 100644 ---

linux-next: Fixes tag needs some work in the qcom tree

2019-02-07 Thread Stephen Rothwell
Hi Andy, In commit 761f63b2ff21 ("arm64: dts: sdm845: Add clocks and iommus to WCN3990 WLAN node") Fixes tag Fixes: be7019103469 ("dts: arm64/sdm845: Add WCN3990 WLAN module device node") has these problem(s): - Target SHA1 does not exist Did you mean: 022bccb840b7 ("arm64: dts:

Re: [PATCH tip/core/rcu 0/19] SPDX changes for v5.1

2019-02-07 Thread Paul E. McKenney
On Wed, Feb 06, 2019 at 11:29:40AM -0800, Joe Perches wrote: > On Wed, 2019-02-06 at 05:16 -0800, Paul E. McKenney wrote: > > Hello! > > Hi. > > > This series makes SPDX and email-address changes to RCU source files. > > .h files are supposed to use /* SPDX-License-Identifier: ... */ > >

Re: [PATCH 23/35] ARM: davinci: cp-intc: use a common prefix for all symbols

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > In preparation for moving the driver to drivers/irqchip do some > cleanup: use a common prefix for all symbols. > > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/mach-davinci/cp_intc.c | 143

[PATCH] MAINTAINERS: crypto: ccree: remove co-maintainer

2019-02-07 Thread Gilad Ben-Yossef
The best-laid plans of mice and men often go awry. Remove Yael C. as co-maintainer as she moved on to other endeavours. Signed-off-by: Gilad Ben-Yossef --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8c68de3cfd80..45ea92863a05 100644 ---

Re: [PATCH v5] mfd: tqmx86: IO controller with i2c, wachdog and gpio

2019-02-07 Thread Andrew Lunn
> > + dev_warn(dev, "GPIO interrupts not supported.\n"); > > Do you know why they wouldn't be supported? > > Isn't that the point of the device? Hi Lee I don't know the history of this device, but i suspect it has been through a number of revisions. The vendor driver suggests

Re: [RFC/PATCH 0/5] DVFS in the OPP core

2019-02-07 Thread Ulf Hansson
On Thu, 7 Feb 2019 at 08:58, Stephen Boyd wrote: > > Quoting Viresh Kumar (2019-01-31 01:23:49) > > Adding few folks to the thread who might be interested in this stuff. > > > > On 28-01-19, 17:55, Stephen Boyd wrote: > > > This patch series is an RFC around how we can implement DVFS for devices

[PATCH v4 2/5] clk: renesas: rcar-gen3: Parameterise Z and Z2 clock offset

2019-02-07 Thread Simon Horman
Parameterise the offset of control bits within the FRQCRC register for Z and Z2 clocks. This is in preparation for supporting the Z2 clock on the R-Car E3 (r8a77990) SoC which uses a different offset for control bits to other, already, supported SoCs. This mechanism should be extendable to other

[PATCH v4 4/5] clk: renesas: r8a77990: Add Z2 clock

2019-02-07 Thread Simon Horman
From: Takeshi Kihara Adds support for R-Car E3 (r8a77990) Z2 clock. Signed-off-by: Takeshi Kihara [simon: reworked changelog; rebased] Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- v3: [Simon Horman] - Pass new offset parameter v2: [Simon Horman] - Initialise as

Re: [PATCH] mm/memory-hotplug: Add sysfs hot-remove trigger

2019-02-07 Thread Oscar Salvador
On Wed, Feb 06, 2019 at 05:03:53PM +, Robin Murphy wrote: > ARCH_MEMORY_PROBE is a useful thing for testing and debugging hotplug, > but being able to exercise the (arguably trickier) hot-remove path would > be even more useful. Extend the feature to allow removal of offline > sections to be

[PATCH v4 0/5] clk: renesas: r8a77990, r8a774c0: Add Z2 clock

2019-02-07 Thread Simon Horman
-20190207-v5.0-rc5. This allowed CPUFreq to be successfully exercised, showing scaling of the Z2 clock as per the results below. This patchset was also tested for regressions Salvator-X/M3-W ES1.0. As per the results below CPUFreq was used to show that with these patches applied Z and Z2 clocks still

[PATCH v4 1/5] clk: renesas: rcar-gen3: Parameterise Z and Z2 clock fixed divisor

2019-02-07 Thread Simon Horman
From: Takeshi Kihara Parameterise Z and Z2 clock fixed divisor to allow clocks with a fixed divisor other than 2, the value used by all such clocks supported to date. This is in preparation for supporting the Z2 clock on the R-Car E3 (r8a77990) SoC which has a fixed divisor of 4.

[BUGFIX PATCH] crypto: ccree: fix resume race condition on init

2019-02-07 Thread Gilad Ben-Yossef
We were enabling autosuspend, which is using data set by the hash module, prior to the hash module being inited, casuing a crash on resume as part of the startup sequence if the race was lost. This was never a real problem because the PM infra was using low res timers so we were always winning

[PATCH v4 5/5] clk: renesas: r8a774c0: Add Z2 clock

2019-02-07 Thread Simon Horman
Adds support for R-Car RZ/G2E (r8a774c0) Z2 clock. Signed-off-by: Simon Horman Tested-by: Fabrizio Castro Reviewed-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven --- v3: New patch --- drivers/clk/renesas/r8a774c0-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v4 3/5] clk: renesas: rcar-gen3: Support Z and Z2 clocks with high frequency parents

2019-02-07 Thread Simon Horman
Support Z and Z2 clocks with parent frequencies greater than UINT32_MAX Hz (~4.29GHz). The DIV_ROUND_CLOSEST_ULL() macro accepts a 64bit dividend and 32bit divisor. This leads to truncation of the dividend, which is the Z or Z2 parent clock frequency in HZ, on platforms where frequency of that

Re: [PATCH 22/35] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add the new-style config structures for dm* SoCs. They will be used da* SoCs. > once we make the cp-intc driver stop using davinci_soc_info. > > Signed-off-by: Bartosz Golaszewski > --- >

Re: [PATCH 1/5] ARM: use unified assembler in macros

2019-02-07 Thread Ard Biesheuvel
Hi Stefan, On Thu, 7 Feb 2019 at 10:46, Stefan Agner wrote: > > Use unified assembler syntax (UAL) in macros. Divided syntax is > considered depricated. 'deprecated' > This will also allow to build the kernel > using LLVM's integrated assembler. > > Signed-off-by: Stefan Agner > --- >

Re: [PATCH 13/35] ARM: davinci: aintc: add a new config structure

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a config structure that will be used by aintc-based platforms. > It contains the register range resource, number of interrupts and > a list of priorities. > > Signed-off-by: Bartosz Golaszewski Subject prefix

[PATCH v2 4/4] perf-security: wrap paragraphs on 72 columns

2019-02-07 Thread Alexey Budankov
Implemented formatting of paragraphs to be not wider than 72 columns. Signed-off-by: Alexey Budankov --- Documentation/admin-guide/perf-security.rst | 276 +++- 1 file changed, 148 insertions(+), 128 deletions(-) diff --git a/Documentation/admin-guide/perf-security.rst

[PATCH v2 6/6] ASoC: codecs: jz4725b: Use C++ style comments in header

2019-02-07 Thread Paul Cercueil
Change the header comment to use C++ style, so that it looks more consistent with the rest of ASoC. Signed-off-by: Paul Cercueil --- Changes: v2: New patch sound/soc/codecs/jz4725b.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sound/soc/codecs/jz4725b.c

[PATCH v2 4/6] ASoC: codecs: jz4740: Add support for devicetree

2019-02-07 Thread Paul Cercueil
Add support for probing the driver from devicetree. Signed-off-by: Paul Cercueil --- Changes: v2: No change sound/soc/codecs/jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git a/sound/soc/codecs/jz4740.c b/sound/soc/codecs/jz4740.c index 9b3e1227a971..974e17fa1911 100644 ---

[PATCH v2 5/6] ASoC: codecs: Kconfig: Show knob, and depend on MIPS || COMPILE_TEST

2019-02-07 Thread Paul Cercueil
Show the knob to enable or disable the jz4740-codec driver, add a proper description, and add a dependency on MIPS || COMPILE_TEST, as this driver is only useful on MIPS. Signed-off-by: Paul Cercueil --- Changes: v2: No change sound/soc/codecs/Kconfig | 9 - 1 file changed, 8

[PATCH v2 3/4] perf-security: elaborate on perf_events/Perf privileged users

2019-02-07 Thread Alexey Budankov
Elaborate on possible perf_event/Perf privileged users groups and document steps about creating such groups. Signed-off-by: Alexey Budankov --- Changes in v2: - applied comments on v1 --- Documentation/admin-guide/perf-security.rst | 43 + 1 file changed, 43 insertions(+)

[PATCH v2 2/6] dt-bindings: sound: Document jz4725b-codec bindings

2019-02-07 Thread Paul Cercueil
Add documentation about how to probe the jz4725b-codec driver from devicetree. Signed-off-by: Paul Cercueil --- Changes: v2: No change .../bindings/sound/ingenic,jz4725b-codec.txt | 20 1 file changed, 20 insertions(+) create mode 100644

[PATCH v2 1/6] dt-bindings: sound: Document jz4740-codec bindings

2019-02-07 Thread Paul Cercueil
Add documentation about how to probe the jz4740-codec driver from devicetree. Signed-off-by: Paul Cercueil --- Changes: v2: No change .../bindings/sound/ingenic,jz4740-codec.txt | 20 1 file changed, 20 insertions(+) create mode 100644

[PATCH v2 3/6] ASoC: codecs: jz4740: Use SPDX license notifier

2019-02-07 Thread Paul Cercueil
Add license information as a standard SPDX license notifier instead of custom text. Signed-off-by: Paul Cercueil --- Changes: v2: Use C++ style comment sound/soc/codecs/jz4740.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/sound/soc/codecs/jz4740.c

[PATCH v2] PCI: Fixup the RTIT_BAR of Intel TH on Denverton

2019-02-07 Thread Alexander Shishkin
On Denverton's integration of the Intel(R) Trace Hub (for a reference and overview see Documentation/trace/intel_th.txt) the reported size of one of its resources (RTIT_BAR) doesn't match its actual size, which leads to overlaps with other devices' resources. In practice, it overlaps with XHCI

[PATCH v2 1/4] perf-security: document perf_events/Perf resource control

2019-02-07 Thread Alexey Budankov
Extend perf-security.rst file with perf_events/Perf resource control section describing RLIMIT_NOFILE and perf_event_mlock_kb settings for performance monitoring user processes. Signed-off-by: Alexey Budankov --- Changes in v2: - applied comments on v1 ---

[PATCH v2 2/4] perf-security: document collected perf_events/Perf data categories

2019-02-07 Thread Alexey Budankov
Document and categorize system and performance data into groups that can be captured by perf_events/Perf and explicitly indicate the group that can contain process sensitive data. Signed-off-by: Alexey Budankov --- Changes in v2: - applied comments on v1 ---

Re: [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()

2019-02-07 Thread Sebastian Andrzej Siewior
On 2019-01-30 12:43:22 [+0100], Borislav Petkov wrote: > > @@ -171,9 +156,15 @@ int copy_fpstate_to_sigframe(void __user *buf, void > > __user *buf_fx, int size) > > sizeof(struct user_i387_ia32_struct), NULL, > > (struct _fpstate_32 __user *) buf) ? -1 :

Re: [PATCH 1/3] sched/wait: use freezable_schedule when possible

2019-02-07 Thread Hugo Lefeuvre
Hi, > > The result is a potential performance gain during freeze, since less > > tasks have to be awaken. > > I'm curious did you try the freezing process and see if pointless wakeups are > reduced? That would be an added bonus if you did. Test env: fresh Debian QEMU vm with 4.19 stable

[PATCH 2/2] soc: amlogic: clk-measure: fix-up some clock definitions

2019-02-07 Thread Jerome Brunet
As pointed out in review, a few clock are not properly defined. Reported-by: Martin Blumenstingl Fixes: 2a4c63e080cd ("soc: amlogic: clk-measure: add axg and g12a support") Signed-off-by: Jerome Brunet --- drivers/soc/amlogic/meson-clk-measure.c | 8 +--- 1 file changed, 5 insertions(+),

[PATCH 1/2] arm64: dts: meson: g12a: fix clk_msr node

2019-02-07 Thread Jerome Brunet
The clk-msr node should be in cbus. Fixes: eeca2cf15e05 ("arm64: dts: meson: g12a: add clk measure support") Signed-off-by: Jerome Brunet --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 0/2] soc: amlogic: fixup clock measure

2019-02-07 Thread Jerome Brunet
Hi Kevin, Here are 2 fixup for the clock measure series. First error was due to the rebase on the v2 of the bus fixup patch Second address some comments Martin had on the initial submission Feel free to fold these fixups with the related changes if you wish. Jerome Brunet (2): arm64: dts:

[PATCH v2 0/3] admin-guide: extend perf-security with resource control, data categories and privileged users

2019-02-07 Thread Alexey Budankov
The patch set extends the first version of perf-security.rst documentation file [1], [2], [3] with the following topics: 1) perf_events/Perf resource limits and control management that describes RLIMIT_NOFILE and perf_event_mlock_kb settings for processes conducting performance

Re: [PATCH 1/2] mtd: nand: Add Cadence NAND controller driver

2019-02-07 Thread Piotr Sroka
Hi Boris The 01/29/2019 19:19, Boris Brezillon wrote: + NAND_OP_PARSER_PAT_ADDR_ELEM(false, MAX_ADDRESS_CYC)), + NAND_OP_PARSER_PATTERN( + cadence_nand_cmd, + NAND_OP_PARSER_PAT_DATA_IN_ELEM(false, MAX_DATA_SIZE)), +

Re: [PATCH V4 2/9] jump_label: Add the jump_label_can_update_check() helper

2019-02-07 Thread Daniel Bristot de Oliveira
On 2/5/19 10:13 PM, Borislav Petkov wrote: > On Tue, Feb 05, 2019 at 02:50:39PM +0100, Daniel Bristot de Oliveira wrote: + if (jump_label_can_update_check(entry, init)) { + arch_jump_label_transform(entry, +

<    3   4   5   6   7   8   9   10   11   >