summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabledAngeloGioacchino Del Regno2023-08-091-2/+5
* drm/mediatek: dp: Enable event interrupt only when bridge attachedAngeloGioacchino Del Regno2023-08-091-5/+10
* drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()AngeloGioacchino Del Regno2023-08-091-4/+5
* drm/mediatek: dp: Use devm variant of drm_bridge_add()AngeloGioacchino Del Regno2023-08-091-2/+3
* drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()AngeloGioacchino Del Regno2023-08-091-3/+3
* drm/mediatek: dp: Move AUX and panel poweron/off sequence to functionAngeloGioacchino Del Regno2023-08-091-46/+30
* drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilitiesAngeloGioacchino Del Regno2023-08-091-5/+10
* drm/mediatek: mtk_dpi: Compress struct of_device_id entriesAngeloGioacchino Del Regno2023-08-091-22/+8
* drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()AngeloGioacchino Del Regno2023-08-091-3/+1
* drm/mediatek: mtk_dpi: Switch to .remove_new() void callbackAngeloGioacchino Del Regno2023-08-091-4/+2
* drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()AngeloGioacchino Del Regno2023-08-091-4/+4
* drm/mediatek: mtk_dpi: Simplify with dev_err_probe()AngeloGioacchino Del Regno2023-08-091-30/+14
* drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()AngeloGioacchino Del Regno2023-08-091-5/+3
* drm/mediatek: Fix uninitialized symbolNancy.Lin2023-08-071-8/+8
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-098-30/+33
|\
| * ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
| * ntb_netdev: Fix module_init problemGeoff Levand2023-07-081-1/+1
| * ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: epf: Remove redundant pci_clear_masterCai Huoqing2023-07-081-8/+4
| * ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-07-081-12/+5
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
| * NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang2023-07-081-0/+2
| * NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang2023-07-081-1/+1
| * ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can2023-07-081-1/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-089-39/+28
|\ \
| * | scsi: ufs: core: Remove unused function declarationKeoseong Park2023-06-281-1/+0
| * | scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie2023-06-281-1/+1
| * | scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal2023-06-281-23/+14
| * | scsi: isci: Fix comment typoYueh-Shun Li2023-06-281-1/+1
| * | scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-212-5/+4
| * | scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-2/+2
| * | scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-1/+1
| * | scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann2023-06-211-5/+5
* | | Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-083-3/+2
|\ \ \
| * | | i2c: mpc: Drop unused variableGuenter Roeck2023-07-061-1/+0
| * | | i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET2023-07-061-2/+0
| * | | i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock2023-07-061-0/+2
* | | | Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-081-0/+3
|\ \ \ \
| * | | | dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke2023-06-281-0/+3
* | | | | Merge tag 'mmc-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-07-071-11/+4
|\ \ \ \ \
| * | | | | mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson2023-06-301-11/+4
* | | | | | Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-07-06113-349/+1249
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d...Dave Airlie2023-07-071-3/+3
| |\ \ \ \ \ \
| | * | | | | | drm/panel: Fine tune Starry-ili9882t panel HFP and HBPCong Yang2023-06-291-3/+3
| * | | | | | | Merge tag 'drm-intel-next-fixes-2023-07-06' of git://anongit.freedesktop.org/...Dave Airlie2023-07-072-22/+25
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915: use mock device info for creating mock deviceJani Nikula2023-07-041-21/+24
| | * | | | | | | drm/i915/psr: Fix BDW PSR AUX CH data register offsetsVille Syrjälä2023-07-041-1/+1