diff options
| author | Sam Protsenko <[email protected]> | 2021-12-04 21:57:55 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-12-20 16:53:44 +0100 |
| commit | 59f37b7370ef56e6faf25d0e18bc597a0af40bb8 (patch) | |
| tree | 08567a87d9b170f57642174b38e47a4c6fceb03d /include | |
| parent | 35eaa42c4a1017c08d0572008db375becb621744 (diff) | |
tty: serial: samsung: Remove USI initialization
USI control is now extracted to the dedicated USI driver. Remove USI
related code from serial driver to avoid conflicts and code duplication.
Signed-off-by: Sam Protsenko <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serial_s3c.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/serial_s3c.h b/include/linux/serial_s3c.h index cf0de4a86640..f6c3323fc4c5 100644 --- a/include/linux/serial_s3c.h +++ b/include/linux/serial_s3c.h @@ -27,15 +27,6 @@ #define S3C2410_UERSTAT (0x14) #define S3C2410_UFSTAT (0x18) #define S3C2410_UMSTAT (0x1C) -#define USI_CON (0xC4) -#define USI_OPTION (0xC8) - -#define USI_CON_RESET (1<<0) -#define USI_CON_RESET_MASK (1<<0) - -#define USI_OPTION_HWACG_CLKREQ_ON (1<<1) -#define USI_OPTION_HWACG_CLKSTOP_ON (1<<2) -#define USI_OPTION_HWACG_MASK (3<<1) #define S3C2410_LCON_CFGMASK ((0xF<<3)|(0x3)) |