linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 09:27:16 to 2023-09-27 16:17:02 UTC [more...]

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-09-27 15:35 UTC  (52+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v8 05/53] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v8 06/53] media: mediatek: vdec: Remove useless loop
` [PATCH v8 07/53] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v8 08/53] media: visl: "
` [PATCH v8 09/53] media: atomisp: "
` [PATCH v8 10/53] media: dvb-core: "
` [PATCH v8 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v8 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v8 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v8 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v8 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v8 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v8 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v8 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v8 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v8 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v8 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v8 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v8 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v8 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v8 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v8 26/53] media: pci: dt3155: Remove useless check
` [PATCH v8 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v8 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v8 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v8 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v8 31/53] media: coda: "
` [PATCH v8 32/53] media: mediatek: vcodec: "
` [PATCH v8 33/53] media: nxp: "
` [PATCH v8 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v8 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v8 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v8 37/53] media: test-drivers: "
` [PATCH v8 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v8 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v8 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v8 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v8 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v8 43/53] media: imx: "
` [PATCH v8 44/53] media: meson: vdec: "
` [PATCH v8 45/53] touchscreen: sur40: "
` [PATCH v8 46/53] sample: v4l: "
` [PATCH v8 47/53] media: cedrus: "
` [PATCH v8 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v8 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v8 50/53] media: core: Free range of buffers
` [PATCH v8 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v8 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v8 53/53] media: test-drivers: Use helper "

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-27 16:16 UTC  (10+ messages)

[PATCH 1/1] sched/core: Fix stuck on completion for affine_move_task() when stopper disable
 2023-09-27 15:57 UTC  (3+ messages)

droid4 -- weird behaviour when attempting to use usb host
 2023-09-27 15:52 UTC  (3+ messages)

[PATCH v10 0/9] Add connector dynamic selection capability
 2023-09-27 15:38 UTC  (10+ messages)
` [PATCH v10 1/9] drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
` [PATCH v10 2/9] drm/mediatek: Add crtc path enum for all_drm_priv array
` [PATCH v10 3/9] drm/mediatek: Fix using wrong drm private data to bind mediatek-drm
` [PATCH v10 4/9] drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcs
` [PATCH v10 5/9] drm/mediatek: Add connector dynamic selection capability
` [PATCH v10 6/9] drm/mediatek: dpi: Support dynamic connector selection
` [PATCH v10 7/9] drm/mediatek: Support dynamic selection of DP_INTF0 on MT8188 VDOSYS0
` [PATCH v10 8/9] drm/mediatek: dsi: Support dynamic connector selection
` [PATCH v10 9/9] drm/mediatek: Support dynamic selection of DSI0 on MT8188 VDOSYS0

[PATCH v2] i2c: aspeed: Fix i2c bus hang in slave read
 2023-09-27 15:42 UTC 

[PATCH 1/3] dt-bindings: PCI: brcm,iproc-pcie: Fix example indentation
 2023-09-27 15:35 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties
` [PATCH 3/3] dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema

[RFC PATCH] tee: tstee: Add initial Trusted Services TEE driver
 2023-09-27 15:21 UTC 

[PATCH v4 0/9] Add R5F and C7x DSP node for K3 J721S2, AM68 and AM69 SoCs
 2023-09-27 15:23 UTC  (11+ messages)
` [PATCH v4 6/9] arm64: dts : ti: k3-am68-sk-som: Add DDR carveout memory nodes for R5F
` [PATCH v4 7/9] arm64: dts : ti: k3-am68-sk-som: Add DDR carveout memory nodes for C71x DSP
` [PATCH v4 8/9] arm64: dts : ti: k3-am69-sk: Add DDR carveout memory nodes for R5F
` [PATCH v4 9/9] arm64: dts : ti: k3-am69-sk: Add DDR carveout memory nodes for C71x DSP

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-09-27 15:17 UTC  (12+ messages)
` [PATCH 4/9] dma-buf: heaps: Initialise "
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session
` [PATCH 6/9] dma-buf: heaps: mtk_sec_heap: Add tee service call for buffer allocating/freeing

[PATCH] dt-bindings: remoteproc: mtk,scp: Add missing additionalProperties on child node schemas
 2023-09-27 15:12 UTC  (3+ messages)

[PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
 2023-09-27 15:09 UTC  (7+ messages)
` [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl
` [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: "
` [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: "

[net-next PATCH 1/2] dt-bindings: net: snps,dwmac: DMA Arbitration scheme
 2023-09-27 14:59 UTC  (3+ messages)
` [net-next PATCH 2/2] net: stmmac: add support for DMA Arbitration Scheme

[PATCH] thermal: imx8mm_thermal: Fix function pointer declaration by adding identifier name
 2023-09-27 14:38 UTC  (4+ messages)

[PATCH v1 00/20] Permission Overlay Extension
 2023-09-27 14:01 UTC  (21+ messages)
` [PATCH v1 01/20] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v1 02/20] arm64/sysreg: update CPACR_EL1 register
` [PATCH v1 03/20] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v1 04/20] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 06/20] KVM: arm64: Save/restore POE registers
` [PATCH v1 07/20] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v1 08/20] arm64: add POIndex defines
` [PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v1 10/20] arm64: mask out POIndex when modifying a PTE
` [PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v1 12/20] arm64: handle PKEY/POE faults
` [PATCH v1 13/20] arm64: stop using generic mm_hooks.h
` [PATCH v1 14/20] arm64: implement PKEYS support
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 16/20] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v1 17/20] arm64: enable POE and PIE to coexist
` [PATCH v1 18/20] kselftest/arm64: move get_header()
` [PATCH v1 19/20] selftests: mm: move fpregs printing
` [PATCH v1 20/20] selftests: mm: make protection_keys test work on arm64

[PATCH v1 0/5] bitmap: get rid of bitmap_remap() and bitmap_biremap() uses
 2023-09-27 14:23 UTC  (12+ messages)
` [PATCH v1 2/5] lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
` [PATCH v1 5/5] gpiolib: cdev: Utilize more bitmap APIs

[PATCH RFC 1/6] ARM: pxa: Convert Spitz OHCI to GPIO descriptors
 2023-09-27 14:01 UTC  (2+ messages)

[PATCH RFC v2 3/6] ARM: pxa: Convert Spitz CF power control to GPIO descriptors
 2023-09-27 13:46 UTC  (6+ messages)
  ` [PATCH RFC v2 5/6] ARM: pxa: Convert Spitz hsync "

[PATCH net-next 0/2] net: stmmac: TBS support for platform driver
 2023-09-27 13:09 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: snps,dwmac: Time Based Scheduling
` [PATCH net-next 2/2] net: stmmac: TBS support for platform driver

[PATCH v3 1/1] PCI: layerscape-ep: set 64-bit DMA mask
 2023-09-27 13:25 UTC  (4+ messages)

[PATCH v8 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-09-27 13:23 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Do not use !! on boolean when setting msg->flags
 2023-09-27 13:12 UTC  (3+ messages)

[PATCH] bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_by
 2023-09-27 13:09 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Rename scmi_{msg_,}clock_config_{get,set}_{2,21}
 2023-09-27 13:06 UTC  (6+ messages)

[PATCH v16 6/6] soc: amd: Add support for AMD Pensando SoC Controller
 2023-09-27 12:59 UTC  (3+ messages)

[PATCH 0/8] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-09-27 12:59 UTC  (4+ messages)
` [PATCH 6/8] iommu/dart: Move the blocked domain support to a global static

[PATCH v6 00/11] firmware: imx: NXP Secure-Enclave FW Driver
 2023-09-27 17:54 UTC  (12+ messages)
` [PATCH v6 01/11] Documentation/firmware: added imx/se-fw to other_interfaces
` [PATCH v6 02/11] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v6 03/11] arm64: dts: imx8ulp-evk: added nxp secure enclave firmware
` [PATCH v6 04/11] arm64: dts: imx8ulp-evk: reserved mem-ranges to constrain ele_fw dma-range
` [PATCH v6 05/11] arm64: dts: imx93-11x11-evk: added nxp secure enclave fw
` [PATCH v6 06/11] arm64: dts: imx93-11x11-evk: reserved mem-ranges
` [PATCH v6 07/11] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v6 08/11] firmware: imx: init-fw api exchange on imx93
` [PATCH v6 09/11] firmware: imx: enable trng
` [PATCH v6 10/11] firmware: imx: enclave-fw: add handling for save/restore IMEM region
` [PATCH v6 11/11] MAINTAINERS: Added maintainer details

[PATCH v4 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-27 12:38 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: media: add bindings for stm32 dcmipp
` [PATCH v4 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver
` [PATCH v4 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
` [PATCH v4 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135
` [PATCH v4 5/5] ARM: multi_v7_defconfig: enable STM32 DCMIPP media support

[PATCH v1 0/2] KVM: arm64: Use folio for THP support
 2023-09-27 12:40 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: arm64: Do not transfer page refcount for THP adjustment

[PATCH v4 0/5] Implement MTE tag compression for swapped pages
 2023-09-27 12:33 UTC  (6+ messages)
` [PATCH v4 2/5] lib/test_bitmap: add tests for bitmap_{set,get}_value()

[PATCH v6 09/11] firmware: imx: enable trng
 2023-09-27 18:00 UTC 

[PATCH v10 0/5] Enable Display for J784S4 and AM69-SK platform
 2023-09-27 12:25 UTC  (8+ messages)
` [PATCH v10 1/5] arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux
` [PATCH v10 2/5] arm64: dts: ti: k3-j784s4-main: Add WIZ and SERDES PHY nodes
` [PATCH v10 3/5] arm64: dts: ti: k3-j784s4-main: Add DSS and DP-bridge node
` [PATCH v10 4/5] arm64: dts: ti: k3-j784s4-evm: Enable DisplayPort-0
` [PATCH v10 5/5] arm64: dts: ti: k3-am69-sk: Add DP and HDMI support

[PATCH net-next] net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()
 2023-09-27 12:13 UTC 

[GIT PULL] firmware: arm_scmi: Fix for v6.6
 2023-09-27 12:16 UTC 

[GIT PULL] firmware: arm_ffa: Fix for v6.6
 2023-09-27 12:15 UTC 

Ihre E-Mail konnte nicht zugestellt werden
 2023-09-27 12:09 UTC 

[PATCH v2 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for CBDTU02043
 2023-09-27 12:03 UTC  (4+ messages)
` [PATCH v2 3/3] arm64: dts: imx8qxp-mek: Pass gpio-sbu-mux mode-switch

[PATCH] ARM: shmobile: defconfig: Refresh for v6.6-rc3
 2023-09-27 11:57 UTC 

[PATCH] arch_topology: Support SMT control on arm64
 2023-09-27 11:53 UTC  (4+ messages)

[PATCH 0/2] Add SMMUv2 support for SM7150
 2023-09-27 11:33 UTC  (3+ messages)
` [PATCH 2/2] iommu/arm-smmu-qcom: Add SM7150 SMMUv2

[PATCH v3 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-27 11:03 UTC  (8+ messages)
` [PATCH v3 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135

[RESEND PATCH v6 00/20] Add display driver for MT8188 VDOSYS1
 2023-09-27 10:42 UTC  (7+ messages)
` [RESEND PATCH v6 11/20] drm/mediatek: Rename OVL_ADAPTOR_TYPE_RDMA
` [RESEND PATCH v6 13/20] drm/mediatek: Sort OVL adaptor components
` [RESEND PATCH v6 14/20] drm/mediatek: Add component ID to component match structure

[PATCH] media: sunxi: a83-mips-csi2: also select GENERIC_PHY
 2023-09-27 10:48 UTC  (2+ messages)

[PATCH V3 0/3] Add pinctrl driver support for Amlogic T7 SoCs
 2023-09-27 10:54 UTC  (5+ messages)
` [PATCH V3 1/3] dt-bindings: pinctrl: Add "

[PATCH v2] drm/mediatek: dsi: Add mode_valid callback to DSI bridge
 2023-09-27 10:05 UTC  (2+ messages)

[PATCH] ARM: kprobes: Explicitly assign register for local variables
 2023-09-27 10:11 UTC  (4+ messages)

[PATCH v6 0/7] Add support for XLCDC to sam9x7 SoC family
 2023-09-27  9:47 UTC  (8+ messages)
` [PATCH v6 1/7] drm: atmel-hlcdc: add flag and driver ops to differentiate XLCDC and HLCDC IP
` [PATCH v6 2/7] drm: atmel-hlcdc: add LCD controller layer definition for sam9x75
` [PATCH v6 3/7] drm: atmel-hlcdc: Define SAM9X7 SoC XLCDC specific registers
` [PATCH v6 4/7] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
` [PATCH v6 5/7] drm: atmel-hlcdc: add DPI mode support for XLCDC
` [PATCH v6 6/7] drm: atmel-hlcdc: add vertical and horizontal scaling "
` [PATCH v6 7/7] drm: atmel-hlcdc: add support for DSI output formats

[PATCH v6 00/16] introduce more MDP3 components in MT8195
 2023-09-27  9:47 UTC  (6+ messages)
` [PATCH v6 12/16] dt-bindings: display: mediatek: color: add compatible for MT8195

[PATCH] mmc: meson-gx: Remove setting of CMD_CFG_ERROR
 2023-09-27  9:30 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: fsl_rpmsg: List DAPM endpoints ignoring system suspend
 2023-09-27  9:29 UTC  (4+ messages)
  `  "


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).