Re: [PATCH 2/2] misc: add support for the cc1101 RF transceiver chip from TI

2019-10-10 Thread Greg Kroah-Hartman
On Sun, Sep 22, 2019 at 08:03:56AM +0200, Heiko Schocher wrote: > +struct __attribute__ ((packed)) msg_queue_user { > + int type; /* CC1101_MSG_SET_ */ > +}; > + > +/* CC1101_MSG_DEFINE_CONFIG */ > +struct __attribute__ ((packed)) config_param { > + char addr; > + char val; > +}; {

[TYPO] SafeSetID.rst: Remove spurious '???' characters

2019-10-10 Thread Christian Kujau
While reading SafeSetID.rst I stumbled across those things. This patch removes these spurious '???' characters. Signed-off-by: Christian Kujau diff --git a/Documentation/admin-guide/LSM/SafeSetID.rst b/Documentation/admin-guide/LSM/SafeSetID.rst index 212434ef65ad..7bff07ce4fdd 100644 ---

Re: [PATCH v9 3/5] mfd: ioc3: Add driver for SGI IOC3 chip

2019-10-10 Thread Jakub Kicinski
On Thu, 10 Oct 2019 16:59:49 +0200, Thomas Bogendoerfer wrote: > dev = alloc_etherdev(sizeof(struct ioc3_private)); > - if (!dev) { > - err = -ENOMEM; > - goto out_disable; > - } > - > - if (pci_using_dac) > - dev->features |= NETIF_F_HIGHDMA;

RE: [PATCH] Documentation: networking: device drivers: Remove stray asterisks

2019-10-10 Thread Brown, Aaron F
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Jonathan Neuschäfer > Sent: Wednesday, October 2, 2019 8:10 AM > To: linux-doc@vger.kernel.org > Cc: Jonathan Neuschäfer ; Kirsher, Jeffrey T > ; David S. Miller ; > Jonathan Corbet ; Shannon Nelson ; > Pensan

Re: [PATCH v7 6/8] Input: icn8505 - Switch to firmware_request_platform for retreiving the fw

2019-10-10 Thread Dmitry Torokhov
On Fri, Oct 04, 2019 at 04:50:54PM +0200, Hans de Goede wrote: > Unfortunately sofar we have been unable to get permission to redistribute > icn8505 touchscreen firmwares in linux-firmware. This means that people > need to find and install the firmware themselves before the touchscreen > will work

Re: [PATCH v7 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw

2019-10-10 Thread Dmitry Torokhov
On Fri, Oct 04, 2019 at 04:50:53PM +0200, Hans de Goede wrote: > Unfortunately sofar we have been unable to get permission to redistribute > Silead touchscreen firmwares in linux-firmware. This means that people > need to find and install the firmware themselves before the touchscreen > will work >

Re: [PATCH] Documentation: networking: add a chapter for the DIM library

2019-10-10 Thread Jakub Kicinski
On Thu, 10 Oct 2019 17:01:02 -0700, Randy Dunlap wrote: > > Will you try to convert and integrate the existing file instead, or do > > you think the kdoc file should be separate? > > I'll take a look at doing that. Thanks!

Re: [PATCH] Documentation: networking: add a chapter for the DIM library

2019-10-10 Thread Randy Dunlap
t;> Cc: linux-r...@vger.kernel.org >>>> --- >>>> Documentation/networking/index.rst |1 + >>>> Documentation/networking/lib-dim.rst |6 ++ >>>> 2 files changed, 7 insertions(+) >>>> >>>> --- linu

Re: [PATCH] Documentation: networking: add a chapter for the DIM library

2019-10-10 Thread Jakub Kicinski
on/networking/index.rst | 1 + > >> Documentation/networking/lib-dim.rst |6 ++ > >> 2 files changed, 7 insertions(+) > >> > >> --- linux-next-20191010.orig/Documentation/networking/index.rst > >> +++ linux-next-20191010/Documen

Re: [PATCH] Documentation: networking: add a chapter for the DIM library

2019-10-10 Thread Randy Dunlap
uot;David S. Miller" >> Cc: Jakub Kicinski >> Cc: net...@vger.kernel.org >> Cc: linux-r...@vger.kernel.org >> --- >> Documentation/networking/index.rst |1 + >> Documentation/networking/lib-dim.rst |6 ++ >> 2 files changed, 7 inse

Re: [PATCH] docs: misc: xilinx_sdfec: Actually add documentation

2019-10-10 Thread Kees Cook
On Thu, Oct 10, 2019 at 03:38:42PM -0700, Randy Dunlap wrote: > On 10/10/19 3:35 PM, Kees Cook wrote: > > On Wed, Oct 02, 2019 at 10:03:55AM -0700, Kees Cook wrote: > >> From: Derek Kiernan > >> > >> Add SD-FEC driver documentation. > >> > >> Signed-off-by: Derek Kiernan > >> Signed-off-by: Draga

Re: [PATCH] Documentation: networking: add a chapter for the DIM library

2019-10-10 Thread Jakub Kicinski
net...@vger.kernel.org > Cc: linux-r...@vger.kernel.org > --- > Documentation/networking/index.rst |1 + > Documentation/networking/lib-dim.rst |6 ++ > 2 files changed, 7 insertions(+) > > --- linux-next-20191010.orig/Documentation/networking/index.rst > +++ linux-next

Re: [PATCH] docs: misc: xilinx_sdfec: Actually add documentation

2019-10-10 Thread Jonathan Corbet
On Thu, 10 Oct 2019 15:35:41 -0700 Kees Cook wrote: > On Wed, Oct 02, 2019 at 10:03:55AM -0700, Kees Cook wrote: > > From: Derek Kiernan > > > > Add SD-FEC driver documentation. > > > > Signed-off-by: Derek Kiernan > > Signed-off-by: Dragan Cvetic > > Link: > > https://lore.kernel.org/r/156

Re: [PATCH] docs: misc: xilinx_sdfec: Actually add documentation

2019-10-10 Thread Randy Dunlap
On 10/10/19 3:35 PM, Kees Cook wrote: > On Wed, Oct 02, 2019 at 10:03:55AM -0700, Kees Cook wrote: >> From: Derek Kiernan >> >> Add SD-FEC driver documentation. >> >> Signed-off-by: Derek Kiernan >> Signed-off-by: Dragan Cvetic >> Link: >> https://lore.kernel.org/r/1560274185-264438-11-git-send

Re: [PATCH] docs: misc: xilinx_sdfec: Actually add documentation

2019-10-10 Thread Kees Cook
On Wed, Oct 02, 2019 at 10:03:55AM -0700, Kees Cook wrote: > From: Derek Kiernan > > Add SD-FEC driver documentation. > > Signed-off-by: Derek Kiernan > Signed-off-by: Dragan Cvetic > Link: > https://lore.kernel.org/r/1560274185-264438-11-git-send-email-dragan.cve...@xilinx.com > [kees: extra

[PATCH 19/19] EDAC, Documentation: Describe CPER module definition and DIMM ranks

2019-10-10 Thread Robert Richter
Update on CPER DIMM naming convention and DIMM ranks. Signed-off-by: Robert Richter --- Documentation/admin-guide/ras.rst | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/Documentation/admin-guide/ras.rst b/Documentation/admin-guide/ras.rst i

Re: Sphinx parallel build errors

2019-10-10 Thread Randy Dunlap
On 10/10/19 11:48 AM, Jonathan Corbet wrote: > On Wed, 9 Oct 2019 19:30:56 -0700 > Kees Cook wrote: > >> I'm wondering if it's actually the addition of >> the MAINTAINERS file parsing -- that's a really big parse and maybe that >> pushed things over the edge? > > That does seem like a likely cul

Re: Sphinx parallel build errors

2019-10-10 Thread Jonathan Corbet
On Wed, 9 Oct 2019 19:30:56 -0700 Kees Cook wrote: > I'm wondering if it's actually the addition of > the MAINTAINERS file parsing -- that's a really big parse and maybe that > pushed things over the edge? That does seem like a likely culprit, doesn't it? Watching a build here, though, I don't

Re: [PATCH] docs: admin-guide: fix printk_ratelimit explanation

2019-10-10 Thread Jonathan Corbet
On Wed, 2 Oct 2019 13:46:10 +0200 Oleksandr Natalenko wrote: > The printk_ratelimit value accepts seconds, not jiffies (though it is > converted into jiffies internally). Update documentation to reflect > this. > > Also, remove the statement about allowing 1 message in 5 seconds since > bursts

Re: [PATCH] docs: networking: phy: Improve phrasing

2019-10-10 Thread Jonathan Corbet
On Thu, 3 Oct 2019 22:43:22 +0200 Jonathan Neuschäfer wrote: > It's not about times (multiple occurences of an event) but about the > duration of a time interval. > > Signed-off-by: Jonathan Neuschäfer Applied, thanks. jon

Re: [PATCH] docs: networking: devlink-trap: Fix reference to other document

2019-10-10 Thread Jonathan Corbet
On Thu, 3 Oct 2019 21:05:36 +0200 Jonathan Neuschäfer wrote: > This fixes the following Sphinx warning: > > Documentation/networking/devlink-trap.rst:175: WARNING: unknown document: > /devlink-trap-netdevsim > > Fixes: 9e0874570488 ("Documentation: Add description of netdevsim traps") > Signe

Re: [PATCH 1/3] docs: fix some broken references

2019-10-10 Thread Jonathan Corbet
On Tue, 24 Sep 2019 10:01:28 -0300 Mauro Carvalho Chehab wrote: > There are a number of documentation files that got moved or > renamed. update their references. > > Signed-off-by: Mauro Carvalho Chehab I've applied this set, thanks. jon

Re: [PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V

2019-10-10 Thread Jonathan Corbet
On Thu, 10 Oct 2019 09:10:18 +0200 Geert Uytterhoeven wrote: > On Wed, Oct 9, 2019 at 9:53 PM Paul Walmsley wrote: > > Kernels booting on RISC-V can specify "earlycon" with no options on > > the Linux command line, and the generic DT earlycon support will query > > the "chosen/stdout-path" prope

Re: [PATCH 1/4] arm64: add support for the AMU extension v1

2019-10-10 Thread Catalin Marinas
Hi Ionela, On Tue, Sep 17, 2019 at 02:42:25PM +0100, Ionela Voinescu wrote: > +#ifdef CONFIG_ARM64_AMU_EXTN > + > +/* > + * This per cpu variable only signals that the CPU implementation supports > the > + * AMU but does not provide information regarding all the events that it > + * supports. > +

[PATCH v6 2/5] arm64: Introduce config for S32

2019-10-10 Thread Stefan-Gabriel Mirea
From: Mihaela Martinas Add configuration option for the NXP S32 platform family in Kconfig.platforms. For starters, the only SoC supported will be Treerunner (S32V234), with a single execution target: the S32V234-EVB (rev 29288) board. Signed-off-by: Mihaela Martinas Signed-off-by: Stoica Cosmi

[PATCH v6 0/5] Add initial support for S32V234-EVB

2019-10-10 Thread Stefan-Gabriel Mirea
Hello, NXP's S32V234[1] ("Treerunner") vision microprocessors are targeted for high-performance, computationally intensive vision and sensor fusion applications that require automotive safety levels. They include leading edge Camera Vision modules like APEX-2, ISP and GPU. The S32V234-EVB and S32V

[PATCH v6 5/5] arm64: defconfig: Enable configs for S32V234

2019-10-10 Thread Stefan-Gabriel Mirea
From: Mihaela Martinas Enable support for the S32V234 SoC, including the previously added UART driver. Signed-off-by: Mihaela Martinas Signed-off-by: Adrian.Nitu Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/configs/defconfig | 3 +++ 1 file changed,

[PATCH v6 4/5] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-10-10 Thread Stefan-Gabriel Mirea
From: Stoica Cosmin-Stefan Add initial version of device tree for S32V234-EVB, including nodes for the 4 Cortex-A53 cores, AIPS bus with UART modules, ARM architected timer and Generic Interrupt Controller (GIC). Keep SoC level separate from board level to let future boards with this SoC share c

[PATCH v6 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-10 Thread Stefan-Gabriel Mirea
For consistency reasons, spell the controller name as "LINFlexD" in comments and documentation. Signed-off-by: Stefan-Gabriel Mirea --- Documentation/admin-guide/kernel-parameters.txt | 2 +- drivers/tty/serial/Kconfig | 8 drivers/tty/serial/fsl_linflexuart.c

[PATCH v6 1/5] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-10-10 Thread Stefan-Gabriel Mirea
From: Eddy Petrișor Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC bindings. Signed-off-by: Eddy Petrișor Signed-off-by: Stefan-Gabriel Mirea Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++ 1 file changed, 6 insertions(+) dif

Re: [PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

2019-10-10 Thread Sergei Shtylyov
On 10/10/2019 05:59 PM, Thomas Bogendoerfer wrote: > PROM only enables ethernet PHY on first Origin 200 module, so we must > do it ourselves for the second module. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/pci/pci-ip27.c | 22 ++ > 1 file changed, 22 insertion

Re: [PATCH 12/12] infiniband: add a Documentation driver-api chapter for Infiniband

2019-10-10 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on rdma/for-next] [cannot apply to v5.4-rc2 next-20191010] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option

Re: [PATCH 2/3] hwmon: Add support for ltc2947

2019-10-10 Thread Guenter Roeck
On Thu, Oct 10, 2019 at 07:13:06AM +, Sa, Nuno wrote: > > Quoting the reply I had: > > "As the LTC2947 is bi-directional, the most likely use for the Min/Max > Energy thresholds are for monitoring a battery being charged or > discharged. > A limit could be set based around the battery's stor

RE: [PATCH v3] hwspinlock: allow sharing of hwspinlocks

2019-10-10 Thread Fabien DESSENNE
Hi Bjorn, Suman, and others Do you have any comments regarding this patch? BR Fabien > -Original Message- > From: Fabien DESSENNE > Sent: mercredi 11 septembre 2019 15:57 > To: Ohad Ben-Cohen ; Bjorn Andersson > ; Suman Anna ; Jonathan Corbet > ; linux-remotep...@vger.kernel.org; linux

[PATCH v9 2/5] MIPS: PCI: use information from 1-wire PROM for IOC3 detection

2019-10-10 Thread Thomas Bogendoerfer
IOC3 chips in SGI system are conntected to a bridge ASIC, which has a 1-wire prom attached with part number information. This changeset uses this information to create PCI subsystem information, which the MFD driver uses for further platform device setup. Signed-off-by: Thomas Bogendoerfer --- a

[PATCH v9 0/5] Use MFD framework for SGI IOC3 drivers

2019-10-10 Thread Thomas Bogendoerfer
SGI IOC3 ASIC includes support for ethernet, PS2 keyboard/mouse, NIC (number in a can), GPIO and a byte bus. By attaching a SuperIO chip to it, it also supports serial lines and a parallel port. The chip is used on a variety of SGI systems with different configurations. This patchset moves code ou

[PATCH v9 1/5] nvmem: core: add nvmem_device_find

2019-10-10 Thread Thomas Bogendoerfer
nvmem_device_find provides a way to search for nvmem devices with the help of a match function simlair to bus_find_device. Reviewed-by: Srinivas Kandagatla Acked-by: Srinivas Kandagatla Signed-off-by: Thomas Bogendoerfer --- Documentation/driver-api/nvmem.rst | 2 ++ drivers/nvmem/core.c

[PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

2019-10-10 Thread Thomas Bogendoerfer
PROM only enables ethernet PHY on first Origin 200 module, so we must do it ourselves for the second module. Signed-off-by: Thomas Bogendoerfer --- arch/mips/pci/pci-ip27.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip

[PATCH v9 3/5] mfd: ioc3: Add driver for SGI IOC3 chip

2019-10-10 Thread Thomas Bogendoerfer
SGI IOC3 chip has integrated ethernet, keyboard and mouse interface. It also supports connecting a SuperIO chip for serial and parallel interfaces. IOC3 is used inside various SGI systemboards and add-on cards with different equipped external interfaces. Support for ethernet and serial interfaces

[PATCH v9 4/5] MIPS: SGI-IP27: fix readb/writeb addressing

2019-10-10 Thread Thomas Bogendoerfer
Our chosen byte swapping, which is what firmware already uses, is to do readl/writel by normal lw/sw intructions (data invariance). This also means we need to mangle addresses for u8 and u16 accesses. The mangling for 16bit has been done aready, but 8bit one was missing. Correcting this causes diff

Re: [PATCH v8 3/5] mfd: ioc3: Add driver for SGI IOC3 chip

2019-10-10 Thread Thomas Bogendoerfer
On Wed, 9 Oct 2019 20:17:14 -0700 Jakub Kicinski wrote: > On Wed, 9 Oct 2019 12:17:10 +0200, Thomas Bogendoerfer wrote: > [...] > > +static int ioc3_cad_duo_setup(struct ioc3_priv_data *ipd) > > +{ > > + int ret; > > + > > + ret = ioc3_irq_domain_setup(ipd, ipd->pdev->irq); > > + if (ret)

Apply For Financial investment at a lower rate 2%

2019-10-10 Thread Coryna Rizky Amelia, SST
-- Hello, We are private lenders based in UK. Do you need a loan (credit) as soon as possible. Are you in search of money to solve your personal needs or finance your business venture, then get Your desired loan today! Consult us at Sunrise Funding Ltd. * We offer personal loan & huge capital lo

Re: [PATCH] Documentation: networking: device drivers: Remove stray asterisks

2019-10-10 Thread Jonathan Corbet
On Wed, 9 Oct 2019 15:48:03 -0700 Jakub Kicinski wrote: > Hi Jon, I think Dave intended a few more patches to go via the doc > tree, in particular: > > docs: networking: devlink-trap: Fix reference to other document > docs: networking: phy: Improve phrasing > > Looks like those went missing.

[PATCH 4.19 097/114] arm64: Provide a command line to disable spectre_v2 mitigation

2019-10-10 Thread Greg Kroah-Hartman
From: Jeremy Linton [ Upstream commit e5ce5e7267ddcbe13ab9ead2542524e1b7993e5a ] There are various reasons, such as benchmarking, to disable spectrev2 mitigation on a machine. Provide a command-line option to do so. Signed-off-by: Jeremy Linton Reviewed-by: Suzuki K Poulose Reviewed-by: Andre

[PATCH bpf] xsk: improve documentation for AF_XDP

2019-10-10 Thread Magnus Karlsson
Added sections on all the bind flags, libbpf, all the setsockopts and all the getsockopts. Also updated the document to reflect the latest features and to correct some spelling errors. Signed-off-by: Magnus Karlsson --- Documentation/networking/af_xdp.rst | 262 --

Re: [PATCH 2/3] hwmon: Add support for ltc2947

2019-10-10 Thread Sa, Nuno
Hi Guenter, I got some feedback about energy max/min... On Mon, 2019-10-07 at 14:51 +, Sa, Nuno wrote: > On Mon, 2019-10-07 at 05:44 -0700, Guenter Roeck wrote: > > On 10/7/19 5:25 AM, Sa, Nuno wrote: > > > On Fri, 2019-10-04 at 08:06 -0700, Guenter Roeck wrote: > > > > On Fri, Oct 04, 2019 a

Re: [PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V

2019-10-10 Thread Geert Uytterhoeven
On Wed, Oct 9, 2019 at 9:53 PM Paul Walmsley wrote: > Kernels booting on RISC-V can specify "earlycon" with no options on > the Linux command line, and the generic DT earlycon support will query > the "chosen/stdout-path" property (if present) to determine which > early console device to use. Doc