linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-27 21:13:51 to 2023-09-12 19:28:28 UTC [more...]

[PATCH v2 0/8] staging: rtl8192e: Use standard functions like ieee80211_is_beacon()
 2023-09-12 19:28 UTC  (5+ messages)
` [PATCH v2 1/8] staging: rtl8192e: Remove useless equation in debug output
` [PATCH v2 2/8] staging: rtl8192e: Use standard ieee80211 function in rtllib_rx_mgt()
` [PATCH v2 3/8] staging: rtl8192e: Use standard function in rtllib_process_probe_response()
` [PATCH v2 4/8] staging: rtl8192e: Use standard function in rtllib_rx_check_duplicate()

[PATCH v6 00/18] Add DELETE_BUF ioctl
 2023-09-12 15:51 UTC  (36+ messages)
` [PATCH v6 01/18] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v6 02/18] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v6 03/18] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v6 04/18] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v6 05/18] media: mediatek: jpeg: "
` [PATCH v6 06/18] media: mediatek: vdec: "
` [PATCH v6 07/18] media: sti: hva: "
` [PATCH v6 08/18] media: visl: "
` [PATCH v6 09/18] media: atomisp: "
` [PATCH v6 10/18] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v6 11/18] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v6 12/18] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v6 13/18] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v6 14/18] media: verisilicon: vp9: Use destination buffer height to compute chroma offset
` [PATCH v6 15/18] media: verisilicon: postproc: Fix down scale test
` [PATCH v6 16/18] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v6 17/18] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v6 18/18] media: v4l2: Add mem2mem helpers for "

[GIT PULL] media: atomisp: Changes for 6.6-1
 2023-09-12 14:10 UTC  (3+ messages)

[PATCH v4] staging: vt6655: Type encoding info dropped from array name "byVT3253B0_"
 2023-09-12 13:58 UTC  (2+ messages)

[PATCH v10 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-09-12  7:23 UTC  (9+ messages)
` [PATCH v10 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type
` [PATCH v10 2/5] staging: vc04_services: vchiq_arm: Register vchiq_bus_type
` [PATCH v10 3/5] staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_type
` [PATCH v10 4/5] staging: bcm2835-audio: Register bcm2835-audio "
` [PATCH v10 5/5] staging: vc04_services: vchiq_arm: Remove vchiq_register_child()

[PATCH 0/8] staging: rtl8192e: Use standard functions like ieee80211_is_beacon()
 2023-09-12  1:09 UTC  (10+ messages)
` [PATCH 1/8] staging: rtl8192e: Remove useless equation in debug output
` [PATCH 2/8] staging: rtl8192e: Use standard ieee80211 function in rtllib_rx_mgt()
` [PATCH 3/8] staging: rtl8192e: Use standard function in rtllib_process_probe_response()
` [PATCH 4/8] staging: rtl8192e: Use standard function in rtllib_rx_check_duplicate()
` [PATCH 5/8] staging: rtl8192e: Use standard function in softmac_mgmt_xmit()
` [PATCH 6/8] staging: rtl8192e: Replace rtl92e_disable_irq with rtl92e_irq_disable
` [PATCH 7/8] staging: rtl8192e: Replace rtl92e_enable_irq with rtl92e_irq_enable
` [PATCH 8/8] staging: rtl8192e: Remove rtllib_get_payload()

[PATCH] media: cedrus: Fix clock/reset sequence
 2023-09-11 18:46 UTC 

[PATCH v3] staging: vt6655: Type encoding info dropped from array name "byVT3253B0_"
 2023-09-11 12:39 UTC  (5+ messages)

[PATCH 00/10] pwm: Constistenly name pwm_chip variables "chip"
 2023-09-11  4:49 UTC  (3+ messages)

[PATCH 2/2] staging: vme_user: Fix block comments where '*' on each line should be aligned
 2023-09-09 18:48 UTC 

[PATCH v4] staging: vt6655: Type encoding info dropped from array name "byVT3253B0_"
 2023-09-09  9:57 UTC 

[PATCH AUTOSEL 6.5 43/45] Fix nomenclature for USB and PCI wireless devices
 2023-09-08 21:31 UTC  (3+ messages)

[PATCH AUTOSEL 6.4 39/41] Fix nomenclature for USB and PCI wireless devices
 2023-09-08 18:15 UTC 

[PATCH v2] staging: vt6655: array names updated as per kernel coding guidelines
 2023-09-07 14:43 UTC  (3+ messages)

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-09-07  6:54 UTC  (13+ messages)
` [PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global

[PATCH] Staging: wlan-ng: Removed unnecessary parentheses in wlan-ng driver cfg80211
 2023-09-07  6:38 UTC  (2+ messages)

[PATCH] staging: vt6655: array names updated as per coding guidelines
 2023-09-06 16:25 UTC  (2+ messages)

[PATCH 2/2] staging: vme_user: Fix block comments where '*' on each line should be aligned
 2023-09-06  8:52 UTC  (2+ messages)

[PATCH 1/2] staging: vme_user: Remove spurious newlines between define statements
 2023-09-05 19:45 UTC 

[PATCH] staging: vme_user: Fix block comments where '*' on each line should be aligned
 2023-09-05 19:39 UTC  (3+ messages)

[PATCH -next v2 0/3] staging: rtl8192e: Do not call kfree_skb() under spin_lock_irqsave()
 2023-09-05 12:16 UTC  (4+ messages)

[PATCH v3 1/6] staging: octeon: clean up the octeon ethernet driver
 2023-09-05  9:41 UTC  (9+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 3/6] "
` [PATCH v3 4/6] "
` [PATCH v3 5/6] "
` [PATCH v3 6/6] "

[PATCH v3 0/6] staging: octeon: clean up the octeon ethernet driver
 2023-09-05  9:38 UTC  (2+ messages)

[PATCH] staging: rtl8192e: prefer strscpy over strncpy
 2023-09-05  9:23 UTC  (6+ messages)

[PATCH] staging: wlan-ng
 2023-09-05  7:17 UTC  (2+ messages)

[PATCH 0/8] fbdev: Use helpers for deferred I/O
 2023-09-04 15:28 UTC  (24+ messages)
` [PATCH 1/8] fbdev/smscufx: Use fb_ops "
` [PATCH 2/8] fbdev/udlfb: "
` [PATCH 3/8] fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERRED
` [PATCH 4/8] fbdev/hyperv_fb: Use fb_ops helpers for deferred I/O
` [PATCH 5/8] hid: Remove trailing whitespace
` [PATCH 6/8] hid/picolcd: Use fb_ops helpers for deferred I/O
` [PATCH 7/8] staging/fbtft: Initialize fb_op struct as static const
` [PATCH 8/8] staging/fbtft: Use fb_ops helpers for deferred I/O

[PATCH] staging: vme_user: Add missing '*' in multiline comments
 2023-09-03 19:42 UTC  (3+ messages)

[PATCH] staging: vme_user: Remove unused (commented) code causing unnecessary checkpatch warning
 2023-09-03 15:06 UTC 

[PATCH] Staging: Fixed some formatting warnings in the vme_user driver
 2023-09-03  9:54 UTC  (5+ messages)

[GIT PULL] Staging driver updates for 6.6-rc1
 2023-09-01 17:10 UTC  (2+ messages)

[PATCH] staging: vt6655: Type encoding info dropped from names
 2023-09-01 13:16 UTC  (2+ messages)

[PATCH v5 00/10] Add DELETE_BUF ioctl
 2023-09-01 12:29 UTC  (19+ messages)
` [PATCH v5 01/10] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v5 02/10] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v5 03/10] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v5 09/10] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v5 10/10] media: v4l2: Add mem2mem helpers for "

[PATCH v8 0/8] Add StarFive Camera Subsystem driver
 2023-08-30 10:44 UTC  (5+ messages)
` [PATCH v8 3/8] media: staging: media: starfive: camss: Add core driver

[PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-29 13:58 UTC  (5+ messages)

[PATCH v5 1/6] staging: octeon: remove typedef in enum cvmx_spi_mode_t
 2023-08-28 15:39 UTC  (6+ messages)
` [PATCH v5 2/6] staging: octeon: remove typedef in enum cvmx_helper_interface_mode_t
` [PATCH v5 3/6] staging: octeon: remove typedef in enum cvmx_pow_wait_t
` [PATCH v5 4/6] staging: octeon: remove typedef in struct cvmx_pko_lock_t
` [PATCH v5 5/6] staging: octeon: remove typedef in enum cvmx_pko_status_t
` [PATCH v5 6/6] staging: octeon: remove typedef in structs cvmx_pip_port_status_t and cvmx_pko_port_status_t

[PATCH v5 0/6] remove typedefs in octeon ethernet driver
 2023-08-28 15:39 UTC 

[PATCH v4 1/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-28 14:45 UTC  (9+ messages)
` [PATCH v4 2/6] "
` [PATCH v4 3/6] "
` [PATCH v4 4/6] "
` [PATCH v4 5/6] "
` [PATCH v4 6/6] "

[PATCH 6/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 23:53 UTC  (4+ messages)

[PATCH v2 1/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 23:25 UTC  (6+ messages)
` [PATCH v2 2/6] "
` [PATCH v2 3/6] "
` [PATCH v2 4/6] "
` [PATCH v2 5/6] "
` [PATCH v2 6/6] "

[PATCH v2 0/6] staging: octeon: clean up octeon ethernet driver
 2023-08-27 23:25 UTC 

[PATCH 1/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 22:47 UTC  (4+ messages)

[PATCH 5/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 21:14 UTC 

[PATCH 4/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 21:14 UTC 

[PATCH 3/6] staging: octeon: clean up the octeon ethernet driver
 2023-08-27 21:13 UTC 


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