summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Tom Rix2023-04-051-1/+1
* nvmem: layouts: onie-tlv: Drop wrong module aliasMiquel Raynal2023-04-051-1/+0
* nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Miquel Raynal2023-04-051-13/+1
* nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Miquel Raynal2023-04-051-13/+1
* nvmem: u-boot-env: post-process "ethaddr" env variableRafał Miłecki2023-04-052-0/+27
* nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki2023-04-051-4/+7
* nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Yang Li2023-04-051-2/+1
* nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li2023-04-051-3/+1
* nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li2023-04-051-3/+1
* nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno2023-04-051-2/+51
* nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-051-1/+1
* nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal2023-04-053-0/+267
* nvmem: layouts: sl28vpd: Add new layout driverMichael Walle2023-04-053-0/+176
* nvmem: core: provide own priv pointer in post process callbackMichael Walle2023-04-051-1/+3
* nvmem: cell: drop global cell_post_processMichael Walle2023-04-051-9/+0
* nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle2023-04-051-11/+19
* nvmem: core: allow to modify a cell before adding itMichael Walle2023-04-051-0/+4
* nvmem: core: add per-cell post processingMichael Walle2023-04-051-0/+17
* nvmem: core: request layout modules loadingMiquel Raynal2023-04-051-0/+8
* nvmem: core: handle the absence of expected layoutsMiquel Raynal2023-04-051-1/+9
* nvmem: core: introduce NVMEM layoutsMichael Walle2023-04-055-0/+134
* of: device: Kill of_device_request_module()Miquel Raynal2023-04-051-9/+0
* usb: ulpi: Use of_request_module()Miquel Raynal2023-04-051-1/+1
* of: Move the request module helper logic to module.cMiquel Raynal2023-04-052-23/+32
* of: Move of_modalias() to module.cMiquel Raynal2023-04-053-38/+45
* of: Rename of_modalias_node()Miquel Raynal2023-04-057-16/+21
* of: Update of_device_get_modalias()Miquel Raynal2023-04-051-12/+17
* nvmem: xilinx: zynqmp: make modularNick Alcock2023-04-051-1/+1
* of: Fix modalias string generationMiquel Raynal2023-04-051-2/+5
* vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong2023-04-051-1/+7
* cdx: add device attributesNipun Gupta2023-03-294-0/+170
* cdx: add rpmsg communication channel for CDXNipun Gupta2023-03-296-5/+273
* cdx: add cdx controllerNipun Gupta2023-03-295-1/+373
* cdx: add MCDI protocol interface for firmware interactionNipun Gupta2023-03-298-1/+1853
* iommu: Add iommu probe for CDX busNipun Gupta2023-03-291-0/+4
* cdx: add the cdx bus driverNipun Gupta2023-03-296-0/+498
* misc: alcor_pci: remove unused alcor functionsTom Rix2023-03-291-23/+0
* misc: hpilo: remove unused is_device_reset functionTom Rix2023-03-291-6/+0
* mei: Move uuid.h to the MEI namespaceAndy Shevchenko2023-03-235-5/+4
* Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman2023-03-20439-53317/+5153
|\
| * Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-198-23/+30
| |\
| | * tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
| | * serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold2023-03-091-4/+0
| | * serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold2023-03-091-0/+3
| | * serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold2023-03-091-1/+1
| | * serial: qcom-geni: fix console shutdown hangJohan Hovold2023-03-091-0/+4
| | * serdev: Set fwnode for serdev devicesSaravana Kannan2023-03-091-1/+1
| | * tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin2023-03-091-8/+3
| | * serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by defaultKumaravel Thiagarajan2023-03-091-1/+0
| | * serial: 8250_fsl: fix handle_irq lockingJohan Hovold2023-03-091-2/+2