summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-271-1/+3
* parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
* parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-271-1/+3
* parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-271-11/+3
* parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
* parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-271-3/+4
* parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-271-3/+3
* parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller2023-08-271-7/+9
* parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller2023-08-261-2/+2
* parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller2023-08-222-3/+4
* parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-201-17/+11
* Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-207-20/+68
|\
| * serial: core: Fix serial core port id, including multiport devicesTony Lindgren2023-08-112-1/+28
| * serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)2023-08-111-3/+0
| * tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-111-1/+2
| * serial: core: Revert port_id useTony Lindgren2023-08-091-1/+1
| * TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack2023-08-091-0/+3
| * serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren2023-08-041-0/+1
| * serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren2023-08-041-0/+1
| * serial: core: Fix kmemleak issue for serial core device removeTony Lindgren2023-08-041-0/+2
| * serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren2023-08-031-2/+8
| * serial: core: Fix serial core controller port name to show controller idTony Lindgren2023-08-011-12/+20
| * serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-012-1/+3
| * tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun2023-08-011-2/+2
* | Merge tag 'i2c-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-196-8/+36
|\ \
| * | i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye2023-08-141-4/+7
| * | i2c: sun6i-p2wi: Fix an error message in probe()Dan Carpenter2023-08-141-1/+2
| * | i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang2023-08-141-0/+8
| * | i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman2023-08-141-1/+1
| * | i2c: tegra: Fix failure during probe deferral cleanupThierry Reding2023-08-141-0/+1
| * | i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen2023-08-141-2/+13
| * | i2c: designware: Correct length byte validation logicQuan Nguyen2023-08-141-1/+2
| * | i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song2023-08-141-0/+3
* | | Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-195-7/+9
|\ \ \
| * | | fbdev: goldfishfb: Do not check 0 for platform_get_irq()Zhu Wang2023-08-151-2/+2
| * | | fbdev: atmel_lcdfb: Remove redundant of_match_ptr()Ruan Jinjie2023-08-151-1/+1
| * | | fbdev: ssd1307fb: Print the PWM's label instead of its numberUwe Kleine-König2023-07-311-2/+2
| * | | fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong2023-07-311-1/+3
| * | | fbdev: amifb: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperAtul Raut2023-07-311-1/+1
| | |/ | |/|
* | | Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds2023-08-191-1/+1
|\ \ \
| * | | drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-181-1/+1
* | | | Merge tag 'media/v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-08-193-5/+8
|\ \ \ \
| * | | | media: imx: imx7-media-csi: Fix applying format constraintsFabio Estevam2023-08-091-2/+5
| * | | | media: uvcvideo: Fix menu count handling for userspace XU mappingsLaurent Pinchart2023-07-281-1/+1
| * | | | media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai2023-07-281-2/+2
* | | | | Merge tag 'gpio-fixes-for-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-182-7/+16
|\ \ \ \ \
| * | | | | gpiolib: fix reference leaks when removing GPIO chips still in useBartosz Golaszewski2023-08-161-5/+11
| * | | | | gpiolib: sysfs: Do unexport GPIO when user asks for itAndy Shevchenko2023-08-161-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mmc-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2023-08-184-22/+24
|\ \ \ \ \
| * | | | | mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li2023-08-151-4/+7