messages from 2023-12-21 19:02:32 to 2023-12-22 17:45:08 UTC [more...]
[PATCH v4 00/29] Add HDMI support for RK3128
2023-12-22 17:42 UTC (19+ messages)
` [PATCH v4 01/29] dt-bindings: display: rockchip,inno-hdmi: Document RK3128 compatible
` [PATCH v4 02/29] drm/rockchip: vop: Add output selection registers for RK312x
` [PATCH v4 03/29] drm/rockchip: inno_hdmi: Fix video timing
` [PATCH v4 04/29] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH v4 05/29] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH v4 06/29] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH v4 07/29] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH v4 08/29] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH v4 09/29] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH v4 10/29] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH v4 11/29] drm/rockchip: inno_hdmi: Remove YUV-based csc coefficents
` [PATCH v4 12/29] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH v4 13/29] drm/rockchip: inno_hdmi: Drop HDMI Vendor Infoframe support
` [PATCH v4 14/29] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH v4 16/29] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH v4 19/29] drm/rockchip: inno_hdmi: Subclass connector state
` [PATCH v4 20/29] drm/rockchip: inno_hdmi: Correctly setup HDMI quantization range
` [PATCH v4 22/29] drm/rockchip: inno_hdmi: Split power mode setting
[PATCH 0/5] Pinephone video out fixes (flipping between two frames)
2023-12-22 17:36 UTC (11+ messages)
` [PATCH 4/5] clk: sunxi-ng: a64: Add constraints on PLL-VIDEO0's n/m ratio
` [PATCH 5/5] drm/panel: st7703: Drive XBD599 panel at higher clock rate
[PATCH 0/6] arm64: rockchip: Pine64 pinetab2 support
2023-12-22 17:01 UTC (15+ messages)
` [PATCH 1/6] dt-bindings: display: panel: Add BOE TH101MB31IG002-28A panel
` [PATCH 2/6] drm/panel: Add driver for "
` [PATCH 3/6] dt-bindings: arm64: rockchip: Add Pine64 Pinetab2
` [PATCH 4/6] arm64: dts: rockchip: Add devicetree for "
` [PATCH 5/6] arm64: dts: rockchip: Fix some dtb-check warnings
` [PATCH 6/6] dt-bindings: display: rockchip: dw-hdmi: Add missing sound-dai-cells property
[PATCH 0/3] Enable Multi Core Timer (MCT) for gs101
2023-12-22 16:59 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible
` [PATCH 2/3] clk: samsung: gs101: register cmu_misc clocks early
` [PATCH 3/3] arm64: dts: exynos: gs101: define Multi Core Timer (MCT) node
[soc:rockchip/dt64] BUILD SUCCESS 8174dff9e583f7791dacf6d8ce034eb18ec2b292
2023-12-22 16:46 UTC
[PATCH 0/2] clk: imx: composite-8m: Adjustments for __imx8m_clk_hw_composite()
2023-12-22 16:37 UTC (3+ messages)
` [PATCH 1/2] clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
` [PATCH 2/2] clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()
[PATCH 0/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-12-22 16:35 UTC (10+ messages)
` [PATCH 1/7] firmware: arm_scmi: introduce helper get_max_msg_size
` [PATCH 3/7] firmware: arm_scmi: bus: iterate the id_table
` [PATCH 5/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH 6/7] pinctrl: Implementation of the generic scmi-pinctrl driver
[PATCH RFC v2 00/22] KVM: arm64: Implement support for SME in non-protected guests
2023-12-22 16:21 UTC (23+ messages)
` [PATCH RFC v2 01/22] KVM: arm64: Document why we trap SVE access from the host
` [PATCH RFC v2 02/22] arm64/fpsimd: Make SVE<->FPSIMD rewriting available to KVM
` [PATCH RFC v2 03/22] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v2 04/22] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v2 05/22] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v2 06/22] KVM: arm64: Make FFR restore optional in __sve_restore_state()
` [PATCH RFC v2 07/22] KVM: arm64: Define guest flags for SME
` [PATCH RFC v2 08/22] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v2 09/22] KVM: arm64: Basic SME system register descriptions
` [PATCH RFC v2 10/22] KVM: arm64: Add support for TPIDR2_EL0
` [PATCH RFC v2 11/22] KVM: arm64: Make SMPRI_EL1 RES0 for SME guests
` [PATCH RFC v2 12/22] KVM: arm64: Make SVCR a normal system register
` [PATCH RFC v2 13/22] KVM: arm64: Context switch SME state for guest
` [PATCH RFC v2 14/22] KVM: arm64: Manage and handle SME traps
` [PATCH RFC v2 15/22] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v2 16/22] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v2 17/22] KVM: arm64: Support userspace access to streaming mode SVE registers
` [PATCH RFC v2 18/22] KVM: arm64: Expose ZA to userspace
` [PATCH RFC v2 19/22] KVM: arm64: Provide userspace access to ZT0
` [PATCH RFC v2 20/22] KVM: arm64: Support SME version configuration via ID registers
` [PATCH RFC v2 21/22] KVM: arm64: Provide userspace ABI for enabling SME
` [PATCH RFC v2 22/22] KVM: arm64: selftests: Add SME system registers to get-reg-list
[PATCH v2 0/3] Fix mainline support for rk3036 kylin board
2023-12-22 15:37 UTC (7+ messages)
` [PATCH v2 1/3] ARM: dts: rockchip: Add psci for rk3036
[RFC PATCH 0/3]fpga: Add encrypted Bitstream loading support
2023-12-22 15:30 UTC (7+ messages)
` [RFC PATCH 1/3] dt-bindings: fpga: Add support for user-key encrypted bitstream loading
[PATCH v3 0/9] Add CMDQ secure driver for SVP
2023-12-22 15:07 UTC (11+ messages)
` [PATCH v3 1/9] dt-bindings: gce: mt8195: Add CMDQ_SYNC_TOKEN_SECURE_THR_EOF event id
` [PATCH v3 2/9] dt-bindings: mailbox: Add mboxes property for CMDQ secure driver
` [PATCH v3 3/9] soc: mediatek: cmdq: Add cmdq_pkt_logic_command to support math operation
` [PATCH v3 4/9] soc: mediatek: cmdq: Add cmdq_pkt_write_s_reg_value to support write value to reg
` [PATCH v3 5/9] mailbox: mtk-cmdq: Support GCE loop packets in interrupt handler
` [PATCH v3 6/9] soc: mediatek: cmdq: Add cmdq_pkt_finalize_loop for looping cmd with irq
` [PATCH v3 7/9] mailbox: mediatek: Move reuseable definition to header for secure driver
` [PATCH v3 8/9] mailbox: mediatek: Add CMDQ secure mailbox driver
` [PATCH v3 9/9] mailbox: mediatek: Add secure CMDQ driver support for CMDQ driver
[PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt
2023-12-22 14:51 UTC (7+ messages)
` [PATCH net-next v1 1/4] dt-bindings: net: snps,dwmac: per channel irq
` [PATCH net-next v1 2/4] net: stmmac: Make MSI interrupt routine generic
` [PATCH net-next v1 3/4] net: stmmac: Add support for TX/RX channel interrupt
` [PATCH net-next v1 4/4] net: stmmac: Use interrupt mode INTM=1 for per channel irq
PHY issue with SJA1105Q/DP84849I Design
2023-12-22 14:51 UTC (2+ messages)
[PATCH 01/10] ARM: Kconfig: move platform selection into its own Kconfig file
2023-12-22 14:21 UTC (3+ messages)
` [PATCH 08/10] ARM: mach-hpe: Rework support and directory structure
[PATCH net 0/1] Prevent DSA tags from breaking COE
2023-12-22 13:46 UTC (5+ messages)
[PATCH 0/6] spi: stm32: add support for stm32mp25
2023-12-22 13:30 UTC (2+ messages)
` (subset) "
[PATCH v2] pwm: bcm2835: Remove duplicate call to clk_rate_exclusive_put()
2023-12-22 13:13 UTC
[PATCH] arm64: defconfig: Enable Qualcomm SC8280XP camera clock controller
2023-12-22 13:08 UTC (2+ messages)
[PATCH v5 0/3] arm64: add ethernet to orange pi 3 & one plus
2023-12-22 12:52 UTC (3+ messages)
` [PATCH v5 1/3] phy: handle optional regulator for PHY
[GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8
2023-12-22 12:34 UTC (3+ messages)
[PATCH v2 1/3] usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always on
2023-12-22 12:26 UTC (9+ messages)
` [PATCH v2 2/3] usb: chipidea: wait controller resume finished for wakeup irq
` [PATCH v2 3/3] usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
` [EXT] Re: [PATCH v2 1/3] usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always on
[PATCH v2 0/8] arm64: dts: qcom: sa8295p: Enable GPU
2023-12-22 12:07 UTC (12+ messages)
` [PATCH v2 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX
` [PATCH v2 2/8] clk: qcom: gdsc: Enable supply reglator in GPU GX handler
` [PATCH v2 3/8] clk: qcom: gpucc-sc8280xp: Add external supply for GX gdsc
` [PATCH v2 4/8] soc: qcom: rpmhpd: Drop SA8540P gfx.lvl
` [PATCH v2 5/8] arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc
` [PATCH v2 6/8] arm64: dts: qcom: sa8295p-adp: add max20411
` [PATCH v2 7/8] arm64: dts: qcom: sa8295p-adp: Enable GPU
` [PATCH v2 8/8] arm64: defconfig: Enable MAX20411 regulator driver
[PATCH] clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()
2023-12-22 12:03 UTC
imx7_media_csi probe deferred
2023-12-22 11:26 UTC (2+ messages)
[RFC PATCH v3 0/3] Add support for reading D1 efuse speed bin
2023-12-22 11:14 UTC (4+ messages)
` [RFC PATCH v3 1/3] cpufreq: sun50i: Refactor speed bin decoding
` [RFC PATCH v3 2/3] cpufreq: sun50i: Add support for D1's "
` [RFC PATCH v3 3/3] riscv: dts: allwinner: Fill in OPPs
[PATCH] pwm: bcm2835: Duplicate call to clk_rate_exclusive_put in error path
2023-12-22 10:56 UTC (2+ messages)
[PATCH v3 0/9] i2c: stm32f7: enhancements and support for stm32mp25
2023-12-22 10:45 UTC (13+ messages)
` [PATCH v3 1/9] i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq
` [PATCH v3 2/9] i2c: stm32f7: perform most of irq job in threaded handler
` [PATCH v3 3/9] i2c: stm32f7: simplify status messages in case of errors
` [PATCH v3 4/9] dt-bindings: i2c: document st,stm32mp25-i2c compatible
` [PATCH v3 5/9] i2c: stm32f7: perform I2C_ISR read once at beginning of event isr
` [PATCH v3 6/9] i2c: stm32f7: add support for stm32mp25 soc
[PATCH v11] pwm: bcm2835: Allow PWM driver to be used in atomic context
2023-12-22 10:37 UTC (3+ messages)
[PATCH v3 0/2] StarFive DWMAC support for JH7100
2023-12-22 10:10 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v3 2/2] net: stmmac: dwmac-starfive: Add support for JH7100 SoC
[PATCH v2 0/2] Add a property to turn off the max touch controller in suspend mode
2023-12-22 9:52 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: input: atmel,maxtouch: add poweroff-sleep property
` [PATCH v2 2/2] Input: atmel_mxt_ts - support poweroff in suspend
[PATCH v3 0/7] dma-buf: heaps: Add secure heap
2023-12-22 9:40 UTC (8+ messages)
[PATCH] clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
2023-12-22 9:23 UTC (2+ messages)
` [PATCH] clk: imx: scu: Use common error handling code "
[PATCH RESEND v1 0/8] Introduce STM32 LVDS driver
2023-12-22 8:55 UTC (9+ messages)
` [PATCH RESEND v1 1/8] dt-bindings: panel: lvds: Append edt,etml0700z9ndha in panel-lvds
` [PATCH RESEND v1 2/8] dt-bindings: display: add dt-bindings for STM32 LVDS device
` (subset) [PATCH RESEND v1 0/8] Introduce STM32 LVDS driver
Proszę o kontakt
2023-12-22 8:50 UTC
[PATCH v1 0/8] Introduce STM32 LVDS driver
2023-12-22 8:48 UTC (4+ messages)
` [PATCH v1 2/8] dt-bindings: display: add dt-bindings for STM32 LVDS device
[PATCH v4 0/3] mtk-socinfo driver implementation
2023-12-22 8:07 UTC (4+ messages)
` [PATCH v4 1/3] arm64: dts: mediatek: Add socinfo efuses to MT8173/83/96/92/95 SoCs
` [PATCH v4 2/3] soc: mediatek: mtk-socinfo: Add driver for getting chip information
` [PATCH v4 3/3] nvmem: mtk-efuse: Register MediaTek socinfo driver from efuse
[PATCH v2] i2c: rk3x: fix potential spinlock recursion on poll
2023-12-22 8:22 UTC (8+ messages)
[PATCH] dt-bindings: arm: sunxi: sort alphabetically
2023-12-22 8:09 UTC (6+ messages)
[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
2023-12-22 7:29 UTC (4+ messages)
` [PATCH 1/3] perf scripts python: arm-cs-trace-disasm.py: print dso base address
[PATCH v2] ufs: mcq: Adding a function for MCQ enable
2023-12-22 6:31 UTC (2+ messages)
[PATCH v2 1/1] mmc: core: Add HS400 tuning in HS400es initialization
2023-12-22 6:22 UTC
[PATCH v2 0/1] mmc: core: Add HS400 tuning in HS400es initialization
2023-12-22 6:12 UTC
[PATCH] crypto: stm32/crc32 - fix parsing list of devices
2023-12-22 4:42 UTC (2+ messages)
linux-next: duplicate patch in the thermal tree
2023-12-22 3:16 UTC
linux-next: duplicate patch in the v4l-dvb tree
2023-12-22 2:49 UTC
[PATCH] arm: kasan: clear stale stack poison
2023-12-22 2:27 UTC
[PATCH 00/13] mm/gup: Unify hugetlb, part 2
2023-12-22 1:35 UTC (2+ messages)
[PATCH v7 0/2] Introduce STM32MP257 clock driver
2023-12-22 0:48 UTC (5+ messages)
` [PATCH v7 1/2] clk: stm32: introduce clocks for STM32MP257 platform
[PATCH v2 0/2] StarFive DWMAC support for JH7100
2023-12-22 0:25 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
[PATCH 1/2] ARM: dts: exynos: add accelerometer and gyro to p4note
2023-12-21 23:02 UTC (2+ messages)
` [PATCH 2/2] ARM: defconfig: enable STMicroelectronics accelerometer and gyro
[PATCH v5 00/16] PCI: imx6: Clean up and add imx95 pci support
2023-12-21 22:52 UTC (5+ messages)
` [PATCH v5 10/16] dt-bindings: imx6q-pcie: remove reg and reg-name
` [PATCH v5 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
[PATCH v10 00/16] introduce more MDP3 components in MT8195
2023-12-21 22:29 UTC (4+ messages)
` [PATCH v10 02/16] dt-bindings: media: mediatek: mdp3: merge the indentical RDMA under display
[PATCH v8 00/13] Introduce STM32 Firewall framework
2023-12-21 22:01 UTC (3+ messages)
` [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller"
[PATCH] KVM: arm64: Document why we trap SVE access from the host in nVHE
2023-12-21 21:21 UTC
[PATCH v3 0/4] dt-bindings: xilinx: Add missing firmware child nodes
2023-12-21 20:39 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: firmware: xilinx: Describe missing "
` [PATCH v3 3/4] dt-bindings: power: reset: xilinx: Rename node names in examples
[PATCH v2 06/22] ARM: dts: samsung: exynos5420: Enable cros-ec-spi as wake source
2023-12-21 20:34 UTC (6+ messages)
[PATCH v2 0/5] Rework system pressure interface to the scheduler
2023-12-21 20:01 UTC (4+ messages)
` [PATCH v2 1/5] cpufreq: Add a cpufreq pressure feedback for "
[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
2023-12-21 18:00 UTC (9+ messages)
` [PATCH net-next v5 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v5 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v5 04/13] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v5 06/13] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v5 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v5 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v5 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v5 13/13] Documentation: networking: document phy_link_topology
[PATCH 0/8] arm64: dts: qcom: sa8295p: Enable GPU
2023-12-21 19:16 UTC (5+ messages)
` [PATCH 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX
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).