diff options
| author | Ricky Wu <[email protected]> | 2023-12-08 11:21:44 +0800 | 
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-15 17:27:04 +0100 | 
| commit | 6a511c9b3a0df7a10b06694c20f3ebdc08be98cd (patch) | |
| tree | 43d16f00ecd89701c9bbda6fa81dc7e6a71ba7e9 /drivers/misc/cardreader/rtsx_pcr.h | |
| parent | c27dfca4555bf74dd7dd7161d8ef2790ec1c7283 (diff) | |
misc: rtsx: add to support new card reader rts5264
in order to support rts5264 in rtsx_pcr add the id in and
determine whether the device is rts5264 to call rts5264
functions and do rts5264 workflows or set rts5264 registers
Signed-off-by: Ricky Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/misc/cardreader/rtsx_pcr.h')
| -rw-r--r-- | drivers/misc/cardreader/rtsx_pcr.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/misc/cardreader/rtsx_pcr.h b/drivers/misc/cardreader/rtsx_pcr.h index 37d1f316ae17..9215d66de00c 100644 --- a/drivers/misc/cardreader/rtsx_pcr.h +++ b/drivers/misc/cardreader/rtsx_pcr.h @@ -74,6 +74,7 @@ void rtl8411b_init_params(struct rtsx_pcr *pcr);  void rts5260_init_params(struct rtsx_pcr *pcr);  void rts5261_init_params(struct rtsx_pcr *pcr);  void rts5228_init_params(struct rtsx_pcr *pcr); +void rts5264_init_params(struct rtsx_pcr *pcr);  static inline u8 map_sd_drive(int idx)  { |