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;
> +};
{
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
---
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;
> 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
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
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
>
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!
t;> Cc: linux-r...@vger.kernel.org
>>>> ---
>>>> Documentation/networking/index.rst |1 +
>>>> Documentation/networking/lib-dim.rst |6 ++
>>>> 2 files changed, 7 insertions(+)
>>>>
>>>> --- linu
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
> +
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
--
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
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.
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
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 --
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
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
47 matches
Mail list logo