All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
@ 2019-06-21  9:46 ` Puranjay Mohan
  0 siblings, 0 replies; 30+ messages in thread
From: puranjay12 @ 2019-06-21  9:46 UTC (permalink / raw)


This patch series removes the private duplicates of PCI definitions in
favour of generic definitions defined in pci_regs.h.

This driver only uses some of the generic PCI definitons,
which are included from pci_regs.h and thier private versions
are removed from skfbi.h with all other private defines.

The skfbi.h defines PCI_REV_ID and other private defines with different
names, these are renamed to Generic PCI names to make them
compatible with defines in pci_regs.h.

All unused defines are removed from skfbi.h.

Puranjay Mohan (3):
  net: fddi: skfp: Rename local PCI defines to match generic PCI defines
  net: fddi: skfp: Include generic PCI definitions
  net: fddi: skfp: Remove unused private PCI definitions

 drivers/net/fddi/skfp/drvfbi.c  |  3 +-
 drivers/net/fddi/skfp/h/skfbi.h | 80 +--------------------------------
 2 files changed, 4 insertions(+), 79 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-06-26 20:03 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-21  9:46 [Linux-kernel-mentees] [PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates puranjay12
2019-06-21  9:46 ` Puranjay Mohan
2019-06-21  9:46 ` [Linux-kernel-mentees] " Puranjay Mohan
2019-06-21  9:46 ` [Linux-kernel-mentees] [PATCH v3 1/3] net: fddi: skfp: Rename local PCI defines to match generic PCI defines puranjay12
2019-06-21  9:46   ` Puranjay Mohan
2019-06-21  9:46   ` [Linux-kernel-mentees] " Puranjay Mohan
2019-06-21  9:46 ` [Linux-kernel-mentees] [PATCH v3 2/3] net: fddi: skfp: Include generic PCI definitions puranjay12
2019-06-21  9:46   ` Puranjay Mohan
2019-06-21  9:46   ` [Linux-kernel-mentees] " Puranjay Mohan
2019-06-21  9:46 ` [Linux-kernel-mentees] [PATCH v3 3/3] net: fddi: skfp: Remove unused private " puranjay12
2019-06-21  9:46   ` Puranjay Mohan
2019-06-21  9:46   ` [Linux-kernel-mentees] " Puranjay Mohan
2019-06-21 14:05 ` [Linux-kernel-mentees] [PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates helgaas
2019-06-21 14:05   ` Bjorn Helgaas
2019-06-21 14:05   ` [Linux-kernel-mentees] " Bjorn Helgaas
2019-06-21 15:20 ` gnomes
2019-06-21 15:20   ` Alan Cox
2019-06-21 15:20   ` [Linux-kernel-mentees] " Alan Cox
2019-06-21 16:36   ` skhan
2019-06-21 16:36     ` Shuah Khan
2019-06-21 16:36     ` [Linux-kernel-mentees] " Shuah Khan
2019-06-26 20:03     ` davem
2019-06-26 20:03       ` David Miller
2019-06-26 20:03       ` [Linux-kernel-mentees] " David Miller
2019-06-21 16:44   ` helgaas
2019-06-21 16:44     ` Bjorn Helgaas
2019-06-21 16:44     ` [Linux-kernel-mentees] " Bjorn Helgaas
2019-06-21 17:59     ` joe
2019-06-21 17:59       ` Joe Perches
2019-06-21 17:59       ` [Linux-kernel-mentees] " Joe Perches

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.