[PATCH v3 1/5] scsi: ufs: enable WriteBooster on some pre-3.1 UFS devices

2020-05-01 Thread Stanley Chu
WriteBooster feature can be supported by some pre-3.1 UFS devices by upgrading firmware. To enable WriteBooster feature in such devices, introduce a device quirk to relax the entrance condition of ufshcd_wb_probe() to allow host driver to check those devices' WriteBooster capability. WriteBooster

[PATCH v3 0/5] scsi: ufs: support LU Dedicated buffer type for WriteBooster

2020-05-01 Thread Stanley Chu
Hi, This patchset adds LU dedicated buffer mode support for WriteBooster. In the meanwhile, enable WriteBooster capability on MediaTek UFS platforms. v2 -> v3: - Introduce a device quirk to support WriteBooster in pre-3.1 UFS devices (Avri Altman) - Fix WriteBooster related sysfs nodes. Now

[PATCH 07/37] docs: networking: convert xfrm_device.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst| 1 + .../{xfrm_device.txt =>

[PATCH 09/37] docs: networking: convert xfrm_sync.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking

[PATCH 08/37] docs: networking: convert xfrm_proc.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust title markup; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst| 1 + .../{xfrm_proc.txt => xfrm_proc.rst} | 31 ++

[PATCH 20/37] docs: networking: device drivers: convert dec/dmfe.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - comment out text-only TOC from html/pdf output; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mau

[PATCH 30/37] docs: networking: device drivers: convert sb1000.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - mark lists as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- ..

[PATCH 37/37] docs: networking: arcnet-hardware.rst: don't duplicate chapter names

2020-05-01 Thread Mauro Carvalho Chehab
Since changeset 58ad30cf91f0 ("docs: fix reference to core-api/namespaces.rst"), auto-references for chapters are generated. This is a nice feature, but has a drawback: no chapters can have the same sumber. So, we need to change two chapter titles, to avoid warnings when building the docs. Fixes:

RE: [PATCH 1/4] fs: Implement close-on-fork

2020-05-01 Thread Karstens, Nate
Eric, Thanks for the suggestion. I looked into it and noticed that do_close_on_exec() appears to have some optimizations as well: > set = fdt->close_on_exec[i]; > if (!set) > continue; If we interleave the close-on-exec and close-on-fork flags then this optimization will have to be remo

[PATCH 25/37] docs: networking: device drivers: convert intel/ipw2200.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - comment out text-only TOC from html/pdf output; - use copyright symbol; - use :field: markup; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - ad

[PATCH 33/37] docs: networking: device drivers: convert ti/cpsw.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drivers/index.rst |

[PATCH 34/37] docs: networking: device drivers: convert ti/tlan.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark tables as such; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_dri

[PATCH 36/37] net: docs: add page_pool.rst to index.rst

2020-05-01 Thread Mauro Carvalho Chehab
This file is already in ReST format. Add it to the net index.rst, in order to make it part of the documentation body. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/networking/index.rst b/Documentatio

[PATCH 35/37] docs: networking: device drivers: convert toshiba/spider_net.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust title markup; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drivers/index.rst | 1 + .../{spider_net.txt => s

[PATCH 24/37] docs: networking: device drivers: convert intel/ipw2100.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - comment out text-only TOC from html/pdf output; - use copyright symbol; - use :field: markup; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - ad

[PATCH 31/37] docs: networking: device drivers: convert smsc/smc9.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drivers/index.rst | 1 + .../networking/device_drivers/smsc/smc9.rst |

[PATCH 15/37] docs: networking: device drivers: convert aquantia/atlantic.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - use copyright symbol; - adjust title and its markup; - comment out text-only TOC from html/pdf output; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab -

[PATCH 32/37] docs: networking: device drivers: convert ti/cpsw_switchdev.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - use :field: markup; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_driv

[PATCH 16/37] docs: networking: device drivers: convert chelsio/cxgb.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - use copyright symbol; - adjust titles and chapters, adding proper markups; - comment out text-only TOC from html/pdf output; - mark code blocks and literals as such; - add notes markups; - mark tables as such; - mark lists as such; - adjust identation, whitespaces and blank lin

[PATCH 27/37] docs: networking: device drivers: convert neterion/s2io.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - comment out text-only TOC from html/pdf output; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drive

[PATCH 13/37] docs: networking: device drivers: convert 3com/vortex.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../3com/{vortex.txt => vortex.rst} | 223 ++

Re: [PATCH v2 2/4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property

2020-05-01 Thread Lorenzo Pieralisi
[+Robin - to check on dma-ranges intepretation] I would need RobH and Robin to review this. Also, An ACK from Tom is required - for the whole series. On Fri, Apr 17, 2020 at 05:13:20PM +0530, Kishon Vijay Abraham I wrote: > Cadence PCIe core driver (host mode) uses "cdns,no-bar-match-nbits" > pr

[PATCH 12/37] docs: networking: device drivers: convert 3com/3c509.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - add notes markups; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../

[PATCH 28/37] docs: networking: device drivers: convert neterion/vxge.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - comment out text-only TOC from html/pdf output; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab ---

[PATCH 03/37] docs: networking: convert vrf.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust title markup; - Add a subtitle for the first section; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst | 1 + Documen

[PATCH 17/37] docs: networking: device drivers: convert cirrus/cs89x0.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust title markup; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../cirrus/{cs89x0.txt => cs89x0.rst} | 557 +- .../ne

[PATCH 06/37] docs: networking: convert x25.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
Not much to be done here: - add SPDX header; - add a document title; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst| 1 + Documentation/networking/{x25.txt => x25.rst} | 4 net/x25/Kconfig

[PATCH 11/37] docs: networking: convert z8530drv.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - use copyright symbol; - adjust titles and chapters, adding proper markups; - mark tables as such; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- D

[PATCH 26/37] docs: networking: device drivers: convert microsoft/netvsc.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drivers/index.rst |

[PATCH 29/37] docs: networking: device drivers: convert qualcomm/rmnet.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../networking/device_drivers/index.rst | 1 +

[PATCH 22/37] docs: networking: device drivers: convert freescale/dpaa.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - use :field: markup; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../freescale/{dpaa.txt => dpaa.rst} | 139 ++ .../networking/de

[PATCH 19/37] docs: networking: device drivers: convert dec/de4x5.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../dec/{de4x5.txt => de4x5.rst} | 105 ++ .../n

[PATCH 01/37] docs: networking: convert tuntap.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - use copyright symbol; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking

[PATCH 21/37] docs: networking: device drivers: convert dlink/dl2k.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - mark code blocks and literals as such; - mark lists as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../dlink/{dl2k.txt => dl2k.rst} | 228 ++ .../net

[PATCH 23/37] docs: networking: device drivers: convert freescale/gianfar.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - use :field: markup; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../freescale/{gianfar.txt => gianfar.rst}| 21 +-- .../networking/device_drivers/index.rst | 1 + 2 fi

[PATCH 10/37] docs: networking: convert xfrm_sysctl.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
Not much to be done here: - add SPDX header; - add a document title; - add a chapter's markup; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst | 1 + .../networking/{xfrm_sysctl.txt => xfrm_sysctl.rst}| 7

Re: [PATCH 1/5] arm/arm64: smccc: Update link to latest SMCCC specification

2020-05-01 Thread Steven Price
On 30/04/2020 12:48, Sudeep Holla wrote: The current link gets redirected to the revision B published in November 2016 though it actually points to the original revision A published in June 2013. Let us update the link to point to the latest version, so that it doesn't get stal anytime soon. Cur

[PATCH 05/37] docs: networking: convert x25-iface.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
Not much to be done here: - add SPDX header; - adjust title markup; - remove a tail whitespace; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst | 1 + .../networking/{x25-iface.txt => x25-iface.rst}| 10

[PATCH 18/37] docs: networking: device drivers: convert davicom/dm9000.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - add a document title; - mark lists as such; - mark tables as such; - mark code blocks and literals as such; - use the right horizontal tag markup; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab

[PATCH 02/37] docs: networking: convert udplite.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark lists as such; - mark tables as such; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Doc

[PATCH 00/37]net: manually convert files to ReST format - part 3 (final)

2020-05-01 Thread Mauro Carvalho Chehab
That's the third part (and the final one) of my work to convert the networking text files into ReST. it is based on linux-next next-20200430 branch. The full series (including those ones) are at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=net-docs The built output documents

Re: [PATCH RFC v2 00/11] dwmac-meson8b Ethernet RX delay configuration

2020-05-01 Thread Martin Blumenstingl
Hi Andrew, On Wed, Apr 29, 2020 at 11:29 PM Andrew Lunn wrote: > > > - Khadas VIM2 seems to have the RX delay built into the PCB trace > > length. When I enable the RX delay on the PHY or MAC I can't get any > > data through. I expect that we will have the same situation on all > > GXBB, GX

Re: [PATCH liburing] test/sfr: basic test for sync_file_range

2020-05-01 Thread Jens Axboe
On 5/1/20 8:38 AM, Pavel Begunkov wrote: > Just call it and check that it doesn't hang and returns success. Applied, thanks. -- Jens Axboe

Re: KASAN: use-after-free Read in inet_diag_bc_sk

2020-05-01 Thread syzbot
syzbot has bisected this bug to: commit b1f3e43dbfacfcd95296b0f80f84b186add9ef54 Author: Dmitry Yakunin Date: Thu Apr 30 15:51:15 2020 + inet_diag: add support for cgroup filter bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=106b15f810 start commit: 37ecb5b8 hinic:

Re: [PATCH 2/5] arm/arm64: smccc: Add the definition for SMCCCv1.2 version/error codes

2020-05-01 Thread Steven Price
On 30/04/2020 12:48, Sudeep Holla wrote: Add the definition for SMCCC v1.2 version and new error code added. While at it, also add a note that ARM DEN 0070A is deprecated and is now merged into the main SMCCC specification(ARM DEN 0028C). Signed-off-by: Sudeep Holla Reviewed-by: Steven Price

[PATCH 14/37] docs: networking: device drivers: convert amazon/ena.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust titles and chapters, adding proper markups; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../amazon/{ena.txt => en

[PATCH 04/37] docs: networking: convert vxlan.txt to ReST

2020-05-01 Thread Mauro Carvalho Chehab
- add SPDX header; - adjust title markup; - mark code blocks and literals as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/index.rst| 1 + .../networking/{vxlan.tx

Re: [PATCH 3/5] arm/arm64: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x instead

2020-05-01 Thread Steven Price
On 30/04/2020 12:48, Sudeep Holla wrote: Instead of maintaining 2 sets of enums/macros for tracking SMCCC version, let us drop smccc_version enum and use ARM_SMCCC_VERSION_1_x directly instead. Signed-off-by: Sudeep Holla Reviewed-by: Steven Price --- arch/arm64/kernel/paravirt.c | 2 +-

[PULL REQUEST] i2c for v5.7

2020-05-01 Thread Wolfram Sang
Linus, I2C has three driver bugfixes this time, and two reverts because the original patches revealed underlying problems which the Tegra guys are now working on. Please pull. Thanks, Wolfram The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c: Linux 5.7-rc3 (202

Re: [PATCH 03/37] docs: networking: convert vrf.txt to ReST

2020-05-01 Thread David Ahern
On 5/1/20 8:44 AM, Mauro Carvalho Chehab wrote: > - add SPDX header; > - adjust title markup; > - Add a subtitle for the first section; > - mark code blocks and literals as such; > - adjust identation, whitespaces and blank lines; > - add to networking/index.rst. > > Signed-off-by: Mauro Carvalho

Re: [PATCHv6 0/6] n_gsm serdev support and GNSS driver for droid4

2020-05-01 Thread Tony Lindgren
* Pavel Machek [200430 22:27]: > > > My guess is that at least with the pending ofono patches, we just > > want to use the raw interface for /dev/gsmtty* interface and stop > > pretending we have a modem that is AT compatible. > > I tried to get it to work... it was not fun and I did not get far

Re: [PATCH 13/15] scsi: sas: avoid gcc-10 zero-length-bounds warning

2020-05-01 Thread James Bottomley
On Fri, 2020-05-01 at 09:54 +0200, Arnd Bergmann wrote: > On Fri, May 1, 2020 at 9:48 AM John Garry > wrote: > > On 30/04/2020 22:30, Arnd Bergmann wrote: > > > This should really be a flexible-array member, but the structure > > > already has such a member, swapping it out with sense_data[] > > >

Re: [PATCH] power: charger-manager: clarify num_properties starting value

2020-05-01 Thread Sebastian Reichel
Hi, On Fri, May 01, 2020 at 04:30:43PM +0200, Michał Mirosław wrote: > Initialize num_properties with length of the copied array instead > of relying on previously memcpy'd value. This makes it clear how > the array and the counter are related. > > Signed-off-by: Michał Mirosław > --- Thanks, q

Re: [PATCH v3 7/7] drm/mediatek: mtk_dsi: Create connector for bridges

2020-05-01 Thread Enric Balletbo i Serra
Hi Chun-Kuang, Thank you for your review. On 1/5/20 16:26, Chun-Kuang Hu wrote: > Hi, Enric: > > Enric Balletbo i Serra 於 2020年4月17日 週五 > 下午11:06寫道: >> >> Use the drm_bridge_connector helper to create a connector for pipelines >> that use drm_bridge. This allows splitting connector operations

Re: [PATCH v1 1/1] PCI/AER: Use _OSC negotiation to determine AER ownership

2020-05-01 Thread Bjorn Helgaas
On Fri, May 01, 2020 at 02:40:23PM +, austin.bo...@dell.com wrote: > On 4/30/2020 6:02 PM, Bjorn Helgaas wrote: > > [Austin, help us understand the FIRMWARE_FIRST bit! :)] > > > > On Thu, Apr 30, 2020 at 05:40:22PM -0500, Bjorn Helgaas wrote: > >> On Sun, Apr 26, 2020 at 11:30:06AM -0700, > >>

Re: [PATCH 0/3] small fixes for-5.7

2020-05-01 Thread Jens Axboe
On 5/1/20 8:09 AM, Pavel Begunkov wrote: > I split the sent patchset, please consider this part for current. > > I'll send a test for [1] in a day or so. > > Regarding [3], Jens, I haven't looked properly yet, how long > splice can wait on a inode mutex, but it can be problematic, > especially fo

Re: [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls

2020-05-01 Thread Luis Chamberlain
On Wed, Apr 29, 2020 at 11:49:37AM +0200, Greg KH wrote: > On Wed, Apr 29, 2020 at 07:46:26AM +, Luis Chamberlain wrote: > > diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c > > index 5c52976bd762..383045f67cb8 100644 > > --- a/kernel/trace/blktrace.c > > +++ b/kernel/trace/blktra

Re: [RFC PATCH v2 0/3] Prefer working VT console over SPCR and device-tree chosen stdout-path

2020-05-01 Thread Alper Nebi Yasak
On 01/05/2020 16:16, Andy Shevchenko wrote: > On Fri, May 1, 2020 at 2:11 PM Alper Nebi Yasak > wrote: >> I'm assuming "by default" here means "without console arguments" >> regardless of firmware requests. This paragraph (with small changes) is >> repeated on many other Kconfig descriptions (d

Re: [PATCH 5/5] arm/arm64: smccc: Add ARCH_SOC_ID support

2020-05-01 Thread Steven Price
On 30/04/2020 12:48, Sudeep Holla wrote: SMCCC v1.2 adds a new optional function SMCCC_ARCH_SOC_ID to obtain a SiP defined SoC identification value. Add support for the same. Also using the SoC bus infrastructure, let us expose the platform specific SoC atrributes under sysfs. We also provide cu

[PATCH 2/3] fsi: occ: Add support for P10

2020-05-01 Thread Eddie James
The P10 OCC has a different SRAM address for the command and response buffers. In addition, the SBE commands to access the SRAM have changed format. Add versioning to the driver to handle these differences. Signed-off-by: Eddie James --- drivers/fsi/fsi-occ.c | 126 ++

[PATCH 1/3] dt-bindings: fsi: Add P10 OCC device documentation

2020-05-01 Thread Eddie James
Add the P10 compatible string. Signed-off-by: Eddie James --- Documentation/devicetree/bindings/fsi/ibm,p9-occ.txt | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/fsi/ibm,p9-occ.txt b/Documentation/devicetree/bindings/fsi/ibm,p9

[PATCH 3/3] hwmon: (occ) Add new temperature sensor type

2020-05-01 Thread Eddie James
The latest version of the On-Chip Controller (OCC) has a different format for the temperature sensor data. Add a new temperature sensor version to handle this data. Signed-off-by: Eddie James --- drivers/hwmon/occ/common.c | 75 ++ 1 file changed, 75 insertion

[PATCH 0/3] occ: Add support for P10

2020-05-01 Thread Eddie James
The OCC in the P10 has a number of differences from the P9. Add some logic to handle the differences in accessing the OCC from the service processor, and support the new temperature sensor type. Eddie James (3): dt-bindings: fsi: Add P10 OCC device documentation fsi: occ: Add support for P10

Re: [PATCH 0/4] Add support for constant power-supply property tables

2020-05-01 Thread Sebastian Reichel
Hi, On Mon, Apr 13, 2020 at 08:38:49PM +0200, Sebastian Reichel wrote: > This marks the properties and usb_types entries in > struct power_supply_desc as const, so that drivers > can constify those tables. > > Sebastian Reichel (4): > power: supply: core: Constify usb_types > power: supply: c

Greetings to you

2020-05-01 Thread Rose Gordon
Greetings to you, I hope that this letter finds you in the best of health and spirit. My name is Rose Gordan, Please I kindly request for your attention, I have a very important business to discuss with you privately and in a much matured manner but i will give the details upon receipt of your r

Re: [PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-05-01 Thread Doug Anderson
Hi, On Thu, Apr 30, 2020 at 11:31 PM Maulik Shah wrote: > > From: Venkata Narendra Kumar Gutta > > Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU > is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the > affinity of wakeup capable IRQs. > > Fixes: e35

Re: [PATCH v2 4/4] PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT

2020-05-01 Thread Lorenzo Pieralisi
On Fri, Apr 17, 2020 at 05:13:22PM +0530, Kishon Vijay Abraham I wrote: > The PCI Bus Binding specification (IEEE Std 1275-1994 Revision 2.1 [1]) > defines both Vendor ID and Device ID to be 32-bits. Fix > pcie-cadence-host.c driver to read 32-bit Vendor ID and Device ID > properties from device tr

[PATCH v4 2/4] power: supply: core: add input voltage/current measurements

2020-05-01 Thread Michał Mirosław
Introduce input voltage and current limits and measurements. This makes room for e.g. VBUS measurements in USB chargers. Signed-off-by: Michał Mirosław --- v2: add parameter checking in power_supply_hwmon_read_string() v3: remove power_supply_hwmon_read_string() parameter checks as it is inte

[PATCH v4 4/4] power: supply: core: document measurement points

2020-05-01 Thread Michał Mirosław
Document used prefixes for input/output/storage voltages and currents. Signed-off-by: Michał Mirosław --- Documentation/power/power_supply_class.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/power/power_supply_class.rst b/Documentation/power/power_supply_class.rst

[PATCH v4 1/4] power: supply: core: tabularize HWMON temperature labels

2020-05-01 Thread Michał Mirosław
Rework power_supply_hwmon_read_string() to check it's parameters. This allows to extend it later with labels for other types of measurements. Signed-off-by: Michał Mirosław --- v2: split from fix temperature labels v3: remove power_supply_hwmon_read_string() parameter checks as it is internal

[PATCH v4 3/4] power: supply: core: add output voltage measurements

2020-05-01 Thread Michał Mirosław
Add support for supply output voltage to be measured and configured. This might be different from the voltage on the storage element (battery). Signed-off-by: Michał Mirosław --- drivers/power/supply/power_supply_hwmon.c | 25 +++ drivers/power/supply/power_supply_sysfs.c |

[PATCH v4 0/4] power: supply: core: extend with new properties

2020-05-01 Thread Michał Mirosław
This series extend power supply class core with additional properties for measurements of power supply input and output power. v4 is a rebase on top of recently applied first part of v3, including patch 1 workaround for gcc and clang bugs. Michał Mirosław (4): power: supply: core: tabularize HW

Re: [RFC][PATCH] x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot up

2020-05-01 Thread Josh Poimboeuf
On Fri, May 01, 2020 at 09:24:04AM -0400, Steven Rostedt wrote: > On Fri, 1 May 2020 00:17:06 -0500 > Josh Poimboeuf wrote: > > > > Would it be easier to just call a new __text_poke_bp() which skips the > > > SYSTEM_BOOTING check, since you know the trampoline will always be > > > read-only? > >

Re: [PATCH 4.4 00/70] 4.4.221-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.221 release. > There are 70 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 sh

Re: [PATCH] arm64: perf_event: Fix time_offset for arch timer

2020-05-01 Thread Leo Yan
Hi all, On Thu, Apr 30, 2020 at 05:18:15PM +0100, Will Deacon wrote: > On Thu, Apr 30, 2020 at 06:04:36PM +0200, Peter Zijlstra wrote: > > On Thu, Apr 30, 2020 at 04:29:23PM +0100, Marc Zyngier wrote: > > > > > I wonder if we could/should make __sched_clock_offset available even when > > > CONFIG

Re: [PATCH v4 5/5] media: platform: Add jpeg dec/enc feature

2020-05-01 Thread Tomasz Figa
Hi Xia, Finally found time to take a look again. Really sorry for the late reply. On Wed, Apr 22, 2020 at 03:00:07PM +0800, Xia Jiang wrote: > On Tue, 2020-03-10 at 13:17 +0900, Tomasz Figa wrote: > > Hi Xia, > > > > On Fri, Dec 6, 2019 at 6:59 PM Xia Jiang wrote: > > > > > > On Wed, 2019-10-23

Re: [PATCH 4.9 00/80] 4.9.221-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.221 release. > There are 80 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 sh

Re: [PATCH 4.14 000/117] 4.14.178-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.178 release. > There are 117 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

Re: [PATCH 4.19 00/46] 4.19.120-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:22, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.120 release. > There are 46 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 s

Re: [PATCH 5.6 000/106] 5.6.9-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:22, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.6.9 release. > There are 106 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 sho

Re: [PATCH 5.4 00/83] 5.4.37-rc1 review

2020-05-01 Thread Jon Hunter
On 01/05/2020 14:22, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.37 release. > There are 83 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 sho

Re: [PATCH v2] perf: cs-etm: Update to build with latest opencsd version.

2020-05-01 Thread Leo Yan
On Fri, May 01, 2020 at 03:36:15PM +0100, Mike Leach wrote: > OpenCSD version v0.14.0 adds in a new output element. This is represented > by a new value in the generic element type enum, which must be added to > the handling code in perf cs-etm-decoder to prevent build errors due to > build options

[PATCH v4 1/7] drm/bridge: ps8640: Get the EDID from eDP control

2020-05-01 Thread Enric Balletbo i Serra
The PS8640 DSI-to-eDP bridge can retrieve the EDID, so implement the .get_edid callback and set the flag to indicate the core to use it. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Laurent Pinchart Acked-by: Sam Ravnborg --- Changes in v4: None Changes in v3: None Changes in v2: None

[PATCH v4 4/7] drm/mediatek: mtk_dsi: Convert to bridge driver

2020-05-01 Thread Enric Balletbo i Serra
Convert mtk_dsi to a bridge driver with built-in encoder support for compatibility with existing component drivers. Signed-off-by: Enric Balletbo i Serra Acked-by: Sam Ravnborg --- Changes in v4: - Remove double call to drm_encoder_init(). (Chun-Kuang Hu) - Cleanup the encoder in mtk_dsi_unbind

[PATCH v4 0/7] Convert mtk-dsi to drm_bridge API and get EDID for ps8640 bridge

2020-05-01 Thread Enric Balletbo i Serra
The PS8640 dsi-to-eDP bridge driver is using the panel bridge API, however, not all the components in the chain have been ported to the drm_bridge API. Actually, when a panel is attached the default panel's mode is used, but in some cases we can't get display up if mode getting from eDP control EDI

[PATCH v4 5/7] drm/mediatek: mtk_dsi: Use simple encoder

2020-05-01 Thread Enric Balletbo i Serra
The mtk_dsi driver uses an empty implementation for its encoder. Replace the code with the generic simple encoder. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Laurent Pinchart Acked-by: Sam Ravnborg Reviewed-by: Chun-Kuang Hu --- Changes in v4: None Changes in v3: None Changes in v2: N

[PATCH v4 3/7] drm/mediatek: mtk_dsi: Rename bridge to next_bridge

2020-05-01 Thread Enric Balletbo i Serra
This is really a cosmetic change just to make a bit more readable the code after convert the driver to drm_bridge. The bridge variable name will be used by the encoder drm_bridge, and the chained bridge will be named next_bridge. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Laurent Pinchart

[PATCH v4 2/7] drm/bridge_connector: Set default status connected for eDP connectors

2020-05-01 Thread Enric Balletbo i Serra
In an eDP application, HPD is not required and on most bridge chips useless. If HPD is not used, we need to set initial status as connected, otherwise the connector created by the drm_bridge_connector API remains in an unknown state. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Laurent Pinc

Re: [PATCH v3 4/6] blktrace: fix debugfs use after free

2020-05-01 Thread Luis Chamberlain
On Wed, Apr 29, 2020 at 02:57:26PM +0200, Greg KH wrote: > On Wed, Apr 29, 2020 at 12:21:52PM +, Luis Chamberlain wrote: > > On Wed, Apr 29, 2020 at 05:04:06AM -0700, Christoph Hellwig wrote: > > > On Wed, Apr 29, 2020 at 12:02:30PM +, Luis Chamberlain wrote: > > > > > Err, that function is

[PATCH v4 6/7] drm/mediatek: mtk_dsi: Use the drm_panel_bridge API

2020-05-01 Thread Enric Balletbo i Serra
Replace the manual panel handling code by a drm_panel_bridge. This simplifies the driver and allows all components in the display pipeline to be treated as bridges, paving the way to generic connector handling. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Laurent Pinchart Acked-by: Sam Rav

Re: [PATCH 1/4] fs: Implement close-on-fork

2020-05-01 Thread Matthew Wilcox
On Fri, May 01, 2020 at 02:45:16PM +, Karstens, Nate wrote: > Others -- I will respond to feedback outside of implementation details in a > separate message. FWIW, I'm opposed to the entire feature. Improving the implementation will not change that.

[PATCH v4 7/7] drm/mediatek: mtk_dsi: Create connector for bridges

2020-05-01 Thread Enric Balletbo i Serra
Use the drm_bridge_connector helper to create a connector for pipelines that use drm_bridge. This allows splitting connector operations across multiple bridges when necessary, instead of having the last bridge in the chain creating the connector and handling all connector operations internally. Si

Re: [PATCH 4/4 v2] firmware: stratix10-svc: Slightly simplify code

2020-05-01 Thread Richard Gong
Hi, On 4/29/20 1:52 AM, Christophe JAILLET wrote: Replace 'devm_kmalloc_array(... | __GFP_ZERO)' with the equivalent and shorter 'devm_kcalloc(...)'. It doesn't make much sense. Actually devm_kcalloc returns devm_kmalloc_array(.., flag | __GFP_ZERO). 'ctrl->genpool' can not be NULL, so axe a

Re: [PATCH] PCI: dwc: Fix inner MSI IRQ domain registration

2020-05-01 Thread Jingoo Han
On 5/1/20, 7:39 AM, Marc Zyngier wrote: > On a system that uses the internal DWC MSI widget, I get this > warning from debugfs when CONFIG_GENERIC_IRQ_DEBUGFS is selected: > > debugfs: File ':soc:pcie@fc00' in directory 'domains' already present! > > This is due to the fact that the DWC MSI c

Re: [PATCH 5/5] arm/arm64: smccc: Add ARCH_SOC_ID support

2020-05-01 Thread John Garry
On 30/04/2020 12:48, Sudeep Holla wrote: +static int __init smccc_soc_init(void) +{ + struct device *dev; + int ret, soc_id_rev; + struct arm_smccc_res res; + static char soc_id_str[8], soc_id_rev_str[12]; + + if (arm_smccc_get_version() < ARM_SMCCC_VERSION_1_2) +

Re: [PATCH] arm64: perf_event: Fix time_offset for arch timer

2020-05-01 Thread Will Deacon
On Fri, May 01, 2020 at 11:14:48PM +0800, Leo Yan wrote: > On Thu, Apr 30, 2020 at 05:18:15PM +0100, Will Deacon wrote: > > On Thu, Apr 30, 2020 at 06:04:36PM +0200, Peter Zijlstra wrote: > > > On Thu, Apr 30, 2020 at 04:29:23PM +0100, Marc Zyngier wrote: > > > > > > > I wonder if we could/should

Re: [PATCH RFC v2 01/11] dt-bindings: net: meson-dwmac: Add the amlogic,rx-delay-ns property

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:34PM +0200, Martin Blumenstingl wrote: > The PRG_ETHERNET registers on Meson8b and newer SoCs can add an RX > delay. Add a property with the known supported values so it can be > configured according to the board layout. > > Signed-off-by: Martin Blumenstingl Review

Re: [PATCH RFC v2 02/11] dt-bindings: net: dwmac-meson: Document the "timing-adjustment" clock

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:35PM +0200, Martin Blumenstingl wrote: > The PRG_ETHERNET registers can add an RX delay in RGMII mode. This > requires an internal re-timing circuit whose input clock is called > "timing adjustment clock". Document this clock input so the clock can be > enabled as need

Re: [PATCH RFC v2 03/11] net: stmmac: dwmac-meson8b: use FIELD_PREP instead of open-coding it

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:36PM +0200, Martin Blumenstingl wrote: > Use FIELD_PREP() to shift a value to the correct offset based on a > bitmask instead of open-coding the logic. > No functional changes. > > Signed-off-by: Martin Blumenstingl Reviewed-by: Andrew Lunn Andrew

Re: [PATCH 2/2] lib kallsyms: parse using io api

2020-05-01 Thread Ian Rogers
On Fri, May 1, 2020 at 5:23 AM Jiri Olsa wrote: > > On Thu, Apr 30, 2020 at 12:35:57PM -0700, Ian Rogers wrote: > > Perf record will call kallsyms__parse 4 times during startup and process > > megabytes of data. This changes kallsyms__parse to use the io library > > rather than fgets to improve pe

  1   2   3   4   5   6   7   8   9   10   >