linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 10:20:42 to 2021-06-07 07:26:30 UTC [more...]

[PATCH 0/5] staging: mt7621-pci: some required changes after first review
 2021-06-07  7:11 UTC  (8+ messages)
` [PATCH 1/5] staging: mt7621-pci: make cleaner 'mt7621_pcie_enable_ports'
` [PATCH 2/5] staging: mt7621-pci: remove 'RALINK_PCI_BAR0SETUP_ADDR' definition
` [PATCH 3/5] staging: mt7621-pci: use {readl|writel}_relaxed instead of readl/writel
` [PATCH 4/5] staging: mt7621-dts: move some properties into root port child nodes
` [PATCH 5/5] staging: mt7621-pci: parse some dt properties from "

[PATCH 1/9] staging: rtl8188eu: remove unused RT_PRINT_DATA macro
 2021-06-07  7:19 UTC  (10+ messages)
` [PATCH 2/9] staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.c
` [PATCH 3/9] staging: rtl8188eu: refactor rtw_lps_ctrl_wk_cmd
` [PATCH 4/9] staging: rtl8188eu: make rtw_free_recvframe return void
` [PATCH 5/9] staging: rtl8188eu: simplify rtw_get_wireless_stats
` [PATCH 6/9] staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from usb_ops_linux.c
` [PATCH 7/9] staging: rtl8188eu: use existing define for ethernet header len
` [PATCH 8/9] staging: rtl8188eu: use standard kthread handling
` [PATCH 9/9] staging: rtl8188eu: remove unused function parameter

[PATCH 0/4] MIPS: ralink: pci: driver for Pcie controller in MT7621 SoCs
 2021-06-07  6:45 UTC  (34+ messages)
` [PATCH 1/4] dt-bindings: mt7621-pci: PCIe binding documentation for "
` [PATCH 2/4] MIPS: pci: Add driver for MT7621 PCIe controller
` [PATCH 3/4] staging: mt7621-pci: remove driver from staging

[PATCH] staging: rtl8723bs: Fix uninitialized variable
 2021-06-06 18:46 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH v2 0/6] staging: mt7621-pci: some required changes after first review
 2021-06-06 16:13 UTC  (7+ messages)
` [PATCH v2 1/6] staging: mt7621-pci: make cleaner 'mt7621_pcie_enable_ports'
` [PATCH v2 2/6] staging: mt7621-pci: remove 'RALINK_PCI_BAR0SETUP_ADDR' definition
` [PATCH v2 3/6] staging: mt7621-pci: use {readl|writel}_relaxed instead of readl/writel
` [PATCH v2 4/6] staging: mt7621-dts: move some properties into root port child nodes
` [PATCH v2 5/6] staging: mt7621-pci: parse some dt properties from "
` [PATCH v2 6/6] staging: mt7621-pci: make use of 'pcie_port_write'

staging: vc04_services: Need suggestions on trying to fix sparse warning in vchiq_arm.c
 2021-06-06  9:26 UTC  (7+ messages)

[PATCH 0/2] media: cedrus: hevc: add support for multiple slices
 2021-06-06  8:23 UTC  (3+ messages)
` [PATCH 1/2] media: hevc: Add segment address field
` [PATCH 2/2] media: cedrus: hevc: Add support for multiple slices

[PATCH v2] staging: rtl8723bs: os_dep: Remove conditions with no effects
 2021-06-06  7:42 UTC 

[PATCH] media: cedrus: hevc: Add support for scaling lists
 2021-06-06  6:50 UTC 

[PATCH] staging: rtl8723bs: os_dep: Remove conditions with no effects
 2021-06-06  6:49 UTC  (3+ messages)

[PATCH] staging: rtl8712: Remove unnecessary alias of printk()
 2021-06-06  3:40 UTC 

[PATCH v2 0/2] Remove unnecessary tests and cast before kfree/kvfree
 2021-06-05  2:08 UTC  (3+ messages)
` [PATCH v2 1/2] staging: media: atomisp: pci: Remove checks "
` [PATCH v2 2/2] staging: media: atomisp: pci: Remove unnecessary (void *) cast

[PATCH] staging: rtl8723bs: Use list iterators and helpers
 2021-06-05  0:54 UTC  (3+ messages)

[PATCH v2 0/3] media: imx: add support for imx8mq MIPI RX
 2021-06-04 21:37 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller
` [PATCH v2 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx "
` [PATCH v2 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH net-next v2 0/4] MT7530 interrupt support
 2021-06-04 13:08 UTC  (3+ messages)
` [PATCH net-next v2 4/4] staging: mt7621-dts: enable MT7530 interrupt controller

[PATCH] staging: greybus: fixed the coding style, labels should not be indented
 2021-06-04 12:34 UTC  (15+ messages)
      ` [PATCH] checkpatch: Improve the indented label test
      ` [greybus-dev] [PATCH] staging: greybus: fixed the coding style, labels should not be indented

[PATCH] staging: mt7621-dts: review pcie overlay in 'gbpc1' dts file
 2021-06-04  6:30 UTC 

[PATCH] staging: rtl8723bs: core: fix some incorrect type warnings
 2021-06-04  2:19 UTC  (5+ messages)
`  "
  ` Re:Re: [PATCH] "

[PATCH 00/16] staging: vchiq_arm: code clean-up part 3
 2021-06-03 15:50 UTC  (17+ messages)
` [PATCH 01/16] staging: vchiq_core: fix logic in poll_services_of_group
` [PATCH 02/16] staging: vchiq_arm: introduce free_bulk_waiter
` [PATCH 03/16] staging: vchiq_core: move internals to C source
` [PATCH 04/16] staging: vchiq_core: get the rid of IS_POW2
` [PATCH 05/16] staging: vchiq_core: get the rid of vchiq_static_assert
` [PATCH 06/16] staging: vchiq_core: put spaces around operators
` [PATCH 07/16] staging: vchiq_core: avoid precedence issues
` [PATCH 08/16] staging: vchiq_core: use define for message type shift
` [PATCH 09/16] staging: vchiq_core: introduce message specific make macros
` [PATCH 10/16] staging: vchiq_core: simplify WARN_ON conditions
` [PATCH 11/16] staging: vchiq_arm: tidy up service function naming
` [PATCH 12/16] staging: vchiq_core: introduce process_free_data_message
` [PATCH 13/16] staging: vchiq_core: reduce indentation in parse_open
` [PATCH 14/16] staging: vchiq_core: store message id in local variable
` [PATCH 15/16] staging: vchiq_connected: move EXPORT_SYMBOL below the right function
` [PATCH 16/16] staging: vchiq_core: introduce handle_poll

[PATCH] staging: rtl8192u: fix coding-style issues in r8192U_hw.h
 2021-06-02 15:42 UTC  (4+ messages)

[PATCH V2 00/11] staging: vchiq_arm: address TODO list
 2021-06-03  8:03 UTC  (3+ messages)
` [PATCH V2 09/11] staging: vchiq_core: drop vchiq_status from vchiq_set_service_option

[PATCH 0/3] staging: rtl8192u: r8192U_hw.h: fix checkpatch.pl reports
 2021-06-02 19:33 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code style error
` [PATCH 2/3] staging: rtl8192u: put parentheses on macros with complex values in r8192U_hw.h
` [PATCH 3/3] staging: rtl8192u: fix spaces "

[PATCH v2 -next] media: atomisp: Remove unneeded if-null-free check
 2021-06-02 19:23 UTC  (3+ messages)

[PATCH] staging: rtl8192u: fix coding-style issues in r8192U_hw.h
 2021-06-02 18:01 UTC  (4+ messages)

[PATCH 0/3] Move audio/video/osd APIs to be together with av7110
 2021-06-02 13:25 UTC  (3+ messages)
` [PATCH 2/3] media: dvb header files: move some headers to staging
` [PATCH 3/3] media: docs: move DVB audio/video docs "

[PATCH -next] media: atomisp: Remove unneeded if-null-free check
 2021-06-02  1:32 UTC  (3+ messages)
  ` 答复: "

[PATCH][next] staging: rtl8188eu: Fix fall-through warnings for Clang
 2021-06-01 19:20 UTC  (2+ messages)

[PATCH] media: imx: imx7_mipi_csis: convert some switch cases to the default
 2021-06-01 12:46 UTC  (3+ messages)

[PATCH v2 0/3] Move av7110 driver to staging
 2021-06-01  9:11 UTC  (3+ messages)
` [PATCH v2 2/3] media: av7110: move "
` [PATCH v2 3/3] media: sp8870: move it "

[PATCH] media: sp8870: move it to staging
 2021-06-01  8:28 UTC  (3+ messages)

[PATCH 0/2] Move av7110 driver to staging
 2021-05-31 16:08 UTC  (2+ messages)
` [PATCH 2/2] media: av7110: move "

[PATCH] staging: rtl8723bs: core: rtw_mlme_ext.c: move the declaration and initialization of 'evt_seq' inside ifdef macro
 2021-05-31 14:02 UTC  (5+ messages)
  ` [PATCH V2] staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcode
      ` [PATCH V3] "

[PATCH v1 0/3] media: imx: add support for imx8mq MIPI RX
 2021-05-31  8:32 UTC  (4+ messages)
` [PATCH v1 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

[PATCH 1/3] staging: rtl8188eu: use IW_HANDLER to declare wext handlers
 2021-05-31  7:55 UTC  (5+ messages)
` [PATCH 2/3] staging: rtl8188eu: remove dummy "
` [PATCH 3/3] staging: rtl8188eu: remove dummy setfreq handler

[PATCH] staging: rtl8192u: remove the repeated declaration
 2021-05-31  7:37 UTC 

[PATCH v2 0/3] staging: iio: cdc: ad7746: initial effort to move out of staging
 2021-05-31  1:48 UTC  (3+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

drivers/staging/greybus/bootrom.c: fw is NULL but dereferenced
 2021-05-28 10:42 UTC  (5+ messages)

[PATCH v1 1/6] i2c: acpi: Export i2c_acpi_find_client_by_adev() for users
 2021-05-28 10:01 UTC  (7+ messages)

[PATCH] media: atomisp: remove compat_ioctl32 code
 2021-05-28  9:56 UTC  (4+ messages)

[PATCH next] staging: rtl8723bs: HalBtc8723b1Ant.c: Remove unused variables
 2021-05-28  1:27 UTC  (3+ messages)

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-05-27 20:11 UTC  (6+ messages)
` [PATCH 05/10] media: hantro: add support for Rockchip RK3036

[PATCH] staging: media: atomisp: pci: Remove checks before kfree/kvfree
 2021-05-27 19:52 UTC  (2+ messages)

[PATCH] staging: rtl8192u: Fix shadowed variable name
 2021-05-27 19:21 UTC 

[PATCH -next] staging: rtl8723bs: Remove set but not used variable 'reason_code'
 2021-05-27 12:12 UTC  (2+ messages)

[PATCH] staging: emxx_udc: fix alignment issues
 2021-05-27 11:08 UTC  (3+ messages)

[PATCH] Fixed kernel code formatting
 2021-05-27 11:09 UTC  (2+ messages)

[PATCH] staging: vt6655: key.c: Fix coding style issues
 2021-05-27 11:00 UTC  (2+ 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).