Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 15:56:31 to 2026-05-13 18:24:20 UTC [more...]

[PATCH RESEND v3 0/6] drm: handle IRQ_HPD events correctly
 2026-05-13 18:23 UTC  (7+ messages)
` [PATCH RESEND v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()
` [PATCH RESEND v3 2/6] drm/bridge: pass down IRQ_HPD to the drivers
` [PATCH RESEND v3 3/6] drm/bridge: aux-hpd: let drivers pass IRQ_HPD events
` [PATCH RESEND v3 4/6] drm/msm: dp: handle the IRQ_HPD events reported by USB-C
` [PATCH RESEND v3 5/6] soc: qcom: pmic-glink-altmode: pass down HPD_IRQ events
` [PATCH RESEND v3 6/6] usb: typec: ucsi: huawei-gaokun: "

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-05-13 17:59 UTC  (9+ messages)

[PATCH v2] arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
 2026-05-13 12:37 UTC  (2+ messages)

[PATCH 2/2] arm64: dts: amlogic: t7: Fix missing required reset property
 2026-05-13 12:37 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Khadas VIM4 PWM status LED support
 2026-05-13 12:37 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: dts: amlogic: t7: Fix pwm_ao_c pinmux definitions
` [PATCH v2 2/3] arm64: dts: amlogic: t7: khadas-vim4: reorder root node
` [PATCH v2 3/3] arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED
` (subset) [PATCH v2 0/3] Khadas VIM4 PWM status LED support

[PATCH 0/2] Khadas VIM4 PWM status LED support
 2026-05-13 10:26 UTC  (7+ messages)
` [PATCH 1/2] arm64: dts: amlogic: t7: Fix pwm_ao_c pinmux definitions
` [PATCH 2/2] arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED

[PATCH 00/10] Add support for A9 family clock controller
 2026-05-13  9:19 UTC  (21+ messages)
` [PATCH 01/10] dt-bindings: clock: Add Amlogic A9 SCMI "
` [PATCH 02/10] dt-bindings: clock: Add Amlogic A9 PLL "
` [PATCH 03/10] dt-bindings: clock: Add Amlogic A9 peripherals "
` [PATCH 04/10] dt-bindings: clock: Add Amlogic A9 AO "
` [PATCH 05/10] clk: amlogic: PLL l_detect signal supports active-high configuration
` [PATCH 06/10] clk: amlogic: PLL reset signal supports active-low configuration
` [PATCH 07/10] clk: amlogic: Support POWER_OF_TWO for PLL pre-divider
` [PATCH 08/10] clk: amlogic: Add A9 PLL clock controller driver
` [PATCH 09/10] clk: amlogic: Add A9 peripherals "
` [PATCH 10/10] clk: amlogic: Add A9 AO "

[ANN] sashiko review allowed to reply
 2026-05-13  7:40 UTC 

[PATCH v2 0/2] pinctrl: add support amlogic a9
 2026-05-11 20:26 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pinctl: amlogic,pinctrl-a4: Add compatible string for A9
` [PATCH v2 2/2] pinctrl: meson: support amlogic A9 SoC

[PATCH 00/10] spi: Use FIELD_MODIFY() for bitfield operations
 2026-05-11 12:05 UTC  (12+ messages)
` [PATCH 03/10] spi: cadence-xspi: Use FIELD_MODIFY()
` [PATCH 05/10] spi: nxp-xspi: "
` [PATCH 07/10] spi: stm32-ospi: "
` [PATCH 08/10] spi: stm32-qspi: "

[PATCH v5 00/21] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-10 12:41 UTC  (22+ messages)
` [PATCH v5 01/21] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v5 02/21] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v5 03/21] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v5 04/21] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v5 05/21] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v5 06/21] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v5 07/21] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v5 08/21] drm: bridge: dw_hdmi: Unregister CEC notifier during "
` [PATCH v5 09/21] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v5 10/21] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v5 11/21] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v5 12/21] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v5 13/21] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v5 14/21] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v5 15/21] drm: bridge: dw_hdmi: Add common suspend helper
` [PATCH v5 16/21] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v5 17/21] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v5 18/21] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v5 19/21] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v5 20/21] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers
` [PATCH v5 21/21] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()

[PATCH 0/3] PCI: dwc: Cache PCIe capability offset and simplify drivers
 2026-05-09 13:51 UTC  (4+ messages)
` [PATCH 1/3] PCI: dwc: Add pcie_cap field and helper in designware header
` [PATCH 2/3] PCI: dwc: Use cached PCIe capability offset in core
` [PATCH 3/3] PCI: dwc: Simplify platform drivers using cached capability offset

[PATCH v2] media: meson: vdec: Fix memory leak in error path of vdec_open
 2026-05-08 17:58 UTC  (2+ messages)

[PATCH 0/3] irqchip: Add GPIO interrupt support for Amlogic A9
 2026-05-08 15:03 UTC  (5+ messages)
` [PATCH 1/3] irqchip/meson-gpio: fix incorrect register address
` [PATCH 2/3] dt-bindings: interrupt-controller: Add support for Amlogic A9 SoCs
` [PATCH 3/3] irqchip/meson-gpio: "

[PATCH] staging: media: meson: fix typo in codec files
 2026-05-08  5:57 UTC 

[PATCH] crypto: amlogic - avoid double cleanup in meson_crypto_probe()
 2026-05-08  4:24 UTC 

[PATCH] spi: amlogic-spisg: drop misleading NULL check on exdesc
 2026-05-07  8:25 UTC  (3+ messages)

[PATCH v4 1/8] dt-bindings: mfd: khadas: Add new compatible for Khadas VIM4 MCU
 2026-05-07 12:53 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/8] arm64: amlogic: T7 thermal support
 2026-05-06 15:55 UTC  (4+ messages)
` [PATCH v5 4/8] thermal: amlogic: Add support for secure monitor calibration readout

[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
 2026-05-06 14:00 UTC  (2+ messages)

[PATCH 0/2] pinctrl: add support amlogic a9
 2026-05-06  3:01 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pinctl: amlogic,pinctrl-a4: Add compatible string for A9

[PATCH v4 00/17] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-04 21:21 UTC  (19+ messages)
` [PATCH v4 01/17] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v4 02/17] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v4 03/17] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v4 04/17] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v4 05/17] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v4 06/17] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v4 07/17] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v4 08/17] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v4 09/17] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v4 10/17] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v4 11/17] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v4 12/17] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v4 13/17] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v4 14/17] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v4 15/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v4 16/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v4 17/17] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH] staging: media: meson: fix typo in codec files
 2026-05-04 11:59 UTC  (2+ messages)

[PATCH] staging: media: meson: fix typo in codec files
 2026-05-04  8:22 UTC  (2+ messages)

[PATCH v5 0/8] Add VIM4 MCU/FAN support
 2026-05-04  8:14 UTC  (3+ messages)
` [PATCH v5 2/8] dt-bindings: i2c: amlogic: Add compatible for T7 SOC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox