summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-05nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-05nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-05nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno1-2/+51
2023-04-05nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal3-0/+267
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverMichael Walle3-0/+176
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle1-1/+3
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle1-9/+0
2023-04-05nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle1-11/+19
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle1-0/+4
2023-04-05nvmem: core: add per-cell post processingMichael Walle1-0/+17
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal1-0/+8
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal1-1/+9
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle5-0/+134
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal1-9/+0
2023-04-05usb: ulpi: Use of_request_module()Miquel Raynal1-1/+1
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal2-23/+32
2023-04-05of: Move of_modalias() to module.cMiquel Raynal3-38/+45
2023-04-05of: Rename of_modalias_node()Miquel Raynal7-16/+21
2023-04-05of: Update of_device_get_modalias()Miquel Raynal1-12/+17
2023-04-05nvmem: xilinx: zynqmp: make modularNick Alcock1-1/+1
2023-04-05of: Fix modalias string generationMiquel Raynal1-2/+5
2023-04-05vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong1-1/+7
2023-03-29cdx: add device attributesNipun Gupta4-0/+170
2023-03-29cdx: add rpmsg communication channel for CDXNipun Gupta6-5/+273
2023-03-29cdx: add cdx controllerNipun Gupta5-1/+373
2023-03-29cdx: add MCDI protocol interface for firmware interactionNipun Gupta8-1/+1853
2023-03-29iommu: Add iommu probe for CDX busNipun Gupta1-0/+4
2023-03-29cdx: add the cdx bus driverNipun Gupta6-0/+498
2023-03-29misc: alcor_pci: remove unused alcor functionsTom Rix1-23/+0
2023-03-29misc: hpilo: remove unused is_device_reset functionTom Rix1-6/+0
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko5-5/+4
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman439-53317/+5153
2023-03-19Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-23/+30
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-322/+148
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-50/+78
2023-03-19Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-459/+408
2023-03-18Merge tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-6/+84
2023-03-18Merge tag 'ata-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-13/+17
2023-03-18media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds77-432/+669
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds11-56/+107
2023-03-17Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+2
2023-03-17Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-4/+56
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+21
2023-03-17Merge tag 'mmc-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2-2/+2
2023-03-17Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds44-134/+501
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-31/+80
2023-03-17Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+2