mbox series

[0/6] misc: rtsx: Clean up Realtek card reader driver

Message ID 20200521180545.1159896-1-helgaas@kernel.org
Headers show
Series misc: rtsx: Clean up Realtek card reader driver | expand

Message

Bjorn Helgaas May 21, 2020, 6:05 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

These are minor cleanups of the Realtek card reader driver.  They shouldn't
fix or break anything by themselves; they're just to make it slightly more
readable and maintainable.

Bjorn Helgaas (6):
  misc: rtsx: Remove unused pcr_ops
  misc: rtsx: Removed unused dev_aspm_mode
  misc: rtsx: Use ASPM_MASK_NEG instead of hard-coded value
  misc: rtsx: Use pcie_capability_clear_and_set_word() for
    PCI_EXP_LNKCTL
  misc: rtsx: Simplify rtsx_comm_set_aspm()
  misc: rtsx: Remove unnecessary rts5249_set_aspm(), rts5260_set_aspm()

 drivers/misc/cardreader/rts5249.c  | 29 --------------------
 drivers/misc/cardreader/rts5260.c  | 26 ------------------
 drivers/misc/cardreader/rts5261.c  | 38 +++-----------------------
 drivers/misc/cardreader/rtsx_pcr.c | 43 ++++++------------------------
 drivers/misc/cardreader/rtsx_pcr.h |  1 -
 include/linux/rtsx_pci.h           | 25 -----------------
 6 files changed, 12 insertions(+), 150 deletions(-)


base-commit: 8f3d9f354286745c751374f5f1fcafee6b3f3136

Comments

Greg Kroah-Hartman May 22, 2020, 7:38 a.m. UTC | #1
On Thu, May 21, 2020 at 01:05:39PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> These are minor cleanups of the Realtek card reader driver.  They shouldn't
> fix or break anything by themselves; they're just to make it slightly more
> readable and maintainable.

Thanks for these, they all look sane and I've queued them up in my tree
now.

greg k-h