public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2021-04-07 06:37:06 to 2021-04-08 07:26:11 UTC [more...]

[PATCH 01/10] staging: rtl8188eu: remove unused macros
 2021-04-08  7:26 UTC  (11+ messages)
` [PATCH 02/10] staging: rtl8188eu: remove unnecessary brackets
` [PATCH 03/10] staging: rtl8188eu: remove unused defines
` [PATCH 04/10] staging: rtl8188eu: move defines into the .c file
` [PATCH 05/10] staging: rtl8188eu: set pipe only once
` [PATCH 06/10] staging: rtl8188eu: clean up rtw_recv_entry
` [PATCH 07/10] staging: rtl8188eu: remove unnecessary variable
` [PATCH 08/10] staging: rtl8188eu: rtw_usb_if1_init needs no dvobj parameter
` [PATCH 09/10] staging: rtl8188eu: make usb_dvobj_init return a status
` [PATCH 10/10] staging: rtl8188eu: make rtw_usb_if1_init "

[Outreachy kernel] [PATCH v4] staging: rtl8723bs: hal: Remove camelcase in sdio_ops.c
 2021-04-08  7:05 UTC 

[PATCH] media: atomisp: Fix error handling in atomisp_open
 2021-04-08  6:56 UTC 

[Outreachy kernel] [PATCH v3] staging: rtl8723bs: hal: Remove camelcase in sdio_ops.c
 2021-04-08  6:47 UTC  (3+ messages)

[PATCH] staging: greybus: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-08  6:25 UTC  (7+ messages)

[PATCH] staging: rtl8712: remove unused variable from rtl871x_mlme.c
 2021-04-08  6:23 UTC  (2+ messages)

[PATCH] staging: nvec: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-08  4:37 UTC  (2+ messages)

[PATCH] staging: rtl8712: matched alignment with open parenthesis
 2021-04-08  2:58 UTC 

[PATCH] staging: rtl8712: removed extra blank line
 2021-04-08  2:25 UTC 

[PATCH] Staging: android: ashmem: Fixed a const coding style issue
 2021-04-07 23:56 UTC  (4+ messages)
    ` [PATCH] Staging: android: ashmem: Fixed a const coding styleissue

[RFC v2 net-next 0/4] MT7530 interrupt support
 2021-04-07 23:24 UTC  (9+ messages)
` [RFC v2 net-next 1/4] net: phy: add MediaTek PHY driver
` [RFC v2 net-next 2/4] net: dsa: mt7530: add interrupt support
` [RFC v2 net-next 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding
` [RFC v2 net-next 4/4] staging: mt7621-dts: enable MT7530 interrupt controller

[Outreachy kernel][PATCH 0/2] staging: media: hantro: Align line break to the open parenthesis
 2021-04-07 21:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[PATCH 0/5] staging: comedi: tests: Fix various issues
 2021-04-07 18:20 UTC  (14+ messages)
` [PATCH 1/5] staging: comedi: tests: ni_routes_test: Fix compilation error
` [PATCH 2/5] staging: comedi: tests: ni_routes_test: Put complex values in parentheses
` [PATCH 3/5] staging: comedi: tests: ni_routes_test: Avoid CamelCase: <RVi>
` [PATCH 4/5] staging: comedi: tests: ni_routes_test: Lines should not end with a '('
` [PATCH 5/5] staging: comedi: tests: Correct unittest_fptr

[PATCH] staging: rtl8723bs: remove extra indent
 2021-04-07 20:19 UTC 

[PATCH 0/6] staging: comedi: tests: Fix a few more issues
 2021-04-07 18:14 UTC  (17+ messages)
` [PATCH 1/6] staging: comedi: tests: ni_routes_test: Reduce stack usage
` [PATCH 2/6] staging: comedi: tests: ni_route_tests: Declare functions static
` [PATCH 3/6] staging: comedi: tests: example_test: Reduce stack usage
` [PATCH 4/6] staging: comedi: tests: example_test: Declare functions static
` [PATCH 5/6] staging: comedi: tests: example_test: Rename to 'comedi_example_test'
` [PATCH 6/6] staging: comedi: Add Kconfig options to build unit test modules
` [PATCH v2 0/6] staging: comedi: tests: Fix a few more issues
  ` [PATCH v2 1/6] staging: comedi: tests: ni_routes_test: Reduce stack usage
  ` [PATCH v2 2/6] staging: comedi: tests: ni_route_tests: Declare functions static
  ` [PATCH v2 3/6] staging: comedi: tests: example_test: Reduce stack usage
  ` [PATCH v2 4/6] staging: comedi: tests: example_test: Declare functions static
  ` [PATCH v2 5/6] staging: comedi: tests: example_test: Rename to 'comedi_example_test'
  ` [PATCH v2 6/6] staging: comedi: Add Kconfig options to build unit test modules

[Outreachy kernel] [PATCH] staging: rtl8723bs: hal: Remove camelcase
 2021-04-07 17:51 UTC  (3+ messages)

[Outreachy kernel] [PATCH v2] staging: rtl8723bs: hal: Remove camelcase in sdio_ops.c
 2021-04-07 17:07 UTC 

[PATCH 00/19] staging: rtl8723bs: remove DBG_871X trace macro
 2021-04-07 16:49 UTC  (26+ messages)
` [PATCH 01/19] staging: rtl8723bs: remove DBG_871X log argument
` [PATCH 02/19] staging: rtl8723bs: remove all DBG_871X logs
` [PATCH 03/19] staging: rtl8723bs: remove DBG_871CX log unmatched by cocci
` [PATCH 04/19] staging: rtl8723bs: remove commented out DBG_871X logs
` [PATCH 05/19] staging: rtl8723bs: remove DBG_871X macro definitions
` [PATCH 06/19] staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removal
` [PATCH 07/19] drivers: rtl8723bs: rewrite comparison to null
` [PATCH 08/19] staging: rtl8723bs: put constant on the right side in if condition
` [PATCH 09/19] staging: rtl8723bs: remove empty for cycles left by DBG_871X removal
` [PATCH 10/19] staging: rtl8723bs: remove empty tracing function dump_rx_packet
` [PATCH 11/19] staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removal
` [PATCH 12/19] staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sites
` [PATCH 13/19] staging: rtl8723bs: remove unnecessary parentheses in if condition
` [PATCH 14/19] staging: rtl8723bs: add spaces around operators
` [PATCH 15/19] staging: rtl8723bs: rewrite comparison to null
` [PATCH 16/19] staging: rtl8723bs: remove unnecessary parentheses
` [PATCH 17/19] staging: rtl8723bs: fix comparison in if condition
` [PATCH 18/19] staging: rtl8723bs: split long lines
` [PATCH 19/19] staging: rtl8723bs: remove unnecessary parentheses

[PATCH] staging: rtl8712: fix avoid CamelCase in xmit_osdep.h
 2021-04-07 16:21 UTC  (4+ messages)

[PATCH] staging: axis-fifo: remove redundant dev_err call
 2021-04-07 16:12 UTC 

[PATCH net-next v3 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-07 16:10 UTC  (3+ messages)
` [PATCH net-next v3 1/2] of: net: pass the dst buffer to of_get_mac_address()

[PATCH] staging: media/meson: remove redundant dev_err call
 2021-04-07 16:09 UTC 

[PATCH] staging: axis-fifo: media/meson: remove redundant dev_err call
 2021-04-07 15:48 UTC  (3+ messages)

[PATCH 0/7] staging: media: zoran: Eliminate camelcase
 2021-04-07 15:27 UTC  (2+ messages)

[PATCH 0/2] staging: media: omap4iss: Patchsets cleans up in iss.c
 2021-04-07 15:23 UTC  (9+ messages)
` [PATCH 1/2] staging: media: omap4iss: Ending line with argument
  ` [Outreachy kernel] "
` [PATCH 2/2] staging: media: omap4iss: align arguments with open parenthesis

[PATCH 00/16] tty: TIOCSSERIAL fixes and clean ups
 2021-04-07 15:22 UTC  (18+ messages)
` [PATCH 01/16] staging: fwserial: fix TIOCSSERIAL jiffies conversions
` [PATCH 02/16] staging: fwserial: fix TIOCSSERIAL permission check
` [PATCH 03/16] staging: fwserial: fix TIOCSSERIAL implementation
` [PATCH 04/16] staging: fwserial: fix TIOCGSERIAL implementation
` [PATCH 05/16] staging: greybus: uart: fix TIOCSSERIAL jiffies conversions
` [PATCH 06/16] staging: greybus: uart: fix unprivileged TIOCCSERIAL
` [PATCH 07/16] staging: greybus: uart: clean up TIOCGSERIAL
` [PATCH 08/16] tty: amiserial: fix TIOCSSERIAL permission check
` [PATCH 09/16] tty: amiserial: add missing TIOCSSERIAL jiffies conversions
` [PATCH 10/16] tty: moxa: fix "
` [PATCH 11/16] tty: moxa: fix TIOCSSERIAL permission check
` [PATCH 12/16] tty: moxa: fix TIOCSSERIAL implementation
` [PATCH 13/16] tty: mxser: fix TIOCSSERIAL jiffies conversions
` [PATCH 14/16] tty: mxser: fix TIOCSSERIAL permission check
` [PATCH 15/16] pcmcia: synclink_cs: drop redundant tty-port initialisation
` [PATCH 16/16] tty: synclink_gt: "

[PATCH] staging: rtl8192u: Fix potential infinite loop
 2021-04-07 15:03 UTC 

[PATCH] staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number"
 2021-04-07 11:13 UTC 

[Outreachy kernel] [PATCH v4] staging: rtl8723bs: hal: Remove camelcase
 2021-04-07 10:04 UTC 

[RESEND PATCH] staging: emxx_udc: Ending line with argument
 2021-04-07  9:54 UTC  (7+ messages)

[Outreachy kernel] [PATCH v3] staging: rtl8723bs: hal: Remove camelcase in Hal8723BReg.h
 2021-04-07  9:43 UTC  (4+ messages)

[PATCH v5 (RESEND) 0/7] Move Hisilicon 6421v600 SPMI and USB drivers out of staging
 2021-04-07  9:38 UTC  (3+ messages)
` [PATCH v5 (RESEND) 4/7] mfd: hi6421-spmi-pmic: move driver from staging

[Outreachy kernel] [PATCH v2] staging: rtl8723bs: hal: Remove camelcase
 2021-04-07  9:30 UTC  (2+ messages)

[PATCH v2 00/49] *** SUBJECT HERE ***
 2021-04-07  8:46 UTC  (56+ messages)
` [PATCH v2 01/49] staging: sm750fb: Update dvi_ctrl_device to snake case
` [PATCH v2 02/49] staging: sm750fb: Rename dviInit to dvi_init and update param names
` [PATCH v2 08/49] staging: sm750fb: Update enum values in dpms to snake case
` [PATCH v2 11/49] staging: sm750fb: Rename i2cWriteReg and i2cReadReg "
` [PATCH v2 12/49] staging: sm750fb: Rename vendorID local variable "
` [PATCH v2 13/49] staging: sm750fb: Rename deviceID "
` [PATCH v2 14/49] staging: sm750fb: Rename sii164SelectHotPlugDetectionMode "
` [PATCH v2 15/49] staging: sm750fb: Rename gDviCtrlChipName "
` [PATCH v2 16/49] staging: sm750fb: Update function parameter names in ddk750_sii164.c
` [PATCH v2 17/49] staging: sm750fb: Rename local variables to snake case
` [PATCH v2 18/49] staging: sm750fb: Rename function params of sii164_init_chip
` [PATCH v2 19/49] staging: sm750fb: Rename function parameter of sii164_enable_hot_plug_detection
` [PATCH v2 20/49] staging: sm750fb: Update function parameter names to snake case
` [PATCH v2 21/49] staging: sm750fb: Rename function write_dpPort "
` [PATCH v2 22/49] staging: sm750fb: Update local variable in sm750_hw_copyarea "
` [PATCH v2 23/49] staging: sm750fb: Update local variables in sm750_hw_imageblit "
` [PATCH v2 24/49] staging: sm750fb: Update local variable in sm750_hw_fillrect "
` [PATCH v2 25/49] staging: sm750fb: Rename deGetTransparency "
` [PATCH v2 26/49] staging: sm750fb: Update function parameter of sm750_hw_imageblit "
` [PATCH v2 27/49] staging: sm750fb: Rename function params to snake case in sm750_accel.h
` [PATCH v2 28/49] staging: sm750fb: Update members of lynx_cursor to snake case
` [PATCH v2 29/49] staging: sm750fb: Rename function sm750_hw_cursor_setSize "
` [PATCH v2 30/49] staging: sm750fb: Rename function sm750_hw_cursor_setPos "
` [PATCH v2 31/49] staging: sm750fb: Rename function sm750_hw_cursor_setColor "
` [PATCH v2 32/49] staging: sm750fb: Rename function sm750_hw_cursor_setData "
` [PATCH v2 33/49] staging: sm750fb: Rename function hw_sm750_crtc_setMode "
` [PATCH v2 34/49] staging: sm750fb: Update members of init_status struct "
` [PATCH v2 35/49] staging: sm750fb: Update members of sm750_dev "
` [PATCH v2 36/49] staging: sm750fb: Update members of lynxfb_crtc "
` [PATCH v2 37/49] staging: sm750fb: Rename function hw_sm750_output_setMode "
` [PATCH v2 38/49] staging: sm750fb: Rename function hw_sm750_setColReg "
` [PATCH v2 39/49] staging: sm750fb: Rename functions *_setBLANK "
` [PATCH v2 40/49] staging: sm750fb: Rename function sm750_hw_cursor_setData2 "
` [PATCH v2 41/49] staging: sm750fb: Rename function hw_sm750_initAccel "
` [PATCH v2 42/49] staging: sm750fb: Rename functions *_deWait "
` [PATCH v2 43/49] staging: sm750fb: Update members of lynx_accel struct "
` [PATCH v2 44/49] staging: sm750fb: Rename function hw_sm750_crtc_checkMode "
` [PATCH v2 45/49] staging: sm750fb: Rename sii164_set_power function parameter
` [PATCH v2 46/49] staging: sm750fb: Rename local variable Bpp to bpp in sm750.c
` [PATCH v2 47/49] staging: sm750fb: Rename proc_setBLANK member of lynxfb_output struct
` [PATCH v2 48/49] staging: sm750fb: Rename fixId to fix_id
` [PATCH v2 49/49] staging: sm750fb: Update members of sm750_pnltype struct to snake case

[PATCH] staging: rtl8723bs: remove unused variable
 2021-04-07  8:20 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