summaryrefslogtreecommitdiff
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-05dt-bindings: nvmem: Add compatible for SM6375Konrad Dybcio1-0/+1
2023-04-05dt-bindings: nvmem: Add compatible for SM6350Konrad Dybcio1-0/+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-05dt-bindings: nvmem: Drop unneeded quotesRob Herring18-18/+18
2023-04-05MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainerMiquel Raynal1-0/+6
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal3-0/+267
2023-04-05MAINTAINERS: add myself as sl28vpd nvmem layout driverMichael Walle1-0/+6
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverMichael Walle3-0/+176
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle2-2/+7
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle2-11/+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 Walle2-0/+9
2023-04-05nvmem: core: add per-cell post processingMichael Walle2-0/+20
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 Walle8-0/+207
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal2-15/+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 Raynal3-23/+38
2023-04-05of: Move of_modalias() to module.cMiquel Raynal4-38/+54
2023-04-05of: Rename of_modalias_node()Miquel Raynal8-17/+23
2023-04-05of: Update of_device_get_modalias()Miquel Raynal1-12/+17
2023-04-05dt-bindings: nvmem: Fix spelling mistake "platforn" -> "platform"Colin Ian King1-1/+1
2023-04-05dt-bindings: nvmem: convert amlogic-efuse.txt to dt-schemaNeil Armstrong2-48/+57
2023-04-05dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt to dt-schemaNeil Armstrong2-22/+57
2023-04-05nvmem: xilinx: zynqmp: make modularNick Alcock1-1/+1
2023-04-05dt-bindings: nvmem: qcom,spmi-sdam: fix example 'reg' propertyJohan Hovold1-13/+18
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 Gupta6-0/+241
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-29dt-bindings: bus: add CDX bus controller for versal netNipun Gupta2-0/+83
2023-03-29iommu: Add iommu probe for CDX busNipun Gupta1-0/+4
2023-03-29cdx: add the cdx bus driverNipun Gupta12-0/+695
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 Shevchenko11-39/+37
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman830-56452/+8352
2023-03-19Linux 6.3-rc3v6.3-rc3Linus Torvalds1-1/+1
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-17/+16
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin1-2/+2
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-03-19tracing: Make splice_read available againSung-hun Kim1-0/+2
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 Torvalds17-322/+160