linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 13:11:03 to 2021-10-17 16:22:45 UTC [more...]

[PATCH 00/17] various fixes for atomisp to make it work
 2021-10-17 16:19 UTC  (18+ messages)
` [PATCH 01/17] media: atomisp: pci: add missing media_device_cleanup() in atomisp_unregister_entities()
` [PATCH 02/17] media: atomisp: pci: fix punit_ddr_dvfs_enable() argument for mrfld_power up case
` [PATCH 03/17] media: atomisp: pci: fix inverted logic in buffers_needed()
` [PATCH 04/17] media: atomisp: pci: do not use err var when checking port validity for ISP2400
` [PATCH 05/17] media: atomisp: pci: fix inverted error check for ia_css_mipi_is_source_port_valid()
` [PATCH 06/17] media: atomisp: pci: use IA_CSS_ERROR() for error messages in sh_css_mipi.c
` [PATCH 07/17] media: atomisp: pci: fix ifdefs in sh_css.c
` [PATCH 08/17] media: atomisp: pci: make fw ver irci_stable_candrpv_0415_20150521_0458 work - 1/5
` [PATCH 09/17] media: atomisp: pci: make fw ver irci_stable_candrpv_0415_20150521_0458 work - 2/5
` [PATCH 10/17] media: atomisp: pci: make fw ver irci_stable_candrpv_0415_20150521_0458 work - 3/5
` [PATCH 11/17] media: atomisp: pci: make fw ver irci_stable_candrpv_0415_20150521_0458 work - 4/5
` [PATCH 12/17] media: atomisp: pci: make fw ver irci_stable_candrpv_0415_20150521_0458 work - 5/5
` [PATCH 13/17] media: atomisp: pci: release_version is now irci_stable_candrpv_0415_20150521_0458
` [PATCH 14/17] media: atomisp: pci: Remove remaining instance of call to trace_printk
` [PATCH 15/17] media: atomsip: pci: add Microsoft Surface 3 ACPI vars
` [PATCH 16/17] [NOT-FOR-MERGE] media: atomsip: pci: add DMI match for Microsoft Surface 3 with broken DMI (OEMB)
` [PATCH 17/17] [NOT-FOR-MERGE] atomisp: Fix up the open v load race

[PATCH 0/2] dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schemas
 2021-10-17 15:29 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: bcm283x: Drop fallback compatible for vchiq
` [PATCH 2/2] dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema

[PATCH 0/3] staging: r8188eu: clean up osdep_service.h
 2021-10-17 14:47 UTC  (16+ messages)
` [PATCH 1/3] staging: r8188eu: res_to_status is unused
` [PATCH 2/3] staging: r8188eu: daemonize is not defined
` [PATCH 3/3] staging: r8188eu: don't accept SIGTERM for cmd thread

[PATCH v2 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-17 14:28 UTC  (4+ messages)
` [PATCH v2 1/3] staging: r8188eu: Use completions for signaling start / end kthread
` [PATCH v2 2/3] staging: r8188eu: Use completions for signaling enqueueing
` [PATCH 3/3] staging: r8188eu: Remove redundant 'if' statement

[PATCH] staging: rts5208: ms.c: Remove two udelay calls and use usleep_range instead
 2021-10-17 13:41 UTC  (2+ messages)

[PATCH] staging: vchiq_arm: Add 36-bit address support
 2021-10-17 13:31 UTC  (4+ messages)

[PATCH v2] staging: vc04_services: replace msleep() by usleep_range()
 2021-10-17 12:47 UTC  (6+ messages)
` [Outreachy kernel] "

[PATCH 0/3] staging: r8188eu: clean up the Makefile
 2021-10-17 12:18 UTC  (6+ messages)
` [PATCH 1/3] staging: r8188eu: Makefile: remove unused driver config
` [PATCH 2/3] staging: r8188eu: Makefile: don't overwrite global settings
` [PATCH 3/3] staging: r8188eu: Makefile: use one file list

[PATCH 0/2] staging: r8188eu: remove CONFIG_BT_COEXIST
 2021-10-17 12:00 UTC  (4+ messages)
` [PATCH 1/2] staging: r8188eu: remove unused components in pwrctrl_priv
` [PATCH 2/2] staging: r8188eu: remove BT_COEXIST settings from Makefile

[PATCH 0/8] staging: r8188eu: another round of removals
 2021-10-17 11:57 UTC  (19+ messages)
` [PATCH 1/8] staging: r8188eu: remove empty trigger gpio code
` [PATCH 2/8] staging: r8188eu: interface type is always usb
` [PATCH 3/8] staging: r8188eu: remove two checks that are always false
` [PATCH 4/8] staging: r8188eu: remove unused function prototypes
` [PATCH 5/8] staging: r8188eu: PHY_SetRFPathSwitch_8188E is not used
` [PATCH 6/8] staging: r8188eu: clean up Hal8188EPhyCfg.h
` [PATCH 7/8] staging: r8188eu: remove procfs functions
` [PATCH 8/8] staging: r8188eu: CurrentWirelessMode is not used

[PATCH] staging: r8188eu: remove unused constants and variables
 2021-10-17 11:43 UTC  (3+ messages)

[PATCHv2 1/4] media: imx: Remove unused functions
 2021-10-17 11:08 UTC  (4+ messages)
` [PATCHv2 2/4] media: imx: Store the type of hardware implementation
` [PATCHv2 3/4] media: imx: Forward "
` [PATCHv2 4/4] media: imx: Use dedicated format handler for i.MX7/8

[PATCH] media: imx: Round line size to 4 bytes
 2021-10-17 11:07 UTC  (5+ messages)

[GIT PULL] Staging driver fixes for 5.15-rc6
 2021-10-17 10:06 UTC 

[PATCH 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-17  9:48 UTC  (10+ messages)
` [PATCH 1/3] staging: r8188eu: Use completions for signaling start and end kthread
` [PATCH 2/3] staging: r8188eu: Use completions for signaling enqueueing
` [PATCH 3/3] staging: r8188eu: Remove redundant 'if' statement

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-17  8:38 UTC  (9+ messages)
` [PATCH v13 11/35] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v13 20/35] mtd: rawnand: tegra: Add runtime PM and OPP support

[PATCH 1/2] staging: mt7621-dts: get rid of nodes with no in-tree driver
 2021-10-17  7:06 UTC  (2+ messages)
` [PATCH 2/2] staging: mt7621-dts: change some node hex addresses to lower case

[PATCH v2 0/4] clk: ralink: make system controller a reset provider
 2021-10-17  6:51 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: reset: add dt binding header for Mediatek MT7621 resets
` [PATCH v2 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property

[PATCH] staging: vc04_services: Fixed checkpatch warning: MSLEEP: msleep < 20ms can sleep for up to 20ms
 2021-10-17  6:17 UTC  (2+ messages)
` [Outreachy kernel] "

offline for the next two weeks
 2021-10-16 19:32 UTC 

[RFC PATCH] staging: r8188eu: Use completions instead of semaphores
 2021-10-16 14:33 UTC  (9+ messages)

[PATCH 0/7] staging: r8188eu: odm cleanups
 2021-10-16 10:08 UTC  (18+ messages)
` [PATCH 1/7] staging: r8188eu: remove empty functions from odm.c
` [PATCH 2/7] staging: r8188eu: remove ODM_SingleDualAntennaDefaultSetting()
` [PATCH 3/7] staging: r8188eu: remove GetPSDData()
` [PATCH 4/7] staging: r8188eu: remove ODM_AntselStatistics_88C()
` [PATCH 5/7] staging: r8188eu: pBandType is never set
` [PATCH 6/7] staging: r8188eu: pMacPhyMode is not used
` [PATCH 7/7] staging: r8188eu: remove ODM_CmnInfoPtrArrayHook()

[PATCH] staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()
 2021-10-16  7:04 UTC  (4+ messages)

[PATCH] staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c
 2021-10-15 17:47 UTC  (5+ messages)

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-15 17:19 UTC  (4+ messages)
` [PATCH v7 11/11] media: hantro: Support NV12 on the G2 core

[PATCH v2] staging: vt6655: Rename byPreambleType field
 2021-10-15 15:10 UTC  (4+ messages)

[PATCH v2 0/4] media: HEVC: RPS clean up
 2021-10-15 14:53 UTC  (8+ messages)
    `  "

[PATCH] media: imx: Constify static struct v4l2_m2m_ops
 2021-10-15 11:13 UTC  (3+ messages)

[PATCH] staging: media: rkvdec: Constify static struct v4l2_m2m_ops
 2021-10-15 11:12 UTC  (3+ messages)

[PATCH v3] staging: rtl8723bs: os_dep: simplify the return statement
 2021-10-15  9:15 UTC  (4+ messages)

Undelivered Mail Returned to Sender
 2021-10-15  8:31 UTC 

[PATCH v12 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-15  1:02 UTC  (6+ messages)
` [PATCH v12 05/35] dt-bindings: clock: tegra-car: Document new clock sub-nodes

[PATCH v2 00/10] staging: media: zoran: fusion in one module
 2021-10-14 11:18 UTC  (15+ messages)
` [PATCH v2 01/10] staging: media: zoran: move module parameter checks to zoran_probe
` [PATCH v2 02/10] staging: media: zoran: use module_pci_driver
` [PATCH v2 03/10] staging: media: zoran: rename debug module parameter
` [PATCH v2 04/10] staging: media: zoran: add debugfs
` [PATCH v2 05/10] staging: media: zoran: videocode: remove procfs
` [PATCH v2 06/10] staging: media: zoran: fusion all modules
` [PATCH v2 07/10] staging: media: zoran: remove vidmem
` [PATCH v2 08/10] staging: media: zoran: move videodev alloc
` [PATCH v2 09/10] staging: media: zoran: move config select on primary kconfig
` [PATCH v2 10/10] staging: media: zoran: introduce zoran_i2c_init

[PATCH 0/2] media: rkvdec: Align decoder behavior with Hantro and Cedrus
 2021-10-14  9:21 UTC  (12+ messages)
` [PATCH 1/2] media: rkvdec: Do not override sizeimage for output format
` [PATCH 2/2] media: rkvdec: Support dynamic resolution changes

[PATCH v2] media: hantro: Auto generate the AXI ID to avoid conflicts
 2021-10-14  9:04 UTC  (2+ messages)

[PATCH v2 0/6] staging: media: wave5: add wave5 codec driver
 2021-10-14  1:54 UTC  (6+ messages)
` [PATCH v2 1/6] staging: media: wave5: Add vpuapi layer
` [PATCH v2 3/6] staging: media: wave5: Add the v4l2 layer

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-10-13 13:35 UTC  (4+ messages)
` [PATCH v3 2/3] "

[PATCH] staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
 2021-10-13 13:11 UTC  (5+ 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).