aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-10fbdev: omapfb/dpi: Don't put .remove() in .exit.text and drop suppress_bind_a...Gravatar Uwe Kleine-König 1-3/+2
2023-11-10fbdev: omapfb/analog-tv: Don't put .remove() in .exit.text and drop suppress_...Gravatar Uwe Kleine-König 1-3/+2
2023-11-10fbdev: atmel_lcdfb: Stop using platform_driver_probe()Gravatar Uwe Kleine-König 1-7/+7
2023-11-07fbdev: imsttfb: fix a resource leak in probeGravatar Dan Carpenter 1-13/+16
2023-11-07fbdev: imsttfb: fix double free in probe()Gravatar Dan Carpenter 1-5/+1
2023-11-07fbdev: viafb: use new array-copying-wrapperGravatar Philipp Stanner 1-1/+1
2023-11-07fbdev: omapfb: Drop unused remove functionGravatar Uwe Kleine-König 1-8/+1
2023-11-07fbdev: offb: Simplify offb_init_fb()Gravatar Christophe JAILLET 1-5/+3
2023-11-07fbdev: omapfb: Replace custom memparse() implementationGravatar Andy Shevchenko 1-10/+3
2023-11-07fbdev: omapfb: Do not shadow error code from platform_get_irq()Gravatar Andy Shevchenko 1-8/+7
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 444-16945/+15778
2023-11-05Merge tag 'rtc-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 15-46/+396
2023-11-05Merge tag 'mailbox-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Gravatar Linus Torvalds 5-37/+105
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 13-166/+441
2023-11-05Merge tag 'firewire-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 26-291/+406
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-113/+164
2023-11-05firewire: Annotate struct fw_node with __counted_byGravatar Kees Cook 1-1/+1
2023-11-04Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Gravatar Linus Torvalds 8-36/+123
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 18-612/+1019
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Gravatar Linus Torvalds 9-36/+866
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 67-986/+1797
2023-11-04Merge tag 'topic/nvidia-gsp-2023-11-03' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 230-140/+14050
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+3
2023-11-04Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-2/+2
2023-11-04Merge tag 'nand/for-6.7' into mtd/nextGravatar Miquel Raynal 17-15/+304
2023-11-04Merge tag 'spi-nor/for-6.7' into mtd/nextGravatar Miquel Raynal 253-1644/+2524
2023-11-03Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 147-916/+11133
2023-11-03Merge tag 'soundwire-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-9/+23
2023-11-03Merge tag 'phy-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Gravatar Linus Torvalds 27-295/+564
2023-11-03Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 78-426/+563
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 114-1190/+6247
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 113-1904/+3499
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 144-45190/+2643
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-52/+86
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 289-3165/+11784
2023-11-04i3c: master: handle IBIs in order they cameGravatar Zbigniew Lukwinski 1-1/+13
2023-11-04i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Gravatar Billy Tsai 1-10/+19
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 15-44/+116
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-2/+3
2023-11-03i3c: master: svc: fix compatibility string mismatch with binding docGravatar Frank Li 1-1/+1
2023-11-03i3c: master: svc: fix random hot join failure since timeout errorGravatar Frank Li 1-0/+9
2023-11-03i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenGravatar Frank Li 1-0/+1
2023-11-03i3c: master: svc: fix check wrong status register in irq handlerGravatar Frank Li 1-1/+1
2023-11-03i3c: master: svc: fix ibi may not return mandatory data byteGravatar Frank Li 1-0/+8
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameGravatar Frank Li 1-0/+20
2023-11-03i3c: master: svc: fix race condition in ibi work threadGravatar Frank Li 1-0/+14
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 8-204/+24
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 27-226/+433
2023-11-03nouveau/gsp: add some basic registry entries.Gravatar Dave Airlie 1-10/+35