summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAndras Sebok <sebokandris2009@gmail.com>2025-02-24 10:03:54 +0100
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2025-02-24 18:11:06 -0800
commit83a4a5a82a154277dfe61d135a445901cd6d0e6f (patch)
treefb0f165ab558ec6a1c5c3ade6f1f7e170e4d7025 /scripts/patch-kernel
parentf5be37ca2c99fc764408ceeeaf941bea062cdc9b (diff)
downloadkernel-83a4a5a82a154277dfe61d135a445901cd6d0e6f.tar.gz
Input: imagis - add support for imagis IST3038H
Add support for imagis IST3038H, which seems mostly compatible with IST3038C except that it reports a different chip ID value. Tested on samsung,j5y17lte. Signed-off-by: Andras Sebok <sebokandris2009@gmail.com> Link: https://lore.kernel.org/r/20250224090354.102903-2-sebokandris2009@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
d>block: remove GENHD_FL_EXT_DEVTChristoph Hellwig 2021-11-04floppy: address add_disk() error handling on probeLuis Chamberlain 2021-10-18floppy: add error handling support for add_disk()Luis Chamberlain 2021-10-18floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain 2021-10-18floppy: use blk_cleanup_disk()Luis Chamberlain 2021-10-18floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain 2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig 2021-08-28Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov 2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva 2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong 2021-06-11floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig 2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov 2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov 2021-04-20floppy: cleanups: use memset() to zero reply_bufferDenis Efremov 2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov 2021-04-06floppy: always use the track bufferChristoph Hellwig 2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky 2021-02-04floppy: reintroduce O_NDELAY fixJiri Kosina 2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig 2020-09-10floppy: use bdev_check_media_changeChristoph Hellwig 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva