Re: [PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2019-10-14 Thread Xin Ji
Hi Laurent Pinchart, On Tue, Oct 15, 2019 at 01:16:10AM +0300, Laurent Pinchart wrote: > Hi Xin Ji, > > On Mon, Oct 14, 2019 at 03:02:48AM +, Xin Ji wrote: > > On Fri, Oct 11, 2019 at 03:54:18PM +0300, Laurent Pinchart wrote: > > > On Fri, Oct 11, 2019 at 01:21:43PM +0200, Andrzej Hajda wrote

[PATCH 7/7] PCI/MSI: Move power state check out of pci_msi_supported()

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas 27e20603c54b ("PCI/MSI: Move D0 check into pci_msi_check_device()") moved the power state check into pci_msi_check_device(), which was subsequently renamed to pci_msi_supported(). This didn't change the behavior, since both callers checked the power state. However, it doesn'

[PATCH 1/7] PCI/PM: Always return devices to D0 when thawing

2019-10-14 Thread Bjorn Helgaas
From: Dexuan Cui pci_pm_thaw_noirq() is supposed to return the device to D0 and restore its configuration registers, but previously it only did that for devices whose drivers implemented the new power management ops. Hibernation, e.g., via "echo disk > /sys/power/state", involves freezing device

[PATCH 4/7] PCI/PM: Run resume fixups before disabling wakeup events

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas pci_pm_resume() and pci_pm_restore() call pci_pm_default_resume(), which runs resume fixups before disabling wakeup events: static void pci_pm_default_resume(struct pci_dev *pci_dev) { pci_fixup_device(pci_fixup_resume, pci_dev); pci_enable_wake(pci_dev, PCI_D0, f

[PATCH 6/7] PCI/PM: Wrap long lines in documentation

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas Documentation/power/pci.rst is wrapped to fit in 80 columns, but directory structure changes made a few lines longer. Wrap them so they all fit in 80 columns again. Signed-off-by: Bjorn Helgaas --- Documentation/power/pci.rst | 28 ++-- 1 file chang

[PATCH 5/7] PCI/PM: Make power management op coding style consistent

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas Some of the power management ops use this style: struct device_driver *drv = dev->driver; if (drv && drv->pm && drv->pm->prepare(dev)) drv->pm->prepare(dev); while others use this: const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; if (pm && pm-

[PATCH 3/7] PCI/PM: Clear PCIe PME Status even for legacy power management

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas Previously, pci_pm_resume_noirq() cleared the PME Status bit in the Root Status register only if the device had no driver or the driver did not implement legacy power management. It should clear PME Status regardless of what sort of power management the driver supports, so do

[PATCH 2/7] PCI/PM: Correct pci_pm_thaw_noirq() documentation

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas According to the documentation, pci_pm_thaw_noirq() did not put the device into the full-power state and restore its standard configuration registers. This is incorrect, so update the documentation to match the code. Signed-off-by: Bjorn Helgaas --- Documentation/power/pci.

[PATCH v3 0/7] PCI: PM: Move to D0 before calling pci_legacy_resume_early()

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas Dexuan, the important thing here is the first patch, which is your [1], which I modified by doing pci_restore_state() as well as setting to D0: pci_set_power_state(pci_dev, PCI_D0); pci_restore_state(pci_dev); I'm proposing some more patches on top. None are relevant to

Re: [PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2019-10-14 Thread Laurent Pinchart
Hi Xin Ji, On Mon, Oct 14, 2019 at 03:02:48AM +, Xin Ji wrote: > On Fri, Oct 11, 2019 at 03:54:18PM +0300, Laurent Pinchart wrote: > > On Fri, Oct 11, 2019 at 01:21:43PM +0200, Andrzej Hajda wrote: > >> On 11.10.2019 04:21, Xin Ji wrote: > >>> The ANX7625 is an ultra-low power 4K Mobile HD Tra

[PATCH] staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS

2019-10-14 Thread Colin King
From: Colin Ian King Currently the exit return path when sme->key_idx >= NUM_WEPKEYS is via label 'exit' and this checks if result is non-zero, however result has not been initialized and contains garbage. Fix this by replacing the goto with a return with the error code. Addresses-Coverity: ("U

good day

2019-10-14 Thread Raymond
I am Vice Chairman of Hang Seng Bank, I have Important Matter to Discuss with you concerning my late client, Died without a NEXT OF KIN. Send me your private email for full details information. email me at (infocar...@aim.com) Mail:infocar...@aim.com Regards Dr.Raymond Chien Kuo Fung __

[RFC PATCH] drm/bridge: anx7625: ANX_OUI[] can be static

2019-10-14 Thread kbuild test robot
Fixes: 152a82b6747f ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver") Signed-off-by: kbuild test robot --- anx7625.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c

Re: [PATCH v2 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2019-10-14 Thread kbuild test robot
option to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Xin-Ji/dt-bindings-drm-bridge-anx7625-MIPI-to-DP-transmitter-binding/20191014-043019 reproduce: # apt-get install sparse # sparse versi