summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta2024-11-271-1/+2
* of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2024-11-272-0/+41
* of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland2024-11-251-2/+0
* Merge branch 'dt/linus' into dt/nextRob Herring (Arm)2024-11-156-2/+29
|\
| * of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd2024-11-153-1/+4
| * of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd2024-10-104-0/+24
| * of: Fix unbalanced of node refcount and memory leaksJinjie Ruan2024-10-101-1/+1
* | of/address: Rework bus matching to avoid warningsRob Herring (Arm)2024-11-081-5/+9
* | of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)2024-11-082-8/+24
* | of/fdt: Don't use default address cell sizes for address translationRob Herring (Arm)2024-11-081-2/+2
* | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-292-7/+9
* | media: xilinx-tpg: use new of_graph functionsKuninori Morimoto2024-10-241-11/+3
* | fbdev: omapfb: use new of_graph functionsKuninori Morimoto2024-10-244-79/+13
* | gpu: drm: omapdrm: use new of_graph functionsKuninori Morimoto2024-10-242-2/+4
* | of: property: use new of_graph functionsKuninori Morimoto2024-10-241-13/+5
* | of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto2024-10-241-0/+27
* | of: property: add of_graph_get_next_port()Kuninori Morimoto2024-10-241-0/+54
* | of: module: remove strlen() call in of_modalias()Sergey Shtylyov2024-10-161-3/+1
* | of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde2024-10-151-4/+59
* | of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde2024-10-153-54/+122
* | of/address: Constify of_busses[] array and pointersRob Herring (Arm)2024-10-151-6/+6
* | of: Constify safe_name() kobject argRob Herring (Arm)2024-10-151-1/+1
* | of: Constify of_changeset_entry function argumentsRob Herring (Arm)2024-10-151-2/+2
* | of: Constify struct property pointersRob Herring (Arm)2024-10-156-25/+26
* | of: Constify struct device_node function argumentsRob Herring (Arm)2024-10-157-22/+22
* | PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)2024-10-151-1/+1
* | of:of_numa: remove unused macroBa Jing2024-10-081-3/+0
|/
* Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-298-48/+21
|\
| * mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-273-6/+4
| * mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)2024-09-231-16/+6
| * mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren2024-09-231-1/+2
| * mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-231-21/+4
| * mailbox: rockchip: fix a typo in module autoloadingLiao Chen2024-09-231-1/+1
| * mailbox: imx: use device name in interrupt namePeng Fan2024-09-231-3/+3
| * mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven2024-09-231-0/+1
* | Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-296-3/+58
|\ \
| * \ Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-09-276-3/+58
| |\ \
| | * | i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan2024-09-271-1/+1
| | * | i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven2024-09-271-0/+1
| | * | i2c: synquacer: Deal with optional PCLK correctlyArd Biesheuvel2024-09-241-2/+3
| | * | i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu2024-09-243-0/+53
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-2934-154/+415
|\ \ \ \
| * \ \ \ Merge patch series "Update lpfc to revision 14.4.0.5"Martin K. Petersen2024-09-1312-99/+226
| |\ \ \ \
| | * | | | scsi: lpfc: Update lpfc version to 14.4.0.5Justin Tee2024-09-131-1/+1
| | * | | | scsi: lpfc: Support loopback tests with VMID enabledJustin Tee2024-09-134-4/+70
| | * | | | scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee2024-09-132-71/+64
| | * | | | scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instanceJustin Tee2024-09-133-7/+55
| | * | | | scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handlerJustin Tee2024-09-131-6/+4
| | * | | | scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee2024-09-133-4/+22
| | * | | | scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQEJustin Tee2024-09-131-3/+6