summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorTommy Haung <tommy_huang@aspeedtech.com>2022-03-02 10:49:28 +0800
committerJoel Stanley <joel@jms.id.au>2022-03-03 09:08:35 +1030
commit5e2421ce79703b969eeb9684cedaa76be5305ddd (patch)
tree8a26571d33ed4691b7b89a5d76b0d0e1973595b9 /scripts/checkpatch.pl
parent9ae2ac4d31a85ce59cc560d514a31b95f4ace154 (diff)
downloadkernel-5e2421ce79703b969eeb9684cedaa76be5305ddd.tar.gz
drm/aspeed: Update INTR_STS handling
Add interrupt clear register define for further chip support. Signed-off-by: Tommy Haung <tommy_huang@aspeedtech.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au> Link: https://patchwork.freedesktop.org/patch/msgid/20220302024930.18758-4-tommy_huang@aspeedtech.com
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
9c0215b176e9c2e0998e7929eeb9261c9a7919'>erofs: clarify direct I/O supportGao Xiang 2024-09-12erofs: reject inodes with negative i_sizeGao Xiang 2024-09-10erofs: refactor read_inode calling conventionYiyang Wu 2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu 2024-09-10erofs: support compressed inodes for fileioGao Xiang 2024-09-10erofs: support unencoded inodes for fileioGao Xiang 2024-09-10erofs: add file-backed mount supportGao Xiang 2024-09-10erofs: fix incorrect symlink detection in fast symlinkGao Xiang 2024-08-19erofs: allow large folios for compressed filesGao Xiang 2024-07-26erofs: support STATX_DIOALIGNHongbo Li 2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro 2024-03-10erofs: support compressed inodes over fscacheJingbo Xu 2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu 2023-12-18erofs: enable sub-page compressed block supportGao Xiang 2023-11-17erofs: simplify erofs_read_inode()Ferry Meng 2023-10-18erofs: convert to new timestamp accessorsJeff Layton 2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton 2023-07-13erofs: convert to ctime accessor functionsJeff Layton 2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin 2023-04-17erofs: sunset erofs_dbg()Gao Xiang 2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang 2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu 2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu 2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2023-02-15erofs: simplify iloc()Gao Xiang 2023-02-15erofs: clean up erofs_iget()Gao Xiang 2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner