All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: mt7621-pci-phy: driver cleanups
@ 2019-04-17  9:52 Sergio Paracuellos
  2019-04-17  9:52 ` [PATCH 1/3] staging: mt7621-pci-phy: use 'platform_get_resource' Sergio Paracuellos
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergio Paracuellos @ 2019-04-17  9:52 UTC (permalink / raw)
  To: gregkh; +Cc: neil, driverdev-devel

This series makes some cleanups pointed out here from Kishon Vijay
Abraham I:

* https://lkml.org/lkml/2019/4/17/53

Changes:
    - make use of platform_get_resource.
    - make use of soc_device_match.
    - clean a bit error paths and not needed locals in 'probe' function.

Regmap api is not being introduced yet... should we? I understand this
simplifies code for spi or i2c drivers but I am not sure in this case.
Neil, what do you think?

This changes have been only compile-tested.

Hope this helps.

Best regards,
    Sergio Paracuellos

Sergio Paracuellos (3):
  staging: mt7621-pci-phy: use 'platform_get_resource'
  staging: mt7621-pci-phy: remove some unnecessary local variables
  staging: mt7621-pci-phy: add quirks for 'E2' revision using
    'soc_device_attribute'

 .../staging/mt7621-pci-phy/pci-mt7621-phy.c   | 44 ++++++++++---------
 1 file changed, 23 insertions(+), 21 deletions(-)

-- 
2.19.1

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

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

end of thread, other threads:[~2019-04-17  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  9:52 [PATCH 0/3] staging: mt7621-pci-phy: driver cleanups Sergio Paracuellos
2019-04-17  9:52 ` [PATCH 1/3] staging: mt7621-pci-phy: use 'platform_get_resource' Sergio Paracuellos
2019-04-17  9:52 ` [PATCH 2/3] staging: mt7621-pci-phy: remove some unnecessary local variables Sergio Paracuellos
2019-04-17  9:52 ` [PATCH 3/3] staging: mt7621-pci-phy: add quirks for 'E2' revision using 'soc_device_attribute' 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.