driverdev-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h
Greg Kroah-Hartman
Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h
Jérôme Pouiller
Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h
Jakub Kicinski
[PATCH v7 14/24] wfx: add key.c/key.h
Jerome Pouiller
[PATCH v7 15/24] wfx: add hif_rx.c/hif_rx.h
Jerome Pouiller
Re: [PATCH v7 15/24] wfx: add hif_rx.c/hif_rx.h
Kalle Valo
[PATCH v7 16/24] wfx: add data_rx.c/data_rx.h
Jerome Pouiller
[PATCH v7 17/24] wfx: add queue.c/queue.h
Jerome Pouiller
[PATCH v7 18/24] wfx: add data_tx.c/data_tx.h
Jerome Pouiller
[PATCH v7 19/24] wfx: add sta.c/sta.h
Jerome Pouiller
[PATCH v7 20/24] wfx: add scan.c/scan.h
Jerome Pouiller
Re: [PATCH v7 20/24] wfx: add scan.c/scan.h
Kalle Valo
[PATCH v7 21/24] wfx: add debug.c/debug.h
Jerome Pouiller
Re: [PATCH v7 21/24] wfx: add debug.c/debug.h
Kalle Valo
[PATCH v7 22/24] wfx: add traces.h
Jerome Pouiller
[PATCH v7 24/24] wfx: get out from the staging area
Jerome Pouiller
Re: [PATCH v7 00/24] wfx: get out from the staging area
Kalle Valo
[staging:staging-testing] BUILD SUCCESS 7b228bdf87c20f6240714a1d3a32d74001715adc
kernel test robot
[staging:staging-testing] BUILD SUCCESS 65e31407caea9d361a4e7d657b86ccf321eb62c7
kernel test robot
[PATCH v6 00/24] wfx: get out from the staging area
Jerome Pouiller
[PATCH v6 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
Jerome Pouiller
[PATCH v6 03/24] wfx: add Makefile/Kconfig
Jerome Pouiller
[PATCH v6 02/24] dt-bindings: introduce silabs,wfx.yaml
Jerome Pouiller
Re: [PATCH v6 02/24] dt-bindings: introduce silabs,wfx.yaml
Rob Herring
[PATCH v6 04/24] wfx: add wfx.h
Jerome Pouiller
[PATCH v6 05/24] wfx: add main.c/main.h
Jerome Pouiller
[PATCH v6 06/24] wfx: add bus.h
Jerome Pouiller
[PATCH v6 07/24] wfx: add bus_spi.c
Jerome Pouiller
[PATCH v6 08/24] wfx: add bus_sdio.c
Jerome Pouiller
[PATCH v6 09/24] wfx: add hwio.c/hwio.h
Jerome Pouiller
[PATCH v6 10/24] wfx: add fwio.c/fwio.h
Jerome Pouiller
[PATCH v6 11/24] wfx: add bh.c/bh.h
Jerome Pouiller
[PATCH v6 12/24] wfx: add hif_api_*.h
Jerome Pouiller
[PATCH v6 13/24] wfx: add hif_tx*.c/hif_tx*.h
Jerome Pouiller
[PATCH v6 14/24] wfx: add key.c/key.h
Jerome Pouiller
[PATCH v6 15/24] wfx: add hif_rx.c/hif_rx.h
Jerome Pouiller
[PATCH v6 16/24] wfx: add data_rx.c/data_rx.h
Jerome Pouiller
[PATCH v6 17/24] wfx: add queue.c/queue.h
Jerome Pouiller
[PATCH v6 18/24] wfx: add data_tx.c/data_tx.h
Jerome Pouiller
[PATCH v6 19/24] wfx: add sta.c/sta.h
Jerome Pouiller
[PATCH v6 20/24] wfx: add scan.c/scan.h
Jerome Pouiller
[PATCH v6 21/24] wfx: add debug.c/debug.h
Jerome Pouiller
[PATCH v6 22/24] wfx: add traces.h
Jerome Pouiller
[PATCH v6 24/24] wfx: get out from the staging area
Jerome Pouiller
[staging:staging-linus] BUILD SUCCESS 92dc0b1f46e12cfabd28d709bb34f7a39431b44f
kernel test robot
[driver-core:driver-core-testing] BUILD SUCCESS 820879ee1865f7010ec3a949322f643f008c9feb
kernel test robot
[staging:staging-testing] BUILD SUCCESS 5e57c668dc097c6c27c973504706edec53f79281
kernel test robot
[staging:staging-testing] BUILD SUCCESS 8757f705d936ad9579110aa621995172539aa16b
kernel test robot
[staging:staging-next] BUILD SUCCESS 0af8efc197d70cd69bf620069e3d94d1da25a8de
kernel test robot
[driver-core:debugfs_cleanup] BUILD SUCCESS 473082c5bbad92c5909ccf75fb28df699b94de82
kernel test robot
[PATCH v3 00/32] staging/wfx: usual maintenance
Jerome Pouiller
[PATCH v3 01/32] staging: wfx: use abbreviated message for "incorrect sequence"
Jerome Pouiller
[PATCH v3 02/32] staging: wfx: do not send CAB while scanning
Jerome Pouiller
[PATCH v3 03/32] staging: wfx: ignore PS when STA/AP share same channel
Jerome Pouiller
[PATCH v3 04/32] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
Jerome Pouiller
[PATCH v3 05/32] staging: wfx: avoid possible lock-up during scan
Jerome Pouiller
[PATCH v3 06/32] staging: wfx: drop unused argument from hif_scan()
Jerome Pouiller
[PATCH v3 07/32] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
Jerome Pouiller
[PATCH v3 08/32] staging: wfx: take advantage of wfx_tx_queue_empty()
Jerome Pouiller
[PATCH v3 09/32] staging: wfx: declare support for TDLS
Jerome Pouiller
[PATCH v3 10/32] staging: wfx: fix support for CSA
Jerome Pouiller
[PATCH v3 11/32] staging: wfx: relax the PDS existence constraint
Jerome Pouiller
[PATCH v3 12/32] staging: wfx: simplify API coherency check
Jerome Pouiller
[PATCH v3 13/32] staging: wfx: update with the firmware API 3.8
Jerome Pouiller
[PATCH v3 14/32] staging: wfx: uniformize counter names
Jerome Pouiller
[PATCH v3 15/32] staging: wfx: fix misleading 'rate_id' usage
Jerome Pouiller
[PATCH v3 16/32] staging: wfx: declare variables at beginning of functions
Jerome Pouiller
[PATCH v3 17/32] staging: wfx: simplify hif_join()
Jerome Pouiller
[PATCH v3 18/32] staging: wfx: reorder function for slightly better eye candy
Jerome Pouiller
[PATCH v3 19/32] staging: wfx: fix error names
Jerome Pouiller
[PATCH v3 20/32] staging: wfx: apply naming rules in hif_tx_mib.c
Jerome Pouiller
[PATCH v3 21/32] staging: wfx: remove unused definition
Jerome Pouiller
[PATCH v3 22/32] staging: wfx: remove useless debug statement
Jerome Pouiller
[PATCH v3 23/32] staging: wfx: fix space after cast operator
Jerome Pouiller
[PATCH v3 24/32] staging: wfx: remove references to WFxxx in comments
Jerome Pouiller
[PATCH v3 26/32] staging: wfx: reformat comment
Jerome Pouiller
[PATCH v3 25/32] staging: wfx: update files descriptions
Jerome Pouiller
[PATCH v3 28/32] staging: wfx: fix comments styles
Jerome Pouiller
[PATCH v3 27/32] staging: wfx: avoid c99 comments
Jerome Pouiller
[PATCH v3 29/32] staging: wfx: remove useless comments after #endif
Jerome Pouiller
[PATCH v3 30/32] staging: wfx: explain the purpose of wfx_send_pds()
Jerome Pouiller
[PATCH v3 31/32] staging: wfx: indent functions arguments
Jerome Pouiller
[PATCH v3 32/32] staging: wfx: ensure IRQ is ready before enabling it
Jerome Pouiller
Re: [PATCH v3 00/32] staging/wfx: usual maintenance
Dan Carpenter
[PATCH v2 00/33] staging/wfx: usual maintenance
Jerome Pouiller
[PATCH v2 01/33] staging: wfx: use abbreviated message for "incorrect sequence"
Jerome Pouiller
[PATCH v2 02/33] staging: wfx: do not send CAB while scanning
Jerome Pouiller
[PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
Jerome Pouiller
Re: [PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
Dan Carpenter
Re: [PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
Jérôme Pouiller
Re: [PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
Dan Carpenter
[PATCH v2 04/33] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
Jerome Pouiller
[PATCH v2 06/33] staging: wfx: drop unused argument from hif_scan()
Jerome Pouiller
[PATCH v2 07/33] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
Jerome Pouiller
[PATCH v2 08/33] staging: wfx: take advantage of wfx_tx_queue_empty()
Jerome Pouiller
[PATCH v2 10/33] staging: wfx: fix support for CSA
Jerome Pouiller
[PATCH v2 05/33] staging: wfx: avoid possible lock-up during scan
Jerome Pouiller
[PATCH v2 09/33] staging: wfx: declare support for TDLS
Jerome Pouiller
[PATCH v2 11/33] staging: wfx: relax the PDS existence constraint
Jerome Pouiller
Re: [PATCH v2 11/33] staging: wfx: relax the PDS existence constraint
Dan Carpenter
[PATCH v2 12/33] staging: wfx: simplify API coherency check
Jerome Pouiller
Re: [PATCH v2 12/33] staging: wfx: simplify API coherency check
Dan Carpenter
[PATCH v2 13/33] staging: wfx: update with the firmware API 3.8
Jerome Pouiller
Re: [PATCH v2 13/33] staging: wfx: update with the firmware API 3.8
Dan Carpenter
[PATCH v2 16/33] staging: wfx: declare variables at beginning of functions
Jerome Pouiller
[PATCH v2 14/33] staging: wfx: uniformize counter names
Jerome Pouiller
[PATCH v2 15/33] staging: wfx: fix misleading 'rate_id' usage
Jerome Pouiller
[PATCH v2 17/33] staging: wfx: simplify hif_join()
Jerome Pouiller
[PATCH v2 19/33] staging: wfx: fix error names
Jerome Pouiller
[PATCH v2 18/33] staging: wfx: reorder function for slightly better eye candy
Jerome Pouiller
[PATCH v2 22/33] staging: wfx: remove useless debug statement
Jerome Pouiller
[PATCH v2 21/33] staging: wfx: remove unused definition
Jerome Pouiller
[PATCH v2 20/33] staging: wfx: apply naming rules in hif_tx_mib.c
Jerome Pouiller
[PATCH v2 23/33] staging: wfx: fix space after cast operator
Jerome Pouiller
[PATCH v2 24/33] staging: wfx: remove references to WFxxx in comments
Jerome Pouiller
[PATCH v2 26/33] staging: wfx: reformat comment
Jerome Pouiller
[PATCH v2 25/33] staging: wfx: update files descriptions
Jerome Pouiller
[PATCH v2 29/33] staging: wfx: remove useless comments after #endif
Jerome Pouiller
[PATCH v2 28/33] staging: wfx: fix comments styles
Jerome Pouiller
[PATCH v2 27/33] staging: wfx: avoid c99 comments
Jerome Pouiller
[PATCH v2 30/33] staging: wfx: explain the purpose of wfx_send_pds()
Jerome Pouiller
[PATCH v2 31/33] staging: wfx: indent functions arguments
Jerome Pouiller
[PATCH v2 32/33] staging: wfx: ensure IRQ is ready before enabling it
Jerome Pouiller
[PATCH v2 33/33] staging: wfx: early exit of PDS is not correct
Jerome Pouiller
Re: [syzbot] BUG: spinlock bad magic in synchronize_srcu
syzbot
Re: [syzbot] BUG: spinlock bad magic in synchronize_srcu
syzbot
[staging:staging-testing] BUILD SUCCESS f1d570ef83c04ea60d22bbeafac5c053e7d92011
kernel test robot
[driver-core:debugfs_cleanup] BUILD SUCCESS f8b235639f3fcd9ae83540d50536fa21dcb2d04b
kernel test robot
[PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Greg KH
Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL
Greg KH
[PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
[PATCH 4.9] staging: android: ion: fix page is NULL
Cheng Chao
Patch "staging: android: ion: fix page is NULL" has been added to the 4.9-stable tree
gregkh
Re: [PATCH 4.9] staging: android: ion: fix page is NULL
Greg KH
[PATCH v5 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
lichenyang
[PATCH v5 3/3] drm/loongson: Add interrupt driver for LS7A
lichenyang
[PATCH v5 2/3] drm/loongson: Add GPIO and I2C driver for loongson drm.
lichenyang
Re: [PATCH v5 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
Sam Ravnborg
[PATCH v3 0/1] binder: fix freeze race
Li Li
[PATCH v3 1/1] binder: fix freeze race
Li Li
Re: [PATCH v3 1/1] binder: fix freeze race
Todd Kjos
[PATCH 00/31] [PATCH 00/31] staging/wfx: usual maintenance
Jerome Pouiller
[PATCH 01/31] staging: wfx: use abbreviated message for "incorrect sequence"
Jerome Pouiller
[PATCH 02/31] staging: wfx: do not send CAB while scanning
Jerome Pouiller
Re: [PATCH 02/31] staging: wfx: do not send CAB while scanning
Kari Argillander
Re: [PATCH 02/31] staging: wfx: do not send CAB while scanning
Jérôme Pouiller
Re: [PATCH 02/31] staging: wfx: do not send CAB while scanning
Kari Argillander
Re: [PATCH 02/31] staging: wfx: do not send CAB while scanning
Jérôme Pouiller
[PATCH 03/31] staging: wfx: ignore PS when STA/AP share same channel
Jerome Pouiller
[PATCH 04/31] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
Jerome Pouiller
[PATCH 05/31] staging: wfx: avoid possible lock-up during scan
Jerome Pouiller
[PATCH 06/31] staging: wfx: drop unused argument from hif_scan()
Jerome Pouiller
[PATCH 07/31] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
Jerome Pouiller
[PATCH 08/31] staging: wfx: take advantage of wfx_tx_queue_empty()
Jerome Pouiller
[PATCH 09/31] staging: wfx: declare support for TDLS
Jerome Pouiller
[PATCH 10/31] staging: wfx: fix support for CSA
Jerome Pouiller
[PATCH 11/31] staging: wfx: relax the PDS existence constraint
Jerome Pouiller
[PATCH 12/31] staging: wfx: simplify API coherency check
Jerome Pouiller
[PATCH 13/31] staging: wfx: update with API 3.8
Jerome Pouiller
Re: [PATCH 13/31] staging: wfx: update with API 3.8
Kari Argillander
Re: [PATCH 13/31] staging: wfx: update with API 3.8
Jérôme Pouiller
[PATCH 14/31] staging: wfx: uniformize counter names
Jerome Pouiller
[PATCH 15/31] staging: wfx: fix misleading 'rate_id' usage
Jerome Pouiller
[PATCH 16/31] staging: wfx: declare variables at beginning of functions
Jerome Pouiller
[PATCH 17/31] staging: wfx: simplify hif_join()
Jerome Pouiller
Re: [PATCH 17/31] staging: wfx: simplify hif_join()
Kari Argillander
[PATCH 18/31] staging: wfx: reorder function for slightly better eye candy
Jerome Pouiller
[PATCH 19/31] staging: wfx: fix error names
Jerome Pouiller
[PATCH 20/31] staging: wfx: apply naming rules in hif_tx_mib.c
Jerome Pouiller
[PATCH 21/31] staging: wfx: remove unused definition
Jerome Pouiller
[PATCH 22/31] staging: wfx: remove useless debug statement
Jerome Pouiller
[PATCH 23/31] staging: wfx: fix space after cast operator
Jerome Pouiller
[PATCH 24/31] staging: wfx: remove references to WFxxx in comments
Jerome Pouiller
[PATCH 25/31] staging: wfx: update files descriptions
Jerome Pouiller
[PATCH 26/31] staging: wfx: reformat comment
Jerome Pouiller
[PATCH 28/31] staging: wfx: fix comments styles
Jerome Pouiller
[PATCH 27/31] staging: wfx: avoid c99 comments
Jerome Pouiller
[PATCH 29/31] staging: wfx: remove useless comments after #endif
Jerome Pouiller
Re: [PATCH 29/31] staging: wfx: remove useless comments after #endif
Kari Argillander
Re: [PATCH 29/31] staging: wfx: remove useless comments after #endif
Jérôme Pouiller
Re: [PATCH 29/31] staging: wfx: remove useless comments after #endif
Kari Argillander
[PATCH 30/31] staging: wfx: explain the purpose of wfx_send_pds()
Jerome Pouiller
[PATCH 31/31] staging: wfx: indent functions arguments
Jerome Pouiller
Re: [PATCH 31/31] staging: wfx: indent functions arguments
Kari Argillander
Re: [PATCH 31/31] staging: wfx: indent functions arguments
Jérôme Pouiller
Re: [PATCH 31/31] staging: wfx: indent functions arguments
Kari Argillander
Re: [PATCH 00/31] [PATCH 00/31] staging/wfx: usual maintenance
Kari Argillander
Re: [PATCH 00/31] [PATCH 00/31] staging/wfx: usual maintenance
Jérôme Pouiller
[PATCH v2 0/1] binder: fix freeze race
Li Li
[PATCH v2 1/1] binder: fix freeze race
Li Li
Re: [PATCH v2 1/1] binder: fix freeze race
Greg KH
Re: [PATCH v2 1/1] binder: fix freeze race
Li Li
Re: [PATCH v2 1/1] binder: fix freeze race
Greg KH
Re: [PATCH v2 1/1] binder: fix freeze race
Li Li
[PATCH v1 0/1] binder: fix freeze race
Li Li
[PATCH v1 1/1] binder: fix freeze race
Li Li
Earlier messages
Later messages