summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-0744-111/+149
* drm/sti: fix typos in commentsJulia Lawall2022-04-071-1/+1
* drm: sti: fix spelling mistake: rejec -> rejectionColin Ian King2022-04-071-1/+1
* drm: sti: don't use kernel-doc markersRandy Dunlap2022-04-071-10/+10
* stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong2022-04-071-6/+10
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-0629-112/+174
* drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard2022-04-064-52/+60
* drm/vc4: kms: Ignore atomic_flush if we're disabledMaxime Ripard2022-04-061-1/+2
* drm/vc4: hvs: Move the dlist setup to its own functionMaxime Ripard2022-04-061-5/+14
* drm/vc4: hvs: Remove dlist setup duplicationMaxime Ripard2022-04-061-6/+3
* drm/vc4: hvs: Store channel in variableMaxime Ripard2022-04-061-4/+5
* drm/vc4: hvs: Fix frame count register readoutMaxime Ripard2022-04-064-3/+35
* drm/vc4: kms: Take old state core clock rate into accountMaxime Ripard2022-04-061-2/+3
* drm/vc4: hdmi: Remove clock rate initializationMaxime Ripard2022-04-061-13/+0
* drm/vc4: Add logging and commentsMaxime Ripard2022-04-061-0/+11
* drm: bridge: icn6211: Drop I2C module owner assignmentMarek Vasut2022-04-061-1/+0
* drm/gma500: fix a missing break in psb_intel_crtc_mode_setXiaomeng Tong2022-04-061-0/+2
* drm: bridge: icn6211: Mark module exit callback with __exitMarek Vasut2022-04-061-1/+1
* drm: bridge: icn6211: Fix DSI-to-DPI PLL configurationMarek Vasut2022-04-061-20/+27
* drm/panel: innolux-ej030na and abt-y030xx067a: add .enable and .disableChristophe Branchereau2022-04-052-7/+54
* drm/panel: Add panel driver for NewVision NV3052C based LCDsChristophe Branchereau2022-04-053-0/+494
* drm/ingenic: Add ingenic_drm_bridge_atomic_enable and disableChristophe Branchereau2022-04-051-11/+23
* drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fbChristian König2022-04-051-9/+5
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-056341-130550/+721863
|\
| * Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-04-032-136/+14
| |\
| | * Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2022-04-032-136/+14
| * | Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-021-12/+12
| |\ \
| | * | Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe2022-04-021-12/+12
| * | | Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-021-8/+0
| |\ \ \
| | * | | PCI: hv: Remove unused hv_set_msi_entry_from_desc()YueHaibing2022-03-311-8/+0
| * | | | Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-04-026-152/+181
| |\ \ \ \
| | * | | | platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-04-011-6/+6
| | * | | | platform: chrome: Split trace include fileGwendal Grignou2022-04-014-97/+127
| | * | | | platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
| | * | | | platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
| | * | | | platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
| | * | | | platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
| | * | | | platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
| | * | | | platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
| * | | | | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-0222-90/+182
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-011-15/+27
| | * | | | drbd: remove usage of list iterator variable after loopJakob Koschel2022-04-011-2/+5
| | * | | | nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-03-311-12/+12
| | * | | | drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
| | * | | | loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-0/+1
| | * | | | nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman2022-03-293-2/+28
| | * | | | nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech2022-03-291-4/+10
| | * | | | nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-293-8/+33
| | * | | | nvmet: remove redundant assignment after left shiftColin Ian King2022-03-291-1/+1
| | * | | | nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-2911-37/+50