All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: mt7621-pci: Handle minor issues
@ 2019-06-21  6:15 Sergio Paracuellos
  2019-06-21  6:15 ` [PATCH 1/4] staging: mt7621-pci: disable pcie port clock if there is no pcie link Sergio Paracuellos
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Sergio Paracuellos @ 2019-06-21  6:15 UTC (permalink / raw)
  To: gregkh; +Cc: neil, driverdev-devel, gerg

This patch series properly handle minor issues in this driver. These are:
* Disable pcie port clock on pci dirver instead of doing it in the phy
  driver. The pci driver is the correct place to do this.
* Add a missing call to phy_exit function to properly handle the function
  'mt7621_pcie_init_port' error path.
* Move driver to init in a later stage using 'module_init' instead of using
  'arch_initcall'.

Patches are only compile-tested. It would be awasome to be tested before applied
them (mainly the change to 'module_init' stuff).

Hope this helps.

Best regards,
    Sergio Paracuellos

Sergio Paracuellos (4):
  staging: mt7621-pci: disable pcie port clock if there is no pcie link
  staging: mt7621-pci: add phy exit call if phy_power_on call fails
  staging: mt7621-pci-phy: remove disable clock from the phy exit
    function
  staging: mt7621-pci: use 'module_init' instead of 'arch_initcall'

 drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c |  8 --------
 drivers/staging/mt7621-pci/pci-mt7621.c         | 10 +++++++++-
 2 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.19.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-07-06 16:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  6:15 [PATCH 0/4] staging: mt7621-pci: Handle minor issues Sergio Paracuellos
2019-06-21  6:15 ` [PATCH 1/4] staging: mt7621-pci: disable pcie port clock if there is no pcie link Sergio Paracuellos
2019-06-21  6:15 ` [PATCH 2/4] staging: mt7621-pci: add phy exit call if phy_power_on call fails Sergio Paracuellos
2019-06-21  6:15 ` [PATCH 3/4] staging: mt7621-pci-phy: remove disable clock from the phy exit function Sergio Paracuellos
2019-06-21  6:15 ` [PATCH 4/4] staging: mt7621-pci: use 'module_init' instead of 'arch_initcall' Sergio Paracuellos
2019-06-21 12:35 ` [PATCH 0/4] staging: mt7621-pci: Handle minor issues Greg Ungerer
2019-06-21 13:23   ` Sergio Paracuellos
2019-06-23  2:15   ` Brett Neumeier
2019-06-23  5:58     ` Sergio Paracuellos
2019-06-25  5:10       ` Greg Ungerer
2019-06-25  5:18         ` Sergio Paracuellos
2019-06-25 12:47           ` Sergio Paracuellos
2019-06-26  3:31             ` Greg Ungerer
2019-06-26  7:10               ` Sergio Paracuellos
2019-06-26 12:18                 ` Greg Ungerer
2019-06-26 12:44                   ` Sergio Paracuellos
2019-07-05 18:43                     ` Brett Neumeier
2019-07-06  9:00                       ` Sergio Paracuellos
2019-07-06 13:43                         ` Brett Neumeier
2019-07-06 16:24                           ` Sergio Paracuellos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.