messages from 2023-09-21 14:44:22 to 2023-09-30 08:52:45 UTC [more...]
[PATCH v8 00/53] Add DELETE_BUF ioctl
2023-09-30 8:52 UTC (60+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v8 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v8 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v8 05/53] media: mediatek: jpeg: "
` [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 v3 00/27] iio: resolver: move ad2s1210 out of staging
2023-09-30 3:55 UTC (32+ messages)
` [PATCH v3 01/27] dt-bindings: iio: resolver: add devicetree bindings for ad2s1210
` [PATCH v3 02/27] staging: iio: resolver: ad2s1210: fix use before initialization
` [PATCH v3 03/27] staging: iio: resolver: ad2s1210: remove call to spi_setup()
` [PATCH v3 04/27] staging: iio: resolver: ad2s1210: check return of ad2s1210_initial()
` [PATCH v3 05/27] staging: iio: resolver: ad2s1210: remove spi_set_drvdata()
` [PATCH v3 06/27] staging: iio: resolver: ad2s1210: sort imports
` [PATCH v3 07/27] staging: iio: resolver: ad2s1210: always use 16-bit value for raw read
` [PATCH v3 08/27] staging: iio: resolver: ad2s1210: implement IIO_CHAN_INFO_SCALE
` [PATCH v3 09/27] staging: iio: resolver: ad2s1210: use devicetree to get CLKIN rate
` [PATCH v3 10/27] staging: iio: resolver: ad2s1210: use regmap for config registers
` [PATCH v3 11/27] staging: iio: resolver: ad2s1210: add debugfs reg access
` [PATCH v3 12/27] staging: iio: resolver: ad2s1210: remove config attribute
` [PATCH v3 13/27] staging: iio: resolver: ad2s1210: rework gpios
` [PATCH v3 14/27] staging: iio: resolver: ad2s1210: implement hysteresis as channel attr
` [PATCH v3 15/27] staging: iio: resolver: ad2s1210: refactor setting excitation frequency
` [PATCH v3 16/27] staging: iio: resolver: ad2s1210: read excitation frequency from control register
` [PATCH v3 17/27] staging: iio: resolver: ad2s1210: convert fexcit to channel attribute
` [PATCH v3 18/27] staging: iio: resolver: ad2s1210: convert resolution to devicetree property
` [PATCH v3 19/27] staging: iio: resolver: ad2s1210: add phase lock range support
` [PATCH v3 20/27] staging: iio: resolver: ad2s1210: add triggered buffer support
` [PATCH v3 21/27] staging: iio: resolver: ad2s1210: convert LOT threshold attrs to event attrs
` [PATCH v3 22/27] staging: iio: resolver: ad2s1210: convert LOS threshold to event attr
` [PATCH v3 23/27] staging: iio: resolver: ad2s1210: convert DOS overrange "
` [PATCH v3 24/27] staging: iio: resolver: ad2s1210: convert DOS mismatch "
` [PATCH v3 25/27] staging: iio: resolver: ad2s1210: rename DOS reset min/max attrs
` [PATCH v3 26/27] staging: iio: resolver: ad2s1210: implement fault events
` [PATCH v3 27/27] staging: iio: resolver: ad2s1210: add label attribute support
next: mips: cavium_octeon_defconfig failed - drivers/staging/octeon/ethernet.c:204:37: error: storage size of 'rx_status' isn't known
2023-09-29 14:45 UTC (5+ messages)
[PATCH 1/3] staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
2023-09-29 7:19 UTC (3+ messages)
[PATCH 3/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGANew"
2023-09-28 15:10 UTC
[PATCH 2/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGACurrent"
2023-09-28 15:08 UTC
[PATCH v9 0/8] Add StarFive Camera Subsystem driver
2023-09-28 12:04 UTC (7+ messages)
[PATCH v4] staging: rtl8192e: renamed (3) variables
2023-09-28 5:00 UTC (3+ messages)
[PATCH v2] staging: rtl8192u: ieee80211: renamed duplicate variable
2023-09-28 4:58 UTC (3+ messages)
[PATCH] staging: rtl8192u: ieee80211: renamed (3) variables
2023-09-28 0:23 UTC
[PATCH v3] Subject: [PATCH v3] staging: rtl8192e: renamed (3) variables
2023-09-27 22:35 UTC
[PATCH 0/3 v2] staging: rtl8192e: renamed a variable
2023-09-27 19:25 UTC (8+ messages)
` [PATCH 1/3 v2] staging: rtl8192e: rtllib: renamed a prototype variable
` [PATCH 2/3 v2] staging: rtl8192e: rtl819x_HTProc: renamed a function variable
` [PATCH 3/3 v2] staging: rtl8192e: rtllib_module: renamed a referenced variable
Pozycjonowanie- informacja
2023-09-27 8:30 UTC
[PATCH] staging: ks7010: disable bh on tx_dev_lock
2023-09-26 16:13 UTC
[PATCH 0/3] rtl8192e: renamed (1) mixed case variable
2023-09-26 12:38 UTC (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] "
` [PATCH 3/3] "
[PATCH] staging: media: tegra-video: fix infinite recursion regression
2023-09-26 10:03 UTC
[PATCH 1/2] staging: rtl8192e: fix structure alignment
2023-09-26 9:19 UTC (4+ messages)
` [PATCH 2/2] staging: rtl8192e: remove bogus __packed annotations
[PATCH RFC] staging: vchiq_arm: move state dump to debugfs
2023-09-26 9:13 UTC (3+ messages)
[PATCH v2] staging: vme_user: Fixed prink formatting issue
2023-09-26 9:10 UTC (3+ messages)
` [PATCH v2] staging: vme_user: using __func__ to replace function's name in printk
[PATCH] staging: vt6655: Type encoding info dropped from variable "byRFType"
2023-09-25 20:40 UTC (2+ messages)
[PATCH v2 00/19] iio: resolver: move ad2s1210 out of staging
2023-09-25 17:47 UTC (39+ messages)
` [PATCH v2 01/19] dt-bindings: iio: resolver: add devicetree bindings for ad2s1210
` [PATCH v2 02/19] staging: iio: Documentation: document IIO resolver AD2S1210 sysfs attributes
` [PATCH v2 03/19] staging: iio: resolver: ad2s1210: fix ad2s1210_show_fault
` [PATCH v2 04/19] staging: iio: resolver: ad2s1210: fix not restoring sample gpio in channel read
` [PATCH v2 05/19] staging: iio: resolver: ad2s1210: fix probe
` [PATCH v2 06/19] staging: iio: resolver: ad2s1210: always use 16-bit value for raw read
` [PATCH v2 07/19] staging: iio: resolver: ad2s1210: implement IIO_CHAN_INFO_SCALE
` [PATCH v2 08/19] staging: iio: resolver: ad2s1210: use devicetree to get fclkin
` [PATCH v2 09/19] staging: iio: resolver: ad2s1210: use regmap for config registers
` [PATCH v2 11/19] staging: iio: resolver: ad2s1210: remove config attribute
` [PATCH v2 12/19] staging: iio: resolver: ad2s1210: rework gpios
` [PATCH v2 13/19] staging: iio: resolver: ad2s1210: implement hysteresis as channel attr
` [PATCH v2 14/19] staging: iio: resolver: ad2s1210: refactor setting excitation frequency
` [PATCH v2 15/19] staging: iio: resolver: ad2s1210: read excitation frequency from control register
` [PATCH v2 16/19] staging: iio: resolver: ad2s1210: rename fexcit attribute
` [PATCH v2 17/19] staging: iio: resolver: ad2s1210: convert resolution to devicetree property
` [PATCH v2 18/19] staging: iio: resolver: ad2s1210: add phase_lock_range attributes
` [PATCH v2 19/19] staging: iio: resolver: ad2s1210: add triggered buffer support
[PATCH v11 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
2023-09-25 12:18 UTC (4+ messages)
` [PATCH v11 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type
[RFC PATCH v2 0/4] staging: vc04: Drop custom logging
2023-09-25 12:13 UTC (6+ messages)
[PATCH 0/4] staging: rtl8192e: Resolve circular locking with wx_mutex
2023-09-24 19:51 UTC (5+ messages)
` [PATCH 1/4] staging: rtl8192e: Put kfree() to end of rtllib_softmac_free()
` [PATCH 2/4] staging: rtl8192e: Remove mutex from rtllib_softmac_free()
` [PATCH 3/4] staging: rtl8192e: Unlock mutex for one line in rtllib_stop_protocol()
` [PATCH 4/4] staging: rtl8192e: Resolve circular locking with rx_pkt_pending_timer
[PATCH v12 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
2023-09-23 14:33 UTC (8+ messages)
` [PATCH v12 1/6] staging: vc04_services: bcm2835-camera: Explicitly set DMA mask
` [PATCH v12 2/6] staging: vc04_services: bcm2835-audio: "
` [PATCH v12 3/6] staging: vc04_services: vchiq_arm: Add new bus type and device type
` [PATCH v12 4/6] staging: vc04_services: vchiq_arm: Register vchiq_bus_type
` [PATCH v12 5/6] staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_type
` [PATCH v12 6/6] staging: bcm2835-audio: Register bcm2835-audio "
[PATCH 0/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC functions
2023-09-22 13:30 UTC (8+ messages)
` [PATCH 1/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtllib_tx.c
` [PATCH 2/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtllib_rx.c
` [PATCH 3/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtl_core.c
` [PATCH 4/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtl_cam.c
` [PATCH 5/7] staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtllib_softmac.c
` [PATCH 6/7] staging: rtl8192e: Remove delayed_work start_ibss_wq
` [PATCH 7/7] staging: rtl8192e: Remove rtllib_stop_send_beacons
[PATCH 0/4] iio: resolver: move ad2s1210 out of staging
2023-09-22 7:54 UTC (4+ messages)
` [PATCH 4/4] iio: resolver: add new driver for AD2S1210
[PATCH 00/11] Staging: rtl8192e: Function and Variable rename series
2023-09-21 15:56 UTC (2+ messages)
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).