Linux Driver Development
[Prev Page][Next Page]
- Re: [PATCH 2/8] staging: erofs: separate erofs_get_meta_page
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH 2/8] staging: erofs: separate erofs_get_meta_page
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 3/8] staging: erofs: add error handling for xattr submodule
- From: Chao Yu <yuchao0@xxxxxxxxxx>
- Re: [PATCH 00/16] staging: gasket: return of the son of cleanups
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] staging: wilc1000: fix for undefined reference to `__this_module' error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH v2 3/8] staging: erofs: add error handling for xattr submodule
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH 3/8] staging: erofs: add error handling for xattr submodule
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH 3/8] staging: erofs: add error handling for xattr submodule
- From: Chao Yu <yuchao0@xxxxxxxxxx>
- [PATCH v2 20/20] staging: mt7621-pci: do not initialise statics to 0
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 19/20] staging: mt7621-pci: use dev_* functions instead of printk
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 15/20] staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_port'
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 16/20] staging: mt7621-dts: add sysctl registers base address to pcie
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 14/20] staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port'
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 18/20] staging: mt7621-pci: use a trailing */ on a separate line
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 17/20] staging: mt7621-pci: remap and use sysctl from device tree
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 11/20] staging: mt7621-pci: show N_FTS status using a loop
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 12/20] staging: mt7621-pci: rewrite pcie phy related functions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 09/20] staging: mt7621-pci: reagroup reset related macros all together
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 05/20] staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 10/20] staging: mt7621-pci: make some function static
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 08/20] staging: mt7621-pci: remove reset related unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 07/20] staging: mt7621-pci: remove two commented code lines
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 13/20] staging: mt7621-pci: factor out 'mt7621_enable_phy' function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 04/20] staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 06/20] staging: mt7621-pci: remove GPL2+ text from license header
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 02/20] staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call fails
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 03/20] staging: mt7621-pci: add two helpers for read and write pcie register ports
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 00/20] staging: mt7621-pci: Parse ports info from DT and other minor cleanups
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2 01/20] staging: mt7621-pci: parse and init port data from device tree
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 8/8] staging: erofs: fix compression mapping beyond EOF
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 7/8] staging: erofs: fix integer overflow on 32-bit platform
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 6/8] staging: erofs: fix vle_decompressed_index_clusterofs
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 5/8] staging: erofs: rearrange vle clustertype definitions
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 4/8] staging: erofs: cleanup z_erofs_vle_work_{lookup, register}
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 3/8] staging: erofs: add error handling for xattr submodule
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 2/8] staging: erofs: separate erofs_get_meta_page
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 1/8] staging: erofs: introduce erofs_grab_bio
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 0/8] staging: erofs: fix some issues and clean up codes
- From: Chao Yu <chao@xxxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH] staging: gasket: remove null ptr check before kfree
- From: Himanshu Jha <himanshujha199640@xxxxxxxxx>
- Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH 4/5] staging: wilc1000: change permission to 0600 in debugfs_create_file() call
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH] staging: gasket: remove null ptr check before kfree
- From: Sumit Kumar <sumit686215@xxxxxxxxx>
- [PATCH] staging: gasket: remove null ptr check before kfree
- From: Sumit Kumar <sumit686215@xxxxxxxxx>
- Re: [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 4/5] staging: wilc1000: change permission to 0600 in debugfs_create_file() call
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 5/5] staging: wilc1000: use void return for wilc_debugfs_init()
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 3/5] staging: wilc1000: remove the use of 'wilc_debugfs_info_t' struct
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 0/5] staging: wilc1000: compilation error fixes & cleanup changes
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH v2] staging: netlogic: Fixed comments to include SPDX-License-Identifier
- From: Michael Anckaert <michael.anckaert@xxxxxxxx>
- Re: [PATCH] staging: netlogic: Fixed comments to include SPDX-License-Identifier
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] staging: netlogic: Fixed comments to include SPDX-License-Identifier
- From: Michael Anckaert <michael.anckaert@xxxxxxxx>
- [PATCH] staging:r8188eu: load lib80211 crypto ops from interruptible context
- From: Ivan Safonov <insafonov@xxxxxxxxx>
- [PATCH 2/5] vmbus: add driver_override support
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 5/5] Drivers: hv: vmbus: Fix synic per-cpu context initialization
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 3/5] uio_hv_generic: increase size of receive and send buffers
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 4/5] uio_hv_generic: drop #ifdef DEBUG
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 1/5] Tools: hv: Fix a bug in the key delete code
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 0/5] Miscellaneous fixes/enhancements
- From: kys@xxxxxxxxxxxxxxxxx
- Re: [PATCH v3 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v3 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 11/11] staging: mt7621-pci: show N_FTS status using a loop
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 10/11] staging: mt7621-pci: make some function static
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 09/11] staging: mt7621-pci: reagroup reset related macros all together
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 08/11] staging: mt7621-pci: remove reset related unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 06/11] staging: mt7621-pci: remove GPL2+ text from license header
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 04/11] staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 07/11] staging: mt7621-pci: remove two commented code lines
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 05/11] staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 01/11] staging: mt7621-pci: parse and init port data from device tree
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 02/11] staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call fails
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 03/11] staging: mt7621-pci: add two helpers for read and write pcie register ports
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 00/11] staging: mt7621-pci: Parse ports info from DT and other minor cleanups
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH 02/16] staging: gasket: core: remove debug log that could crash
- From: Rob Springer <rspringer@xxxxxxxxxx>
- [PATCH v7 05/12] media: dt-bindings: add bindings for i.MX7 media driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 11/12] media: staging/imx: add i.MX7 entries to TODO file
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 00/12] media: staging/imx7: add i.MX7 media driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 09/12] ARM: dts: imx7s-warp: add ov2680 sensor node
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 12/12] media: video-mux: add bayer formats
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 10/12] media: imx7.rst: add documentation for i.MX7 media driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 08/12] ARM: dts: imx7: Add video mux, csi and mipi_csi and connections
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 07/12] ARM: dts: imx7s: add multiplexer controls
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 06/12] ARM: dts: imx7s: add mipi phy power domain
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 04/12] media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 03/12] media: staging/imx7: add imx7 CSI subdev driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 02/12] media: staging/imx: rearrange group id to take in account IPU
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH v7 01/12] media: staging/imx: refactor imx media device probe
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- [PATCH] staging: mt7621-mmc: place a check for sscanf
- From: Sumit Pundir <pundirsumit11@xxxxxxxxx>
- Re: [PATCH v3 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 1/2] staging: fbtft: Moves ";" from macro definition to macro usage.
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH v3 5/5] staging: rtl8188eu: use phydm_reg.h from rtlwifi
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v3 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v3 4/5] staging: rtl8188eu: remove unused IS_MCAST
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v3 2/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v3 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH v2 5/5] staging: rtl8188eu: use phydm_reg.h from rtlwifi
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH 01/16] MAINTAINERS: Switch a maintainer for drivers/staging/gasket
- From: Todd Poynor <toddpoynor@xxxxxxxxxx>
- Re: [PATCH v2 5/5] staging: rtl8188eu: use phydm_reg.h from rtlwifi
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v2 4/5] staging: rtl8188eu: remove unused IS_MCAST
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 5/5] staging: rtl8188eu: use phydm_reg.h from rtlwifi
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 2/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH 01/16] MAINTAINERS: Switch a maintainer for drivers/staging/gasket
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 01/16] MAINTAINERS: Switch a maintainer for drivers/staging/gasket
- From: John Joseph <jnjoseph@xxxxxxxxxx>
- [PATCH 16/16] staging: gasket: interrupt: remove unimplemented interrupt types
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 15/16] staging: gasket: interrupt: simplify interrupt init parameters
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 13/16] staging: gasket: core: rename lookup_internal_desc to be PCI-specific
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 12/16] staging: gasket: core: factor out generic device remove code from PCI
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 14/16] staging: gasket: interrupt: refactor PCI MSIX-specific handler code
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 10/16] staging: gasket: page table: remove extraneous memory barriers
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 11/16] staging: gasket: core: factor out generic device add code from PCI code
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 07/16] staging: gasket: page table: remove unnecessary NULL check
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 09/16] staging: gasket: core: switch to relaxed memory-mapped I/O
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 06/16] staging: gasket: remove gasket_exit()
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 08/16] staging: gasket: page table: use dma_mapping_error for error detection
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 04/16] staging: gasket: core: remove kobj_name param from gasket_alloc_dev
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 05/16] staging: gasket: core: remove ftrace-style debug logs
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 03/16] staging: gasket: core: fix line continuation indent in gasket_alloc_dev
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 02/16] staging: gasket: core: remove debug log that could crash
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 01/16] MAINTAINERS: Switch a maintainer for drivers/staging/gasket
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 00/16] staging: gasket: return of the son of cleanups
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH] uio_hv_generic: drop #ifdef DEBUG
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- [PATCH 1/1] staging: fbtft: Removes ";" from very used macro definition.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 2/2] staging: fbtft: Adds space around "/"
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 1/2] staging: fbtft: Moves "; " from macro definition to macro usage.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v3 3/3] staging: fbtft: Corrects long index line - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v3 2/3] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v3 1/3] staging: fbtft: Includes description to mutex and spinlock - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v3 0/3] Style changes
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH] uio_hv_generic: increase size of receive and send buffers
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH 5/5] staging: rtl8188eu: use phydm_reg.h from rtlwifi
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 4/5] staging: rtl8188eu: remove unused IS_MCAST
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 3/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 2/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 1/5] staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH] Staging: One Laptop Per Child: add function argument names
- From: Arkadiusz Lis <areklis909@xxxxxxxxx>
- Re: [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style
- From: Stefan Wahren <stefan.wahren@xxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 10/15] staging: fbtft: Fixes some defines styles - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH] staging: rtl8712: remove unused array iw_operation_mode
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- [PATCH] staging: gasket: apex: remove unused array cm_mappable_regions
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v7 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 7/8] ARM: dts: sun8i-a33: Add Video Engine and reserved memory nodes
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 8/8] ARM: dts: sun8i-h3: Add Video Engine and reserved memory nodes
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 5/8] ARM: dts: sun5i: Add Video Engine and reserved memory nodes
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 6/8] ARM: dts: sun7i-a20: Add Video Engine and reserved memory nodes
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 3/8] dt-bindings: media: Document bindings for the Cedrus VPU driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 2/8] media: v4l: Add definition for the Sunxi tiled NV12 format
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH v7 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH v2 01/15] staging:rtl8192u: Remove macro eqMacAddr - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH v2 01/15] staging:rtl8192u: Remove macro eqMacAddr - Style
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH v2 15/15] staging:rtl8192u: Rename ToLegalChannel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 14/15] staging:rtl8192u: Rename IsLegalChannel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 13/15] staging:rtl8192u: Rename DOT11D_ScanComplete - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 11/15] staging:rtl8192u: Rename DOT11D_GetMaxTxPwrInDbm - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 12/15] staging:rtl8192u: Rename Channel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 10/15] staging:rtl8192u: Rename dot11d_update_country_ie() parameters - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 09/15] staging:rtl8192u: Rename Dot11d_UpdateCountryIe - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 08/15] staging:rtl8192u: Rename Dot11d_Reset - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 07/15] staging:rtl8192u: Rename Dot11d_Init - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 06/15] staging:rtl8192u: Lines should not end with a '(' - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 05/15] staging:rtl8192u: Rename __pTa - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 03/15] staging:rtl8192u: Replace magic number 6 with ETH_ALEN - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 04/15] staging:rtl8192u: Rename macro parameter __pIeeeDev - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 02/15] staging:rtl8192u: Remove macro cpMacAddr - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 01/15] staging:rtl8192u: Remove macro eqMacAddr - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2 00/15] staging:rtl8192u: Coding style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- Re: [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v2] vmbus: add driver_override support
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
- [PATCH v3] Staging: One Laptop Per Child: fix SPDX-License-Identifier issue
- From: Arkadiusz Lis <areklis909@xxxxxxxxx>
- Re: [PATCH v2] staging/vc04_services: Fix alignment of function arguments
- From: greg gallagher <greg@xxxxxxxxxxxxxxxx>
- Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs
- From: Christian Gromm <christian.gromm@xxxxxxxxxxxxx>
- Re: [PATCH v10 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 04/17] staging:rtl8192u: Rename eqMacAddr macro - Style
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style
- From: Greg Gallagner <greg@xxxxxxxxxxxxxxxx>
- Re: [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 15/15] staging: fbtft: Replaces custom debug macro with dev_dbg().
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 11/15] staging: fbtft: Includes description to mutex and spinlock - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 10/15] staging: fbtft: Fixes some defines styles - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 04/15] staging: fbtft: Fixes some lines long lines (>80) - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 01/15] staging: fbtft: Changes udelay(n) to usleep_range(n, n + x). - Style
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH v6 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH] staging: rtl8188eu: remove unused mp_custom_oid.h
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH 05/17] staging:rtl8192u: Rename cpMacAddr Macro - Style
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH] ddk750_mode.c: Wraps line to 80 charecters
- From: Abishek V Ashok <abishekvashok@xxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/15] staging: gasket: unwrap pci core and more
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 04/15] staging: gasket: core: convert remaining info logs to debug
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 04/17] staging:rtl8192u: Rename eqMacAddr macro - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Tomasz Figa <tfiga@xxxxxxxxxxxx>
- [PATCH v2] staging/vc04_services: Fix alignment of function arguments
- From: Greg Gallagher <greg@xxxxxxxxxxxxxxxx>
- [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style
- From: Greg Gallagher <greg@xxxxxxxxxxxxxxxx>
- [PATCH v2 15/15] staging: fbtft: Replaces custom debug macro with dev_dbg().
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 14/15] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 13/15] staging: fbtft: Corrects long index line - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 12/15] staging: fbtft: Add spaces around / - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 11/15] staging: fbtft: Includes description to mutex and spinlock - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 10/15] staging: fbtft: Fixes some defines styles - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 09/15] staging: fbtft: Erases some repetitive usage of function name - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 08/15] staging: fbtft: Adjust some empty-line problems - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 07/15] staging: fbtft: Removes one nesting level to help readability - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 06/15] staging: fbtft: Changes gamma table to define.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 05/15] staging: fbtft: A bit more information on dev_err.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 04/15] staging: fbtft: Fixes some lines long lines (>80) - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 03/15] staging: fbtft: Fixes some alignment issues - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 02/15] staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 01/15] staging: fbtft: Changes udelay(n) to usleep_range(n, n + x). - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 00/15] staging: fbtft: Fixes some issues found with checkpatch.pl
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- Re: [PATCH 0/2] staging: vboxvideo: Add page-flip support
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH 13/17] staging:rtl8192u: Rename DOT11D_GetMaxTxPwrInDbm - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 17/17] staging:rtl8192u: Rename ToLegalChannel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 14/17] staging:rtl8192u: Rename Channel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 16/17] staging:rtl8192u: Rename IsLegalChannel - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 15/17] staging:rtl8192u: Rename DOT11D_ScanComplete - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 11/17] staging:rtl8192u: Rename Dot11d_UpdateCountryIe - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 10/17] staging:rtl8192u: Rename Dot11d_Reset - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 12/17] staging:rtl8192u: Rename dot11d_update_country_ie() parameters - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 09/17] staging:rtl8192u: Rename Dot11d_Init - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 07/17] staging:rtl8192u: Rename __pTa - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 06/17] staging:rtl8192u: Rename macro parameter __pIeeeDev - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 03/17] staging:rtl8192u: Remove unused macro definitions - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 08/17] staging:rtl8192u: Lines should not end with a '(' - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 04/17] staging:rtl8192u: Rename eqMacAddr macro - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 05/17] staging:rtl8192u: Rename cpMacAddr Macro - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 02/17] staging:rtl8192u: Add spaces around '+' operator - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 01/17] staging:rtl8192u: Remove stale comment - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 00/17] staging:rtl8192u: Coding style changes
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH v2] android: binder: Rate-limit debug and userspace triggered err msgs
- From: Sherry Yang <sherryy@xxxxxxxxxxx>
- Re: [PATCH] media: cleanup fall-through comments
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] media: cleanup fall-through comments
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] media: cleanup fall-through comments
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 2/8] media: v4l: Add definition for Allwinner's MB32-tiled NV12 format
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [linux-sunxi] [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Tomasz Figa <tfiga@xxxxxxxxxxxx>
- Re: [linux-sunxi] [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Jernej Škrabec <jernej.skrabec@xxxxxxxxx>
- RE: [PATCH net-next] [RFC] dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net
- From: Ioana Ciocoi Radulescu <ruxandra.radulescu@xxxxxxx>
- Re: [linux-sunxi] [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [linux-sunxi] [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [linux-sunxi] [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH] media: cleanup fall-through comments
- From: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
- Re: [PATCH] media: imx: shut up a false positive warning
- From: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
- Re: [PATCH] media: imx: shut up a false positive warning
- From: Ian Arkver <ian.arkver.dev@xxxxxxxxx>
- [PATCH] staging: gasket: fix code indent for conditional statement
- From: Sumit Pundir <pundirsumit11@xxxxxxxxx>
- [PATCH] media: imx: shut up a false positive warning
- From: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
- Re: [PATCH v2] Staging: One Laptop Per Child: fix SPDX-License-Identifier issue
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 03/11] staging: fbtft: Fixes some alignment and line > 80 char issues - Style
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 11/11] staging: fbtft: Includes parenthesis around macro parameters and avoids multiple usage of macro parameter - Style
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH 01/11] staging: fbtft: Changes udelay(n) to usleep_range(n, n + 1). - Style
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH 11/11] staging: fbtft: Includes parenthesis around macro parameters and avoids multiple usage of macro parameter - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 10/11] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 09/11] staging: fbtft: Corrects long index line - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 08/11] staging: fbtft: Add spaces around / - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 07/11] staging: fbtft: Includes description to mutex and spinlock - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 06/11] staging: fbtft: Fixes some defines styles - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 05/11] staging: fbtft: Erases some repetitive usage of function name - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 04/11] staging: fbtft: Adjust some empty-line problems - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 03/11] staging: fbtft: Fixes some alignment and line > 80 char issues - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 02/11] staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 01/11] staging: fbtft: Changes udelay(n) to usleep_range(n, n + 1). - Style
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 00/11] Style Fixes on fbtft
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2] Staging: One Laptop Per Child: fix SPDX-License-Identifier issue
- From: Arkadiusz Lis <areklis909@xxxxxxxxx>
- [PATCH] Staging: One Laptop Per Child: fix SPDX-License-Identifier issue
- From: Arkadiusz Lis <areklis909@xxxxxxxxx>
- RE: linux-4.18-rc8/tools/hv/hv_kvp_daemon.c:289: dead code block ?
- From: KY Srinivasan <kys@xxxxxxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Tomasz Figa <tfiga@xxxxxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- [PATCH] staging: rtl8188eu: remove unused array dB_Invert_Table
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- Re: [PATCH] staging/vc04_services: Fix alignment of function arguments
- From: Greg Gallagher <greg@xxxxxxxxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
- Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH v6 10/18] x86/power/64: Remove VLA usage
- From: "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx>
- [PATCH] staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice
- From: Ian Abbott <abbotti@xxxxxxxxx>
- [PATCH] staging: most: do not show interface dependent attrs by default in sysfs
- From: Christian Gromm <christian.gromm@xxxxxxxxxxxxx>
- Re: [PATCH v6 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
- From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] staging/vc04_services: Fix alignment of function arguments
- From: Stefan Wahren <stefan.wahren@xxxxxxxx>
- Re: [PATCH 0/2] staging: vboxvideo: Add page-flip support
- From: Daniel Vetter <daniel@xxxxxxxx>
- linux-4.18-rc8/tools/hv/hv_kvp_daemon.c:289: dead code block ?
- From: David Binderman <dcb314@xxxxxxxxxxx>
- Re: [PATCH v10 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH] staging/vc04_services: Fix alignment of function arguments
- From: Greg Gallagher <greg@xxxxxxxxxxxxxxxx>
- [PATCH] staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- Re: [PATCH] staging: erofs: fix if assignment style issue
- From: Chao Yu <yuchao0@xxxxxxxxxx>
- Re: [PATCH v10 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- Re: [PATCH 2/2] staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH] Revert "staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames"
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH 2/2] staging: fix unneeded_variables warnings
- From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
- Re: [PATCH 1/2] staging: fix possible_condition_with_no_effect warnings
- From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
- [PATCH 15/15] staging: gasket: core: remove incorrect extraneous comment
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 13/15] staging: gasket: core: protect against races during unregister
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 14/15] staging: gasket: apex: place in low power reset until opened
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 11/15] staging: gasket: core: remove sysfs setup and cleanup callbacks
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 12/15] staging: gasket: apex: move sysfs setup code to probe function
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 10/15] staging: gasket: apex: fold device add/remove logic inline
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 09/15] staging: gasket: core: delete device add and remove callbacks
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 07/15] staging: gasket: core: let device driver enable/disable gasket device
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 08/15] staging: gasket: apex: enable/disable gasket device from apex
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 06/15] staging: gasket: apex: remove device enable and disable callbacks
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 05/15] staging: gasket: core: remove device enable and disable callbacks
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 04/15] staging: gasket: core: convert remaining info logs to debug
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 02/15] staging: gasket: core: move core PCI calls to device drivers
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 03/15] staging: gasket: apex: move PCI core calls to apex driver
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 01/15] staging: gasket: sysfs: clean up state if ENOMEM removing mapping
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 00/15] staging: gasket: unwrap pci core and more
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH] Staging:rtl8712: Style - Removed inline block comment to fix "Statements should start on a tapstop"
- From: Frank Werner-Krippendorf <mail@xxxxxxxx>
- [PATCH 2/2] staging: fix unneeded_variables warnings
- From: Umang Parmar <umangjparmar@xxxxxxxxx>
- [PATCH 1/2] staging: fix possible_condition_with_no_effect warnings
- From: Umang Parmar <umangjparmar@xxxxxxxxx>
- [PATCH v2 6/6] staging: rtl8188eu: remove whitespace, add missing blank line
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 5/6] staging: rtl8188eu: use is_multicast_ether_addr in rtw_sta_mgt.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 4/6] staging: rtl8188eu: remove whitespace - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 3/6] staging: rtl8188eu: cleanup block comment - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 2/6] staging: rtl8188eu: use is_multicast_ether_addr in rtl8188eu_xmit.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2 1/6] staging: rtl8188eu: use is_multicast_ether_addr in recv_linux.c
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH] Staging: rtl8712: rtl871x: removed unused code, to fix a coding style issue
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] Staging: rtl8712: rtl871x: removed unused code, to fix a coding style issue
- From: Frank Werner-Krippendorf <mail@xxxxxxxx>
- Re: [PATCH] staging: erofs: fix if assignment style issue
- From: Gao Xiang <hsiangkao@xxxxxxx>
- [PATCH] staging: erofs: fix if assignment style issue
- From: Kristaps Čivkulis <kristaps.civkulis@xxxxxxxxx>
- Re: [PATCH 6/7] staging:rtl8192u: Remove unused member variable - Style
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/6] staging: rtl8188eu: use is_multicast_ether_addr
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/6] staging: rtl8188eu: use is_multicast_ether_addr
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] staging: rtl8188eu: use phydm_regdefine11n.h from rtlwifi
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2] Staging: rtlwifi: base: Modified the line ending with a parenthesis
- From: Sohil Ladhani <supertakumi86@xxxxxxxxx>
- [PATCH 4/4] staging: rtl8188eu: remove unnecessary includes
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 3/4] staging: rtl8188eu: remove redundant include
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 2/4] staging: rtl8188eu: remove unnecessary parentheses
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 1/4] staging: rtl8188eu: rename rtw_IOL_applied
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH v6 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- Re: [PATCH v6 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- Re: [PATCH v6 2/8] media: v4l: Add definition for Allwinner's MB32-tiled NV12 format
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- Re: [PATCH v6 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- [PATCH 7/7] staging:rtl8192u: Replace magic number with defined constant - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 5/7] staging:rtl8192u: Remove comments - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 6/7] staging:rtl8192u: Remove unused member variable - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 4/7] staging:rtl8192u: Remove blank line - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 3/7] staging:rtl8192u: Rename multiple variables - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 2/7] staging:rtl8192u: Rename types in QOS_TCLAS union - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 1/7] staging:rtl8192u: Remove typedef and rename QOS_TCLAS - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 0/7] staging:rtl8192u: Coding style changes
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- Re: [PATCH] Staging: rtlwifi: base: Fixed line ending with parentheses
- From: Julia Lawall <julia.lawall@xxxxxxx>
- [PATCH] Staging: rtlwifi: base: Fixed line ending with parentheses
- From: Sohil Ladhani <supertakumi86@xxxxxxxxx>
- Re: [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue
- From: Julia Lawall <julia.lawall@xxxxxxx>
- Re: [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue
- From: Julia Lawall <julia.lawall@xxxxxxx>
- [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue
- From: Sohil Ladhani <supertakumi86@xxxxxxxxx>
- [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue
- From: Sohil Ladhani <supertakumi86@xxxxxxxxx>
- Re: [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
- From: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx>
- Re: [PATCH net-next] [RFC] dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net
- From: Andrew Lunn <andrew@xxxxxxx>
- [PATCH net-next] [RFC] dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- Re: [PATCH] staging/vc04_services: Use __user annotation for user-space pointers
- From: Stefan Wahren <stefan.wahren@xxxxxxxx>
- Re: [PATCH v6 00/13] media: staging/imx7: add i.MX7 media driver
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- [PATCH 3/3] staging: wilc1000: remove TODO item for comments and code style
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 1/3] staging: wilc1000: added Microchip copyright notice header
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 2/3] staging: wilc1000: replace ISWILC1000() macro with inline function
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 0/3] staging: wilc1000: updated copyright header and TODO list
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH v10 14/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 15/15] staging: mt7621-dts: add pcie controller port registers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 06/15] staging: mt7621-pci: simplify write_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 09/15] staging: mt7621-pci: review includes putting them in alphabethic order
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 05/15] staging: mt7621-pci: simplify read_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 07/15] staging: mt7621-pci: remove unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v10 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH] staging: wlan-ng: remove unused definitions from p80211types.h
- From: Tim Collier <osdevtc@xxxxxxxxx>
- Re: [PATCH v9 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v2] staging: rtlwifi: refactor rtl_get_tcb_desc
- From: Luke Triantafyllidis <ltriant@xxxxxxxx>
- Re: [PATCH v9 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix compilation warning for ARCH PowerPC
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 2/4] staging: gasket: core: device register debug log cleanups
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 4/4] Revert "staging: gasket: core: hold reference to pci_dev while used"
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 3/4] staging: gasket: core: add subsystem and device info to logs
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 1/4] staging: gasket: core: remove registration logs
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 0/4 v2] staging: gasket: cleanups du jour
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- Re: [PATCH v3] staging: erofs: disable compiling temporarile
- From: Chao Yu <yuchao0@xxxxxxxxxx>
- Re: [PATCH v3] staging: erofs: disable compiling temporarile
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- [PATCH 17/18] staging:rtl8192u: Rename Register Constants - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 14/18] staging:rtl8192u: Rename RateAdaptiveTH_High - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 18/18] staging:rtl8192u: Clean up of spacing - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 15/18] staging:rtl8192u: Rename constants RateAdaptiveTH_Low_* - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 13/18] staging:rtl8192u: Rename DM_DIG_MIN_Netcore - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 16/18] staging:rtl8192u: Rename constants - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 12/18] staging:rtl8192u: Refactor DCMD_TXCMD_T structure - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 11/18] staging:rtl8192u: Remove member reserved - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 08/18] staging:rtl8192u: Remove SS_TH_low - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 10/18] staging:rtl8192u: Rename member disabledRF - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 07/18] staging:rtl8192u: Rename cck_Rx_path - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 09/18] staging:rtl8192u: Remove member diff_TH - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 05/18] staging:rtl8192u: Remove unused extern DM_RxPathSelTable - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 06/18] staging:rtl8192u: Remove member variable Enable - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 03/18] staging:rtl8192u: Remove member initialgain_lowerbound_state - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 02/18] staging:rtl8192u: Remove member variable rx_gain_range_max - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 04/18] staging:rtl8192u: Rename enum constants - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 01/18] staging:rtl8192u: Remove debug member from structures - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 00/18] staging:rtl8192u: Clean up ofr8192U_dm.h
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- Re: [PATCH] staging: wilc1000: fix compilation warning for ARCH PowerPC
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH char-misc 1/1] Drivers: hv: vmbus: Fix synic per-cpu context initialization
- From: mhkelley58@xxxxxxxxx
- Re: [PATCH v3] staging: erofs: disable compiling temporarile
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] staging: fsl-dpaa2/eth: Use named arguments in function definition
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- [PATCH 6/6] staging: rtl8188eu: remove whitespace, add missing blank line
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 4/6] staging: rtl8188eu: remove whitespace - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 5/6] staging: rtl8188eu: use is_multicast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 2/6] staging: rtl8188eu: use is_multicast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 3/6] staging: rtl8188eu: cleanup block comment - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 1/6] staging: rtl8188eu: use is_multicast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH v6 07/13] media: dt-bindings: add bindings for i.MX7 media driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- Re: [PATCH v6 00/13] media: staging/imx7: add i.MX7 media driver
- From: Rui Miguel Silva <rui.silva@xxxxxxxxxx>
- Re: [PATCH 2/2] staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
- From: Michael Straube <straube.linux@xxxxxxxxx>
- RE: [PATCH char-misc 1/1] Drivers: hv: vmbus: Cleanup synic memory free path
- From: KY Srinivasan <kys@xxxxxxxxxxxxx>
- [PATCH v3] staging: erofs: disable compiling temporarile
- From: Chao Yu <chao@xxxxxxxxxx>
- Re: [PATCH v2] staging: erofs: disable compiling temporarile
- From: Chao Yu <chao@xxxxxxxxxx>
- Re: [PATCH v6 07/13] media: dt-bindings: add bindings for i.MX7 media driver
- From: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
- Re: [PATCH v6 00/13] media: staging/imx7: add i.MX7 media driver
- From: Hans Verkuil <hverkuil@xxxxxxxxx>
- [staging:staging-testing 704/736] drivers/staging//wilc1000/wilc_sdio.c:566:15: warning: passing argument 1 of '__swab32s' makes pointer from integer without a cast
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH] staging: wilc1000: fix compilation warning for ARCH PowerPC
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH v2] staging: erofs: disable compiling temporarile
- From: Gao Xiang <hsiangkao@xxxxxxx>
- [PATCH v2] staging: erofs: disable compiling temporarile
- From: Chao Yu <yuchao0@xxxxxxxxxx>
- [staging:staging-testing 704/735] drivers/staging//wilc1000/wilc_sdio.c:566:2: note: in expansion of macro 'le32_to_cpus'
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH 8/8] Revert "staging: gasket: core: hold reference to pci_dev while used"
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/8] staging: gasket: core: add subsystem and device info to error logs
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/8] staging: gasket: core: device register debug log cleanups
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] staging: gasket: core: move driver loaded log after error cases
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] staging: gasket: core: print driver version code at registration time
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5/8] staging: gasket: core: add subsystem and device info to error logs
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 6/8] staging: gasket: remove "reset type" param from framework
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 7/8] staging: gasket: apex: drop reset type param
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 8/8] Revert "staging: gasket: core: hold reference to pci_dev while used"
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 4/8] staging: gasket: core: device register debug log cleanups
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 3/8] staging: gasket: core: move driver loaded log after error cases
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 2/8] staging: gasket: core: print driver version code at registration time
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 1/8] staging: gasket: apex: enable power save mode by default
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 0/8] staging: gasket: cleanups du jour
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- Re: [PATCH v2] staging: mt29f_spinand: fix memory leak while programming pages
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] android: binder: Rate-limit debug and userspace triggered err msgs
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] staging: mt29f_spinand: fix memory leak while programming pages
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- Re: [PATCH 8/8] staging: wilc1000: added parentheses in macro to avoid checkpatch issue
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH 3/8] staging: wilc1000: remove unnecessary copyright information in file
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH v2] staging: mt29f_spinand: fix memory leak while programming pages
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] staging: mt29f_spinand: fix memory leak while programming pages
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- Re: [PATCH 8/8] staging: wilc1000: added parentheses in macro to avoid checkpatch issue
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] staging: wilc1000: remove unnecessary copyright information in file
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Cleanup synic memory free path
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v9 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 15/15] staging: mt7621-dts: add pcie controller port registers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 14/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 05/15] staging: mt7621-pci: simplify read_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 09/15] staging: mt7621-pci: review includes putting them in alphabethic order
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 06/15] staging: mt7621-pci: simplify write_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 07/15] staging: mt7621-pci: remove unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v9 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH] staging: mt29f_spinand: fix memory leak while programming pages
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v8 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH] staging: mt29f_spinand: fix memory leak while programming pages
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- [PATCH 2/3] Drivers: hv: vmbus: Remove use of slow_virt_to_phys()
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 1/3] Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 3/3] Drivers: hv: vmbus: Cleanup synic memory free path
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH 0/3] Drivers: hv: vmbus: Miscellaneous fixes
- From: kys@xxxxxxxxxxxxxxxxx
- [PATCH char-misc 1/1] Drivers: hv: vmbus: Cleanup synic memory free path
- From: mhkelley58@xxxxxxxxx
- Re: [PATCH v8 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- [PATCH v3 13/14] media: imx: Allow interweave with top/bottom lines swapped
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 12/14] media: imx-csi: Move crop/compose reset after filling default mbus fields
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 11/14] media: imx: vdic: rely on VDIC for correct field order
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 08/14] media: imx-csi: Double crop height for alternate fields at sink
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 10/14] media: imx-csi: Allow skipping odd chroma rows for YVU420
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 09/14] media: imx: interweave and odd-chroma-row skip are incompatible
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 07/14] media: imx: Fix field negotiation
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 06/14] gpu: ipu-v3: Add planar support to interlaced scan
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH v3 03/14] gpu: ipu-csi: Swap fields according to input/output field types
- From: Steve Longerbeam <slongerbeam@xxxxxxxxx>
- [PATCH] staging: rtl8188eu: use is_multicast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v2] staging: gasket: sysfs: fix potential null dereference
- From: Ivan Bornyakov <brnkv.i1@xxxxxxxxx>
- Re: [PATCH] staging: gasket: sysfs: fix potential null dereference
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 15/15] staging: mt7621-dts: add pcie controller port registers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 14/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 07/15] staging: mt7621-pci: remove unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 09/15] staging: mt7621-pci: review includes putting them in alphabethic order
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 06/15] staging: mt7621-pci: simplify write_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 05/15] staging: mt7621-pci: simplify read_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v8 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 0/4] staging: fsl-dpaa2/eth: Private header cleanup
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- [PATCH 1/4] staging: fsl-dpaa2/eth: Cleanup comments
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- [PATCH 4/4] staging: fsl-dpaa2/eth: Merge header files
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- [PATCH 3/4] staging: fsl-dpaa2/eth: Use BIT() macro
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- [PATCH 2/4] staging: fsl-dpaa2/eth: Remove dead code
- From: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
- Re: [RFC PATCH v5] Xilinx AXI-Stream FIFO v4.1 IP core
- From: Jacob Feder <jacobsfeder@xxxxxxxxx>
- Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
- From: Anton Vasilyev <vasilyev@xxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
- Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH RESEND 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v5] staging: rts5208: add error handling into rtsx_probe
- From: Anton Vasilyev <vasilyev@xxxxxxxxx>
- Re: [PATCH] staging: mt29f_spinand: fix memory leak while programming pages
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH RESEND 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH 2/2] staging: wilc1000: fix endianness warnings reported by sparse
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 1/2] staging: wilc1000: use 'u16' data type for config id parameter
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH 0/2] staging: wilc1000: fix endianness issues identified by sparse
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH] staging: mt29f_spinand: fix memory leak while programming pages
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- [PATCH RESEND 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [RFC PATCH v5] Xilinx AXI-Stream FIFO v4.1 IP core
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 05/23] staging: wilc1000: rename goto to avoid leading '_' in label name
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH 2/2] staging: erofs: remove a redundant marco in xattr
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- [PATCH 1/2] staging: erofs: add the missing break in z_erofs_map_blocks_iter
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
- RE: [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu
- From: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
- Re: [PATCH 05/23] staging: wilc1000: rename goto to avoid leading '_' in label name
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- [PATCH] staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statement
- From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
- Re: [PATCH v7 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH] staging:mt29f_spinand: MT29F2G failing as only 16-bit arguments and variables used for addressing.
- From: Jheng-Jhong Wu <goodwater.wu@xxxxxxxxx>
- Re: [PATCH v7 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- [PATCH 14/14] staging:rtl8192u: Change clock comment - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 11/14] staging:rtl8192u: Rename octet_string members - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 13/14] staging:rtl8192u: Rename IsACValid and add parenthesis - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 12/14] staging:rtl8192u: Remove unused UP2AC - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 09/14] staging:rtl8192u: Move QOS_TCLAS to rtl819x_TS.h - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 10/14] staging:rtl8192u: rename OCTET_STRING - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 08/14] staging:rtl8192u: Remove commented out code - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 07/14] staging:rtl8192u: Rename tspec_body members - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 06/14] staging:rtl8192u: Rename TSInfo - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 03/14] staging:rtl8192u: Remove union from qos_tsinfo - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 04/14] staging:rtl8192u: Rename members of struct qos_tsinfo - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 05/14] staging:rtl8192u: Refactor union TSPEC_BODY - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 02/14] staging:rtl8192u: Remove union from aci_aifsn - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 01/14] staging:rtl8192u: Clean cmpk_counttxstatistic() comments - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 00/14] staging:rtl8192u: rtl819x_Qos.h style changes
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- [PATCH 14/15] Revert "staging: gasket: page table: hold references to device and pci_dev"
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 08/15] staging: gasket: page table: fix function param line continuation style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 15/15] staging: gasket: page table: fix header file include guard symbol
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 04/15] staging: gasket: pg tbl: remove static function forward declarations
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 09/15] staging: gasket: sysfs: fix function param line continuation style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 13/15] staging: gasket: core: use bool type for ns_capable result
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 12/15] staging: gasket: apex: move driver-private defines out of apex.h
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 06/15] staging: gasket: core: fix function param line continuation style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 11/15] staging: gasket: TODO: remove entry for multi-line alignment style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 01/15] staging: gasket: core: remove static function forward declarations
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 07/15] staging: gasket: ioctl: fix function param line continuation style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 10/15] staging: gasket: interrupt: fix function param line continuation style
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 05/15] staging: gasket: TODO: remove entry for static function declarations
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 03/15] staging: gasket: interrupt: remove static function forward declarations
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 02/15] staging: gasket: ioctl: remove static function forward declarations
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 00/15] staging: gasket: cleanups continue
- From: Todd Poynor <toddpoynor@xxxxxxxxx>
- [PATCH 1/2] staging: fsl-dpaa2/eth: convert documentation to .rst format
- From: Ioana Ciornei <ioana.ciornei@xxxxxxx>
- [PATCH 2/2] staging: fsl-dpaa2/eth: add SPDX license identifiers
- From: Ioana Ciornei <ioana.ciornei@xxxxxxx>
- Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points
- From: Dmitry Osipenko <digetx@xxxxxxxxx>
- [PATCH] staging: gasket: sysfs: fix potential null dereference
- From: Ivan Bornyakov <brnkv.i1@xxxxxxxxx>
- [PATCH v7 15/15] staging: mt7621-dts: add pcie controller port registers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 14/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 09/15] staging: mt7621-pci: review includes putting them in alphabethic order
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 07/15] staging: mt7621-pci: remove unused macros
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 06/15] staging: mt7621-pci: simplify write_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 05/15] staging: mt7621-pci: simplify read_config function
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v7 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH 7/7] staging: rtl8188eu: rename odm_RTL8188E - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 6/7] staging: rtl8188eu: remove unused rtw_remove_bcn_ie()
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 5/7] staging: rtl8188eu: remove unused rtw_add_bcn_ie()
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 4/7] staging: rtl8188eu: remove unnecessary parentheses - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 3/7] staging: rtl8188eu: fix comparsions to NULL - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 2/7] staging: rtl8188eu: fix indentation - style
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH 1/7] staging: rtl8188eu: use is_broadcast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH 01/13] staging: gasket: core: hold reference to pci_dev while used
- From: Todd Poynor <toddpoynor@xxxxxxxxxx>
- Re: [PATCH 01/13] staging: gasket: core: hold reference to pci_dev while used
- From: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu
- From: mhkelley58@xxxxxxxxx
- Re: [PATCH v6 00/15] staging: mt7621-pci: avoid custom pci config read and writes
- From: NeilBrown <neil@xxxxxxxxxx>
- Re: [PATCH] staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.h
- From: NeilBrown <neil@xxxxxxxxxx>
- [PATCH char-misc 1/1] Drivers: hv: vmbus: Remove use of slow_virt_to_phys()
- From: mhkelley58@xxxxxxxxx
- Re: [PATCH v5] Staging: octeon-usb: Using defined error codes and applying coding style.
- From: Georgios Tsotsos <tsotsos@xxxxxxxxx>
- Re: [PATCH v4 net-next] hv_netvsc: Add per-cpu ethtool stats for netvsc
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH v2 01/15] staging:rtl8192u: Remove typedef of struct cmpk_txfb_t - Style
- From: John Whitmore <johnfwhitmore@xxxxxxxxx>
- Re: [PATCH 04/13] staging: gasket: core: allow root access based on user namespace
- From: Todd Poynor <toddpoynor@xxxxxxxxxx>
- Re: [PATCH 04/13] staging: gasket: core: allow root access based on user namespace
- From: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
- Re: [PATCH v4 net-next] hv_netvsc: Add per-cpu ethtool stats for netvsc
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr
- From: Michael Straube <straube.linux@xxxxxxxxx>
- [PATCH v4 net-next] hv_netvsc: Add per-cpu ethtool stats for netvsc
- From: Yidong Ren <yidren@xxxxxxxxxxxxxxxxx>
- [PATCH v6 09/15] staging: mt7621-pci: review includes putting them in alphabethic order
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v6 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v6 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v6 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v6 15/15] staging: mt7621-dts: add pcie controller port registers
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
- [PATCH v6 14/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
- From: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[Index of Archives]
[Linux Driver Backports]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]