]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/rtsx_pci.h
mfd: rtsx: Remove LCTLR defination
authorMicky Ching <micky_ching@realsil.com.cn>
Wed, 25 Feb 2015 05:50:13 +0000 (13:50 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Mar 2015 16:41:19 +0000 (16:41 +0000)
commit19f3bd548f2750a8a7e4e6d2f25fdc5f8e2c3ee9
tree6eeb54b69860e8150f5a46cca024778198a973c5
parentb038538104d5b033d3beaffba6d6efe01246930b
mfd: rtsx: Remove LCTLR defination

To enable/disable ASPM we should find LINK CONTROL register
in PCI config space. All old chip use 0x80 address, but new
chip may use another address, so we using pci_find_capability()
to get LINK CONTROL address.

rtsx_gops.c was removed, we consider to put some common operations
to this file, but the actual thing is, only a group of chips
are in common ops1, and another group of chips in common ops2,
it is hard to decide put which ops into generic ops file.

Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Makefile
drivers/mfd/rts5227.c
drivers/mfd/rts5249.c
drivers/mfd/rtsx_gops.c [deleted file]
drivers/mfd/rtsx_pcr.c
include/linux/mfd/rtsx_pci.h