Re: [PATCH RFC v2 07/11] net: stmmac: dwmac-meson8b: Make the clock enabling code re-usable

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:40PM +0200, Martin Blumenstingl wrote: > The timing adjustment clock will need similar logic as the RGMII clock: > It has to be enabled in the driver conditionally and when the driver is > unloaded it should be disabled again. Extract the existing code for the > RGMII

Re: [PATCH] usb: usbfs: correct kernel->user page attribute mismatch

2020-05-01 Thread Robin Murphy
On 2020-05-01 8:05 am, Greg KH wrote: On Thu, Apr 30, 2020 at 04:19:22PM -0500, Jeremy Linton wrote: On arm64, and possibly other architectures, requesting IO coherent memory may return Normal-NC if the underlying hardware isn't coherent. If these pages are then remapped into userspace as

Re: sparc-related comment, to Re: [PATCH V1 07/10] arch/kmap: Ensure kmap_prot visibility

2020-05-01 Thread Ira Weiny
On Fri, May 01, 2020 at 01:44:46AM -0700, Christoph Hellwig wrote: > > --- a/arch/sparc/mm/highmem.c > > +++ b/arch/sparc/mm/highmem.c > > @@ -33,6 +33,7 @@ > > #include > > > > pgprot_t kmap_prot; > > +EXPORT_SYMBOL(kmap_prot); > > Btw, I don't see why sparc needs this as a variable, as

Re: [PATCH v3 2/4] floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params

2020-05-01 Thread Christoph Hellwig
On Fri, May 01, 2020 at 04:44:14PM +0300, Denis Efremov wrote: > Use FD_AUTODETECT_SIZE for autodetect buffer size in struct > floppy_drive_params instead of a magic number. Looks good, Reviewed-by: Christoph Hellwig

Re: [PATCH v3 1/4] floppy: use print_hex_dump() in setup_DMA()

2020-05-01 Thread Christoph Hellwig
On Fri, May 01, 2020 at 04:44:13PM +0300, Denis Efremov wrote: > Remove pr_cont() and use print_hex_dump() in setup_DMA() to print the > contents of the cmd buffer. > > Suggested-by: Joe Perches > Signed-off-by: Denis Efremov Looks good, Reviewed-by: Christoph Hellwig

Re: [PATCH RFC v2 06/11] net: stmmac: dwmac-meson8b: Fetch the "timing-adjustment" clock

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:39PM +0200, Martin Blumenstingl wrote: > The PRG_ETHERNET registers have a built-in timing adjustment circuit > which can provide the RX delay in RGMII mode. This is driven by an > external (to this IP, but internal to the SoC) clock input. Fetch this > clock as

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

2020-05-01 Thread Christoph Hellwig
On Fri, May 01, 2020 at 03:06:26PM +, Luis Chamberlain wrote: > > You have access to a block device here, please use dev_warn() instead > > here for that, that makes it obvious as to what device a "concurrent > > blktrace" was attempted for. > > The block device may be empty, one example is

Re: [PATCH RFC v2 05/11] net: stmmac: dwmac-meson8b: Add the PRG_ETH0_ADJ_* bits

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:38PM +0200, Martin Blumenstingl wrote: > The PRG_ETH0_ADJ_* are used for applying the RGMII RX delay. The public > datasheets only have very limited description for these registers, but > Jianxin Pan provided more detailed documentation from an (unnamed) > Amlogic

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

2020-05-01 Thread Marc Zyngier
On 2020-05-01 16:14, Leo Yan wrote: 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

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

2020-05-01 Thread Bjorn Helgaas
On Thu, Apr 30, 2020 at 05:35:34PM -0700, Kuppuswamy, Sathyanarayanan wrote: > On 4/30/2020 3:40 PM, Bjorn Helgaas wrote: > > On Sun, Apr 26, 2020 at 11:30:06AM -0700, > > sathyanarayanan.kuppusw...@linux.intel.com wrote: > > > From: Kuppuswamy Sathyanarayanan > > > > > > > > > Currently PCIe

Re: [PATCH RFC v2 04/11] net: stmmac: dwmac-meson8b: Move the documentation for the TX delay

2020-05-01 Thread Andrew Lunn
On Wed, Apr 29, 2020 at 10:16:37PM +0200, Martin Blumenstingl wrote: > Move the documentation for the TX delay above the PRG_ETH0_TXDLY_MASK > definition. Future commits will add more registers also with > documentation above their register bit definitions. Move the existing > comment so it will

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

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 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

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

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 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] 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

[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.

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

[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

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.

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

[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

[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

[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:

[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

[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

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

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

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

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

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.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

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,

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 > > >

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

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? > >

[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

[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

[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

[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

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

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

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:

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:

[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

[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

[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

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

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

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 > > +++

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

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 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] 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,

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: [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

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

[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

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 +-

[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 ++

[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

[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}|

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.

[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 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

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,

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 =>

[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 +

[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 ++

[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 ++

[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 ---

[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

[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 ---

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

[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

[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 ---

[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" >

[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 +

[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 +-

[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 ---

[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 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 ---

[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 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

[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 ---

[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; -

[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 |

<    2   3   4   5   6   7   8   9   10   11   >