summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-08-13media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init()Laurent Pinchart
2025-08-13media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()Laurent Pinchart
2025-08-13media: camss: Remove custom .release fop()Jacopo Mondi
2025-08-13media: camss: Replace .open() file operation with v4l2_fh_open()Laurent Pinchart
2025-08-13media: rzg2l-cru: Do not set file->private_dataJacopo Mondi
2025-08-13media: rcar-vin: Do not set file->private_dataJacopo Mondi
2025-08-13media: visl: Drop visl_v4l2fh_to_ctx() functionLaurent Pinchart
2025-08-13media: amphion: Delete v4l2_fh synchronously in .release()Laurent Pinchart
2025-08-13media: amphion: Make some vpu_v4l2 functions staticLaurent Pinchart
2025-08-13media: pci: ivtv: Don't create fake v4l2_fhLaurent Pinchart
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart
2025-08-13media: nvidia: tegra-vde: Replace file->private_data accessLaurent Pinchart
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart
2025-08-13media: staging: most: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: usb: uvcvideo: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: usb: pvrusb2: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: usb: hdpvr: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: ti: vpe: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: imagination: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: pci: saa7164: Store v4l2_fh pointer in file->private_dataLaurent Pinchart
2025-08-13media: radio-wl1273: RemoveDr. David Alan Gilbert
2025-08-12net: airoha: Add airoha_offload.h headerLorenzo Bianconi
2025-08-12net: airoha: npu: Enable core 3 for WiFi offloadingLorenzo Bianconi
2025-08-12net: airoha: npu: Read NPU wlan interrupt lines from the DTSLorenzo Bianconi
2025-08-12net: airoha: npu: Add wlan irq management callbacksLorenzo Bianconi
2025-08-12net: airoha: npu: Add wlan_{send,get}_msg NPU callbacksLorenzo Bianconi
2025-08-12net: airoha: npu: Add NPU wlan memory initialization commandsLorenzo Bianconi
2025-08-12Merge branch '6.17/scsi-queue' into 6.17/scsi-fixesMartin K. Petersen
2025-08-12net: stmmac: mediatek: convert to resume() methodRussell King (Oracle)
2025-08-12net: stmmac: stm32: convert to suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: rk: convert to suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: pci: convert to suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: loongson: convert to suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: intel: convert to suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: platform: legacy hooks for suspend()/resume() methodsRussell King (Oracle)
2025-08-12net: stmmac: provide a set of simple PM opsRussell King (Oracle)
2025-08-12net: stmmac: add suspend()/resume() platform opsRussell King (Oracle)
2025-08-12netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao
2025-08-12netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao
2025-08-12netconsole: add support for strings with new line in netpoll_parse_ip_addrBreno Leitao
2025-08-12netconsole: move netpoll_parse_ip_addr() earlier for reuseBreno Leitao
2025-08-12net: mdio: mdio-bcm-unimac: Refine incorrect clock messageFlorian Fainelli
2025-08-12Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-nextDave Jiang
2025-08-12cxl/region: Add inject and clear poison by region offsetAlison Schofield
2025-08-12cxl/core: Add locked variants of the poison inject and clear funcsAlison Schofield
2025-08-12cxl/region: Introduce SPA to DPA address translationAlison Schofield
2025-08-12cxl: Define a SPA->CXL HPA root decoder callback for XOR MathAlison Schofield
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield
2025-08-12Input: tca8418_keypad - switch to using module_i2c_driver()Dmitry Torokhov