31 Oct, 2015
1 commit
-
The invoked functions already return zero on success or a negative
errno code so there is no need to open code the logic in the caller.Signed-off-by: Javier Martinez Canillas
Signed-off-by: Lee Jones
04 Mar, 2015
7 commits
-
pcr_dbg is a wrapper of dev_dbg, which can save some code,
and help to enable/disable debug message static.Signed-off-by: Micky Ching
Signed-off-by: Lee Jones -
Add support for new chip rts525A.
Signed-off-by: Micky Ching
Signed-off-by: Lee Jones -
add support for new chip rts524A.
Signed-off-by: Micky Ching
Signed-off-by: Lee Jones -
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 -
Update some phy register name and value for rts5249,
the updated value makes chip more stable on some platform.Signed-off-by: Micky Ching
Signed-off-by: Lee Jones -
update card drive settings, This setting can be used for rts5249
rts524A and rts525A.Signed-off-by: Micky Ching
Signed-off-by: Lee Jones -
PETXCFG is defined at 0xFF03, the old 0xFE49 not used any more.
Signed-off-by: Micky Ching
Signed-off-by: Lee Jones
26 Nov, 2014
1 commit
-
Fix rts5227&5249 failed send buffer cmd after suspend,
PM_CTRL3 should reset before send any buffer cmd after suspend.
Otherwise, buffer cmd will failed, this will lead resume fail.Signed-off-by: Micky Ching
Signed-off-by: Lee Jones
23 Oct, 2013
1 commit
-
In some platforms, specially Thinkpad series, rts5249 won't be
initialized properly. So we need adjust some phy parameters to
improve the compatibility issue.It is a little different between simulation and real chip. We have
no idea about which configuration is better before tape-out. We set
default settings according to simulation, but need to tune these
parameters after getting the real chip.I can't explain every change in detail here. The below information is
just a rough description:PHY_REG_REV: Disable internal clkreq_tx, enable rx_pwst
PHY_BPCR: No change, just turn the magic number to macro definitions
PHY_PCR: Change OOBS sensitivity, from 60mV to 90mV
PHY_RCR2: Control charge-pump current automatically
PHY_FLD4: Use TX cmu reference clock
PHY_RDR: Change RXDSEL from 30nF to 1.9nF
PHY_RCR1: Change the duration between adp_st and asserting cp_en from
0.32 us to 0.64us
PHY_FLD3: Adjust internal timers
PHY_TUNE: Fine tune the regulator12 output voltageSigned-off-by: Wei WANG
Signed-off-by: Lee Jones
30 Aug, 2013
1 commit
-
The default phase can meet most cards' requirement, but it is not the
optimal one. In some extreme situation, the rx phase point produced by
the following tuning process will drift quite a distance.
Before tuning UHS card, this patch will set a more proper initial tx
phase point, which is calculated from statistic data, and can achieve
a much better tx signal quality.Signed-off-by: Wei WANG
Acked-by: Lee Jones
Acked-by: Chris Ball
Signed-off-by: Samuel Ortiz
20 Aug, 2013
5 commits
-
Update copyright date, remove author address and add Roger Tseng.
Signed-off-by: Wei WANG
Signed-off-by: Samuel Ortiz -
Set a bit to enable rts5227 and rts5249 to enter a deeper internal
power-saving mode in S3, and recover it after resuming.Signed-off-by: Wei WANG
Signed-off-by: Samuel Ortiz -
These actions are individual for each reader model, so should be put in
extra_init_hw instead of rtsx_pci_init_hw.Signed-off-by: Wei WANG
Signed-off-by: Samuel Ortiz -
Some actions to clear power state should be handled in .shutdown
callback in rtsx_pci_driver. This patch adopts the following measures to
catch this goal:
1. Add a function rtsx_pci_power_off to abstract the common ops in
.shutdown and .suspend
2. Add pcr->ops->force_power_down to fulfill the individual action for
each reader modelSigned-off-by: Wei WANG
Signed-off-by: Samuel Ortiz -
Normally OEMs will set vendor setting to the config space of Realtek
card reader in BIOS stage. This patch reads the setting at the first,
and configure the internal registers according to it, to improve card
reader's compatibility condition.Signed-off-by: Wei WANG
Signed-off-by: Samuel Ortiz
20 Apr, 2013
1 commit
-
RTS5249 supports SD UHS-II interface.
In order to support SD UHS-II,the definitions of some internal
registers of RTS5249 have to be modified and are different from its
predecessors. So we need this patch to ensure RTS5249 can work, even
SD/MMC stack doesn't support UHS-II interface.Signed-off-by: Wei WANG
Signed-off-by: Samuel Ortiz