From: Micky Ching Date: Wed, 25 Feb 2015 05:50:13 +0000 (+0800) Subject: mfd: rtsx: Remove LCTLR defination X-Git-Tag: omap-for-v4.2/o2_dc~140^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f3bd548f2750a8a7e4e6d2f25fdc5f8e2c3ee9;p=pandora-kernel.git 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed