summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-04-20 16:18:46 +0300
committerMark Brown <broonie@kernel.org>2021-04-23 15:36:18 +0100
commit86527bcbc88922ea40df05d28189ee15489d2cf1 (patch)
treec52f196a8db5a5d7d457e9e976b7dd4e4aaf4862 /scripts
parent9ec2a73f0b09f5a5070a0092f08b1531b2cb0d8d (diff)
downloadkernel-86527bcbc88922ea40df05d28189ee15489d2cf1.tar.gz
spi: Rename enable1 to activate in spi_set_cs()
The enable1 is confusing name. Change it to clearly show what is the intention behind it. No functional changes. Fixes: 25093bdeb6bc ("spi: implement SW control for CS times") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210420131846.75983-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
r>2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár 2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya 2025-01-29cifs: Simplify reparse point check in cifs_query_path_info() functionPali Rohár 2025-01-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár 2025-01-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár 2025-01-19cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...Pali Rohár 2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár 2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár 2024-10-01smb: client: use actual path when queryfswangrong 2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár 2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells 2024-04-03smb3: retrying on failed server closeRitvik Budhiraja 2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara 2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara 2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara 2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara 2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara 2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara 2023-05-24smb: move client and server files to common directory fs/smbSteve French