messages from 2022-02-05 19:24:36 to 2022-02-18 15:06:22 UTC [more...]
[PATCH v8 0/19] drm/mediatek: Add mt8195 DisplayPort driver
2022-02-18 14:54 UTC (5+ messages)
` [PATCH v8 01/19] dt-bindings: mediatek,dpi: Add DP_INTF compatible
` [PATCH v8 02/19] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v8 03/19] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v8 05/19] drm/mediatek: dpi: move dpi limits to board config
[PATCH v2 0/9] usb/dwc3 / phy/tusb1210: Add TUSB1211 charger detection
2022-02-17 15:31 UTC (11+ messages)
` [PATCH v2 1/9] usb: dwc3: pci: Add "snps, dis_u2_susphy_quirk" for Intel Bay Trail
` [PATCH v2 2/9] usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
` [PATCH v2 3/9] usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()
` [PATCH v2 4/9] usb: dwc3: pci: Set "linux, phy_charger_detect" property on some Bay Trail boards
` [PATCH v2 5/9] usb: dwc3: pci: Also apply Bay Trail GPIO mappings to ulpi-device
` [PATCH v2 6/9] phy: ti: tusb1210: Improve ulpi_read()/_write() error checking
` [PATCH v2 7/9] phy: ti: tusb1210: Drop tusb->vendor_specific2 != 0 check from tusb1210_power_on()
` [PATCH v2 8/9] phy: ti: tusb1210: Add a delay between power-on and restoring the phy-parameters
` [PATCH v2 9/9] phy: ti: tusb1210: Add charger detection
[PATCH 0/3] Add QCOM SNPS PHY overriding params support
2022-02-16 7:40 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: phy: qcom, usb-snps-femto-v2: Add phy override params bindings
` [PATCH 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: "
` [PATCH 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters
` [PATCH 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device
[PATCH] phy: dphy: Correct lpx parameter and its derivatives(ta_{get, go, sure})
2022-02-16 7:12 UTC
[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
2022-02-15 21:21 UTC (110+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` (subset) "
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional
[PATCH AUTOSEL 5.10 03/23] phy: usb: Leave some clocks running during suspend
2022-02-15 15:29 UTC
[PATCH AUTOSEL 5.15 03/33] phy: usb: Leave some clocks running during suspend
2022-02-15 15:28 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 05/33] phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
[PATCH AUTOSEL 5.16 03/34] phy: usb: Leave some clocks running during suspend
2022-02-15 15:26 UTC (2+ messages)
` [PATCH AUTOSEL 5.16 05/34] phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
[PATCH v2] phy: usb: Add "wake on" functionality for newer Synopsis XHCI controllers
2022-02-15 3:24 UTC
[PATCH v2 1/2] platform: make platform_get_irq_optional() optional
2022-02-14 14:00 UTC (8+ messages)
[PATCH] phy/cadence: Use of_device_get_match_data()
2022-02-14 2:06 UTC
[PATCH 00/10] drm: dt-bindings: exynos: convert to dtschema
2022-02-12 16:37 UTC (23+ messages)
` [PATCH 01/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5250
` (subset) "
` [PATCH 02/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5420
` (subset) "
` [PATCH 03/10] dt-bindings: phy: samsung, exynos-hdmi-phy: convert to dtschema
` [PATCH 04/10] dt-bindings: display: samsung, exynos5433-decon: "
` [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: "
` [PATCH 05/10] dt-bindings: display: samsung, exynos7-decon: "
` [PATCH 05/10] dt-bindings: display: samsung,exynos7-decon: "
` [PATCH 06/10] dt-bindings: display: samsung, exynos-hdmi-ddc: "
` [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: "
` [PATCH 07/10] dt-bindings: display: samsung, exynos-mixer: "
` [PATCH 07/10] dt-bindings: display: samsung,exynos-mixer: "
` [PATCH 08/10] dt-bindings: display: samsung, exynos-hdmi: "
` [PATCH 09/10] dt-bindings: display: samsung, exynos5433-mic: "
` [PATCH 09/10] dt-bindings: display: samsung,exynos5433-mic: "
` [PATCH 10/10] dt-bindings: display: samsung, exynos-fimd: "
[PATCH v5 0/5] qcom: add support for PCIe on SM8450 platform
2022-02-11 16:12 UTC (5+ messages)
` [PATCH v5 4/5] PCI: qcom: Add interconnect support to 2.7.0/1.9.0 ops
[PATCH V1 00/10] PCI: tegra: Add Tegra234 PCIe support
2022-02-11 14:57 UTC (15+ messages)
` [PATCH V1 01/10] dt-bindings: Add Tegra234 PCIe clocks and resets
` [PATCH V1 02/10] dt-bindings: power: Add Tegra234 PCIe power domains
` [PATCH V1 03/10] dt-bindings: memory: Add Tegra234 PCIe memory
` [PATCH V1 04/10] dt-bindings: PHY: P2U: Add support for Tegra234 P2U block
` [PATCH V1 05/10] dt-bindings: PCI: tegra: Add device tree support for Tegra234
` [PATCH V1 07/10] arm64: tegra: Enable PCIe slots in P3737-0000 board
[PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY
2022-02-11 13:44 UTC (2+ messages)
[PATCH v10 12/18] phy: sun4i-usb: Rework HCI PHY (aka. "pmu_unk1") handling
2022-02-11 12:26 UTC (4+ messages)
` [PATCH v10 13/18] phy: sun4i-usb: Allow reset line to be shared
` [PATCH v10 14/18] phy: sun4i-usb: Introduce port2 SIDDQ quirk
` [PATCH v10 15/18] phy: sun4i-usb: Add support for the H616 USB PHY
[PATCH] drivers/phy: remove unneeded ret variable
2022-02-10 6:05 UTC
[PATCH 1/8] arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7
2022-02-09 22:35 UTC (15+ messages)
` [PATCH 2/8] dt-bindings: phy: samsung: drop old Eynos5440 PCIe phy
` [PATCH 3/8] dt-bindings: phy: samsung, mipi-video-phy: convert to dtschema
` [PATCH 4/8] dt-bindings: phy: samsung, dp-video-phy: "
` [PATCH 4/8] dt-bindings: phy: samsung,dp-video-phy: "
` [PATCH 5/8] dt-bindings: phy: samsung,usb2-phy: "
` [PATCH 6/8] dt-bindings: phy: samsung, exynos5250-sata-phy: "
` [PATCH 6/8] dt-bindings: phy: samsung,exynos5250-sata-phy: "
` [PATCH 7/8] dt-bindings: phy: samsung: move SATA phy I2C to trivial devices
` [PATCH 8/8] dt-bindings: phy: samsung, usb3-drd-phy: convert to dtschema
` [PATCH 8/8] dt-bindings: phy: samsung,usb3-drd-phy: "
[PATCH v8 0/4] Add Naneng combo PHY support for RK3568
2022-02-09 20:16 UTC (11+ messages)
` [PATCH v8 1/4] dt-bindings: soc: grf: add naneng combo phy register compatible
` [PATCH v8 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` "
` [PATCH v8 3/4] phy: rockchip: add naneng combo phy for RK3568
` [PATCH v8 4/4] arm64: dts: rockchip: add naneng combo phy nodes for rk3568
` Aw: "
` Aw: [PATCH v8 0/4] Add Naneng combo PHY support for RK3568
[PATCH v7 0/4] Add Naneng combo PHY support for RK3568
2022-02-08 10:22 UTC (4+ messages)
` [PATCH v7 3/4] phy: rockchip: add naneng combo phy "
` "
[REPOST PATCH v1 0/3] Add support for eDP PHY on SC7280 platform
2022-02-08 5:33 UTC (5+ messages)
` [REPOST PATCH v1 1/3] dt-bindings: phy: Add eDP PHY compatible for sc7280
` [REPOST PATCH v1 2/3] phy: qcom: Add support for eDP PHY on sc7280
` [REPOST PATCH v1 3/3] phy: qcom: Program SSC only if supported by sink
[PATCH v1 0/3] Add support for eDP PHY on SC7280 platform
2022-02-08 0:18 UTC (2+ messages)
[PATCH devicetree v3] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
2022-02-07 20:30 UTC (6+ messages)
[PATCH V1 10/10] PCI: tegra: Add Tegra234 PCIe support
2022-02-07 18:19 UTC (2+ messages)
[PATCH V1 09/10] PCI: Disable MSI for Tegra234 root ports
2022-02-07 17:36 UTC (2+ messages)
[PATCH v7 6/8] phy: phy-mtk-dp: Add driver for DP phy
2022-02-07 9:49 UTC (2+ messages)
[PATCH v2] phy: cadence: Sierra: Add support for skipping configuration
2022-02-07 4:58 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).