Linux Kernel Staging
[Prev Page][Next Page]
[PATCH v3 00/12] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes,
Paul Kocialkowski
- [PATCH v3 03/12] media: sunxi-csi: bridge: Declare subdev ops as static, Paul Kocialkowski
- [PATCH v3 04/12] media: sun6i-csi: capture: Remove useless ret initialization, Paul Kocialkowski
- [PATCH v3 01/12] media: sun6i-csi: bridge: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v3 02/12] media: sun6i-csi: bridge: Error out on invalid port to fix warning, Paul Kocialkowski
- [PATCH v3 05/12] media: sun6i-mipi-csi2: Clarify return code handling in stream off path, Paul Kocialkowski
- [PATCH v3 06/12] media: sun8i-a83t-mipi-csi2: Clarify return code handling in stream off path, Paul Kocialkowski
- [PATCH v3 07/12] media: sun6i-isp: proc: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v3 08/12] media: sun6i-isp: proc: Error out on invalid port to fix warning, Paul Kocialkowski
- [PATCH v3 09/12] media: sun6i-isp: proc: Declare subdev ops as static, Paul Kocialkowski
- [PATCH v3 10/12] media: sun6i-isp: capture: Fix uninitialized variable use, Paul Kocialkowski
- [PATCH v3 11/12] media: sun6i-isp: params: Fix incorrect indentation, Paul Kocialkowski
- [PATCH v3 12/12] media: sun6i-isp: params: Unregister pending buffer on cleanup, Paul Kocialkowski
- Re: [PATCH v3 00/12] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes, Palmer Dabbelt
[PATCH v2 00/11] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes,
Paul Kocialkowski
- [PATCH v2 03/11] media: sunxi-csi: bridge: Declare subdev ops as static, Paul Kocialkowski
- [PATCH v2 04/11] media: sun6i-csi: capture: Remove useless ret initialization, Paul Kocialkowski
- [PATCH v2 01/11] media: sun6i-csi: bridge: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v2 02/11] media: sun6i-csi: bridge: Error out on invalid port to fix warning, Paul Kocialkowski
- [PATCH v2 05/11] media: sun6i-mipi-csi2: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v2 06/11] media: sun8i-a83t-mipi-csi2: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v2 07/11] media: sun6i-isp: proc: Fix return code handling in stream off path, Paul Kocialkowski
- [PATCH v2 08/11] media: sun6i-isp: proc: Error out on invalid port to fix warning, Paul Kocialkowski
- [PATCH v2 09/11] media: sunxi-isp: proc: Declare subdev ops as static, Paul Kocialkowski
- [PATCH v2 10/11] media: sun6i-isp: capture: Fix uninitialized variable use, Paul Kocialkowski
- [PATCH v2 11/11] media: sun6i-isp: params: Fix incorrect indentation, Paul Kocialkowski
[PATCH 0/9] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes,
Paul Kocialkowski
[PATCH v2 RESEND] Staging: greybus: camera: fixed brace coding-style and indentation issues,
Abhirup Deb
[PATCH v2 3/3] staging: vme_user: replace 'unsigned' with 'unsigned int', Matt Jan
[PATCH v2 2/3] staging: vme_user: remove unnecessary spaces, Matt Jan
[PATCH v2 1/3] staging: vme_user: add the spaces around the "*",
Matt Jan
[PATCH 3/3] staging: vme_user: remove unnecessary spaces, Matt Jan
[PATCH 2/3] staging: vme_user: replace 'unsigned' with 'unsigned int',
Matt Jan
[PATCH 1/3] staging: vme_user: add the spaces around the "*",
Matt Jan
[PATCH] staging: rtl8192e: Fix spelling mistake "ContryIE" -> "CountryIE", Colin Ian King
[PATCH -next] vme: Use root_device_register() not underlined version, Chen Zhongjin
[PATCH] vme: Fix error not catched in fake_init(),
Chen Zhongjin
[PATCH] staging: vme_user: remove multiple blank lines, Matt Jan
[PATCH] staging: board: Remove control flow from macro,
Joe Peterson
[PATCH 0/2] staging: r8188eu: use ieee80211 helpers for subtype,
Martin Kaiser
[PATCH 0/2] staging: r8188eu: issue_probereq_p2p,
Martin Kaiser
[PATCH 0/3] staging: greybus: Cleanups in loopback_test,
Jack Schofield
[PATCH 0/5] staging: r8188eu: clean up OnDisassoc,
Martin Kaiser
[PATCH -next] staging: media: Remove surplus dev_err() when using platform_get_irq(),
Yang Li
[PATCH v2 00/21] Add Tegra20 parallel video input capture,
Luca Ceresoli
- [PATCH v2 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example, Luca Ceresoli
- [PATCH v2 01/21] dt-bindings: display: tegra: add Tegra20 VIP, Luca Ceresoli
- [PATCH v2 03/21] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats, Luca Ceresoli
- [PATCH v2 04/21] staging: media: tegra-video: improve documentation of tegra_video_format fields, Luca Ceresoli
- [PATCH v2 05/21] staging: media: tegra-video: document tegra_channel_get_remote_source_subdev, Luca Ceresoli
- [PATCH v2 06/21] staging: media: tegra-video: fix typos in comment, Luca Ceresoli
- [PATCH v2 08/21] staging: media: tegra-video: slightly simplify cleanup on errors, Luca Ceresoli
- [PATCH v2 09/21] staging: media: tegra-video: move private struct declaration to C file, Luca Ceresoli
- [PATCH v2 07/21] staging: media: tegra-video: improve error messages, Luca Ceresoli
- [PATCH v2 10/21] staging: media: tegra-video: remove unneeded include, Luca Ceresoli
- [PATCH v2 11/21] staging: media: tegra-video: Kconfig: allow TPG only on Tegra210, Luca Ceresoli
- [PATCH v2 12/21] staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op, Luca Ceresoli
- [PATCH v2 13/21] staging: media: tegra-video: move default format to soc-specific data, Luca Ceresoli
- [PATCH v2 14/21] staging: media: tegra-video: move MIPI calibration calls from VI to CSI, Luca Ceresoli
- [PATCH v2 15/21] staging: media: tegra-video: add a per-soc enable/disable op, Luca Ceresoli
- [PATCH v2 16/21] staging: media: tegra-video: move syncpt init/free to a per-soc op, Luca Ceresoli
- [PATCH v2 17/21] staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi, Luca Ceresoli
- [PATCH v2 18/21] staging: media: tegra-video: add hooks for planar YUV and H/V flip, Luca Ceresoli
- [PATCH v2 19/21] staging: media: tegra-video: add H/V flip controls, Luca Ceresoli
- [PATCH v2 20/21] staging: media: tegra-video: add support for VIP (parallel video input), Luca Ceresoli
- [PATCH v2 21/21] staging: media: tegra-video: add tegra20 variant, Luca Ceresoli
- Re: [PATCH v2 00/21] Add Tegra20 parallel video input capture, Dmitry Osipenko
[PATCH] staging: emxx_udc: Remove unneeded parentheses,
Jack Schofield
[PATCH 00/10] staging: r8188eu: clean up OnBeacon,
Martin Kaiser
- [PATCH 02/10] staging: r8188eu: read timestamp from ieee80211_mgmt, Martin Kaiser
- [PATCH 01/10] staging: r8188eu: replace one GetAddr3Ptr call, Martin Kaiser
- [PATCH 04/10] staging: r8188eu: pass only ies to process_p2p_ps_ie, Martin Kaiser
- [PATCH 03/10] staging: r8188eu: replace GetAddr2Ptr calls, Martin Kaiser
- [PATCH 05/10] staging: r8188eu: use ie buffer in update_beacon_info, Martin Kaiser
- [PATCH 06/10] staging: r8188eu: simplify update_sta_support_rate params, Martin Kaiser
- [PATCH 07/10] staging: r8188eu: exit if beacon is not from our bss, Martin Kaiser
- [PATCH 08/10] staging: r8188eu: stop beacon processing if kmalloc fails, Martin Kaiser
- [PATCH 09/10] staging: r8188eu: simplify error handling for missing station, Martin Kaiser
- [PATCH 10/10] staging: r8188eu: remove a variable, Martin Kaiser
- Re: [PATCH 00/10] staging: r8188eu: clean up OnBeacon, Philipp Hortmann
[PATCH 0/5] staging: r8188eu: another round of cleanups,
Martin Kaiser
[PATCH 1/2] staging: vme_user: add list_del in the error handling of tsi148_dma_list_add,
Dongliang Mu
[PATCH] staging: emxx_udc: Add checks for dma_alloc_coherent(),
Yuan Can
[PATCH] gdm7240: Add check for NULL for callback in r,
Ekaterina Esina
[PATCH] staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor(),
YueHaibing
[PATCH v2] media: imx: remove code for non-existing config IMX_GPT_ICAP,
Lukas Bulwahn
[PATCH] staging: rtl8192u: Fix use after free in ieee80211_rx(), Dan Carpenter
[PATCH 0/5] staging: rtl8192e: Remove unused variables in rtl_core.h,
Philipp Hortmann
[PATCH] staging: media: atomisp: Remove unused macro PAGE_VALID, Brent Pappas
[GIT PULL] media: atomisp: Changes for 6.2-1, Hans de Goede
[PATCH] media: imx: remove code for non-existing config IMX_GPT_ICAP,
Lukas Bulwahn
Re: Build regressions/improvements in v6.1-rc6,
Geert Uytterhoeven
[bug report] staging: ks7010: add driver from Nanonote extra-repository, Dan Carpenter
[PATCH 00/14] staging: vc04_services: bcm2835-isp support,
Umang Jain
- [PATCH 01/14] staging: vc04_services: Add new vc-sm-cma driver, Umang Jain
- [PATCH 02/14] staging: vchiq_arm: Register vcsm-cma as a platform driver, Umang Jain
- [PATCH 03/14] media: videobuf2: Allow exporting of a struct dmabuf, Umang Jain
- [PATCH 04/14] staging: mmal-vchiq: Add support for event callbacks, Umang Jain
- [PATCH 05/14] staging: mmal-vchiq: Use vc-sm-cma to support zero copy, Umang Jain
- [PATCH 06/14] staging: mmal_vchiq: Add image formats to be used by bcm2835-isp, Umang Jain
- [PATCH 07/14] media: uapi: v4l2-core: Add ISP statistics output V4L2 fourcc type, Umang Jain
- [PATCH 08/14] uapi: bcm2835-isp: Add bcm2835-isp uapi header file, Umang Jain
- [PATCH 09/14] staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component, Umang Jain
- [PATCH 10/14] WIP: vc04_services: bcm2835-isp: Allow formats with different colour spaces, Umang Jain
- [PATCH 11/14] WIP: vc04_services: bcm2835-isp: Permit all sRGB colour spaces on ISP outputs, Umang Jain
- [PATCH 12/14] staging: vc04_services: bcm2835_isp: Allow multiple users, Umang Jain
- [PATCH 13/14] docs: admin-guide: media: bcm2835-isp: Add documentation for bcm2835-isp, Umang Jain
- [PATCH 14/14] staging: vc04_services: vchiq: Load bcm2835_isp driver from vchiq, Umang Jain
- Re: [PATCH 00/14] staging: vc04_services: bcm2835-isp support, Laurent Pinchart
- Re: [PATCH 00/14] staging: vc04_services: bcm2835-isp support, Stefan Wahren
[PATCH resend] media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies,
Geert Uytterhoeven
[PATCH 00/20] media: atomisp: Misc. cleanups / fixes,
Hans de Goede
- [PATCH 03/20] media: atomisp: Remove unused QOS defines / structure member, Hans de Goede
- [PATCH 04/20] media: atomisp: Flush queue on atomisp_css_start() error, Hans de Goede
- [PATCH 01/20] media: atomisp: Silence: 'atomisp_q_one_s3a_buffer: drop one s3a stat which has exp_id xx' log messages, Hans de Goede
- [PATCH 02/20] media: atomisp: Remove accelerator pipe creation code, Hans de Goede
- [PATCH 05/20] media: atomisp: Log an error on failing to alloc private-mem, Hans de Goede
- [PATCH 06/20] media: atomisp: Fix deadlock when the /dev/video# node is closed while still streaming, Hans de Goede
- [PATCH 07/20] media: atomisp: Remove 2 unused accelerator mode related functions, Hans de Goede
- [PATCH 08/20] media: atomisp: Remove atomisp_css_yuvpp_configure_viewfinder() function, Hans de Goede
- [PATCH 11/20] media: atomisp: Remove double atomisp_mrfld_power_down()/_up() calls from atomisp_reset(), Hans de Goede
- [PATCH 10/20] media: atomisp: Drop userptr support from hmm, Hans de Goede
- [PATCH 13/20] media: atomisp: Remove clearing of config from atomisp_css_uninit(), Hans de Goede
- [PATCH 09/20] media: atomisp: Remove unused ia_css_frame_*() functions, Hans de Goede
- [PATCH 12/20] media: atomisp: Remove atomisp_mrfld_power_down()/_up(), Hans de Goede
- [PATCH 15/20] media: atomisp: Remove sw_contex.power_state checks, Hans de Goede
- [PATCH 14/20] media: atomisp: Remove atomisp_css_suspend()/_resume(), Hans de Goede
- [PATCH 16/20] media: atomisp: Remove duplication between runtime-pm and normal-pm code, Hans de Goede
- [PATCH 17/20] media: atomisp: Move calling of css_[un]init() to power_on()/_off(), Hans de Goede
- [PATCH 18/20] media: atomisp: Remove atomisp_ospm_dphy_down() call from probe error path, Hans de Goede
- [PATCH 19/20] media: atomisp: Remove atomisp_ospm_dphy_up()/_down() functions, Hans de Goede
- [PATCH 20/20] media: atomisp_ov2680: Fix 1280x720 -> 1296x736 resolution, Hans de Goede
- Re: [PATCH 00/20] media: atomisp: Misc. cleanups / fixes, Andy Shevchenko
[PATCH] staging: gdm724x: fix potential memleak in register_lte_device(), Zhang Changzhong
[PATCH] staging: pi433: set DCC setting to spec recommended value,
Deepak R Varma
[PATCH] staging: pi433: call set_lan_gain for receiver config,
Deepak R Varma
[PATCH 000/606] i2c: Complete conversion to i2c_probe_new,
Uwe Kleine-König
- [PATCH 568/606] staging: iio: ade7854: Convert to i2c's .probe_new(), Uwe Kleine-König
- [PATCH 566/606] staging: iio: adt7316: Convert to i2c's .probe_new(), Uwe Kleine-König
- [PATCH 567/606] staging: iio: ad5933: Convert to i2c's .probe_new(), Uwe Kleine-König
- [PATCH 570/606] staging: olpc_dcon: Convert to i2c's .probe_new(), Uwe Kleine-König
- [PATCH 569/606] staging: most: i2c: Convert to i2c's .probe_new(), Uwe Kleine-König
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, patchwork-bot+chrome-platform
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, patchwork-bot+chrome-platform
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Wolfram Sang
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Sebastian Reichel
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Lee Jones
- Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Jonathan Cameron
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Mark Brown
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Robert Foss
- Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new, Robert Foss
[PATCH v1 1/1] atomisp: Make bds_factors_list be type of struct u32_fract,
Andy Shevchenko
[GIT PULL] Staging driver fix for 6.1-rc6,
Greg KH
[PATCH v2 0/3] staging: vc04_services: Promote bool usage,
Umang Jain
[PATCH 0/3] vc04_services: Promote bool usage,
Umang Jain
[PATCH 0/2] vc04_services: vchiq-mmal: Drop bool usage,
Umang Jain
Re: [PATCH] staging: wlan-ng: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper,
Greg Kroah-Hartman
[PATCH] staging: vme_user: Fix possible UAF in tsi148_dma_list_add, Gaosheng Cui
[PATCH 1/1] staging: gdm724x: Replace macro GDM_TTY_READY with static inline function,
Brent Pappas
[PATCH] staging: vt6655: change the function name s_vFillCTSHead,
Tanjuate Brunostar
[PATCH v2] staging: vt6655: change the function name s_vGenerateTxParameter,
Tanjuate Brunostar
[PATCH v3] staging: vt6655: change the function name s_vFillRTSHead,
Tanjuate Brunostar
[PATCH] staging: media: omap4iss: remove cacheflush import,
Ian Cowan
[PATCH v2] staging: iio: meter: replace ternary operator by if condition,
Deepak R Varma
[PATCH] staging: media: sunxi: cedrus: make vb2_ops struct definition const,
Ian Cowan
[PATCH 00/10] staging: rtl8192e: Rename variables in rtl819x_HTProc.c,
Philipp Hortmann
- [PATCH 01/10] staging: rtl8192e: Rename bTxDisableRate.., RegMaxLPSAwa.. and bTxUseD.., Philipp Hortmann
- [PATCH 02/10] staging: rtl8192e: Rename Regdot11HTOper.., bSupportM.. and PowerSaveCo.., Philipp Hortmann
- [PATCH 03/10] staging: rtl8192e: Rename Regdot11TxHT.., dot11HTOpera.. and RegHTSuppRa.., Philipp Hortmann
- [PATCH 04/10] staging: rtl8192e: Rename pPSC, Philipp Hortmann
- [PATCH 05/10] staging: rtl8192e: Rename RFInProgres.., bEnableHT and RegChannelPlan, Philipp Hortmann
- [PATCH 06/10] staging: rtl8192e: Rename LinkDetectInfo, Philipp Hortmann
- [PATCH 07/10] staging: rtl8192e: Rename bNetPromisc.., IntelPromiscu.. and bPromiscu.., Philipp Hortmann
- [PATCH 08/10] staging: rtl8192e: Rename bFilterSour.., CCKPresentAt.. and ResetProg.., Philipp Hortmann
- [PATCH 09/10] staging: rtl8192e: Rename InterruptLog, RxCounter and bHwRfOffAction, Philipp Hortmann
- [PATCH 10/10] staging: rtl8192e: Rename pHTInfo, Philipp Hortmann
[PATCH] staging: media: omap4iss: correct cacheflush import,
Ian Cowan
[PATCH] media: staging: media: imx: imx7-media-csi: Remove a useless include,
Christophe JAILLET
[PATCH 0/4] staging: r8188eu: some _FAIL, _SUCCESS removals,
Michael Straube
[PATCH v5 0/2] staging: rtl8192e: trivial code cleanup patches,
Jacob Bai
[PATCH] staging: r8188eu: rename three functions,
Michael Straube
[PATCH v3 0/3] media: cedrus: 10-bit HEVC support,
Jernej Skrabec
[PATCH 00/23] Add Tegra20 parallel video input capture,
luca . ceresoli
- [PATCH 02/23] dt-bindings: display: tegra: vi: add 'vip' property and example, luca . ceresoli
- [PATCH 01/23] dt-bindings: display: tegra: add bindings for Tegra20 VIP, luca . ceresoli
- [PATCH 03/23] ARM: dts: tegra20: add label to nvidia,tegra20-vi node, luca . ceresoli
- [PATCH 04/23] ARM: dts: tegra20-tamonten: add label to avdd_vdac regulator, luca . ceresoli
- [PATCH 05/23] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats, luca . ceresoli
- [PATCH 06/23] staging: media: tegra-video: improve documentation of tegra_video_format fields, luca . ceresoli
- [PATCH 07/23] staging: media: tegra-video: document tegra_channel_get_remote_source_subdev, luca . ceresoli
- [PATCH 08/23] staging: media: tegra-video: fix typos in comment, luca . ceresoli
- [PATCH 09/23] staging: media: tegra-video: improve error messages, luca . ceresoli
- [PATCH 10/23] staging: media: tegra-video: slightly simplify cleanup on errors, luca . ceresoli
- [PATCH 11/23] staging: media: tegra-video: move private struct declaration to C file, luca . ceresoli
- [PATCH 12/23] staging: media: tegra-video: remove unneeded include, luca . ceresoli
- [PATCH 13/23] staging: media: tegra-video: Kconfig: allow TPG only on Tegra210, luca . ceresoli
- [PATCH 14/23] staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op, luca . ceresoli
- [PATCH 15/23] staging: media: tegra-video: move default format to soc-specific data, luca . ceresoli
- [PATCH 16/23] staging: media: tegra-video: move MIPI calibration calls from VI to CSI, luca . ceresoli
- [PATCH 17/23] staging: media: tegra-video: add a per-soc enable/disable op, luca . ceresoli
- [PATCH 18/23] staging: media: tegra-video: move syncpt init/free to a per-soc op, luca . ceresoli
- [PATCH 19/23] staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi, luca . ceresoli
- [PATCH 20/23] staging: media: tegra-video: add hooks for planar YUV and H/V flip, luca . ceresoli
- [PATCH 21/23] staging: media: tegra-video: add H/V flip controls, luca . ceresoli
- [PATCH 22/23] staging: media: tegra-video: add support for VIP (parallel video input), luca . ceresoli
- [PATCH 23/23] staging: media: tegra-video: add tegra20 variant, luca . ceresoli
- Re: [PATCH 00/23] Add Tegra20 parallel video input capture, Hans Verkuil
[PATCH v3] staging: fieldbus: use sysfs_emit() in show functions, Deepak R Varma
[PATCH v2] staging: fieldbus: replace snprintf in show functions with sysfs_emit,
Deepak R Varma
[PATCH v3 7/7] staging: ks7010: Avoid clashing function prototypes,
Gustavo A. R. Silva
[PATCH v5 0/1] staging: rtl8192u: unused code cleanup,
Deepak R Varma
[PATCH v4 1/1] staging: rtl8192u: remove redundant macro definitions], Deepak R Varma
[PATCH v4 0/1] staging: rtl8192u: unused code cleanup, Deepak R Varma
staging/wlan-ng query: convert to flexible array member,
Deepak R Varma
[PATCH v2 0/3] staging: r8188eu: another round of cleanups,
Martin Kaiser
[PATCH] staging: media: meson: vdec: use min() for comparison and assignment,
Deepak R Varma
[PATCH v12 0/6] media: atmel: atmel-isc: driver redesign,
Eugen Hristev
[PATCH v2] staging: most: video: use min_t() for comparison and assignment,
Deepak R Varma
[PATCH] staging: iio: meter: use min() for comparison and assignment,
Deepak R Varma
[PATCH] staging: most: video: use min_t() for comparison and assignment, Deepak R Varma
[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers, Steven Rostedt
[PATCH v2 0/2] staging: r8188eu: casting simplified,
Deepak R Varma
[PATCH 0/3] staging: r8188eu: another round of cleanups,
Martin Kaiser
[PATCH] staging: r8188eu: clean up error handling in rtw_start_drv_threads(),
Michael Straube
[PATCH] staging: rtl8192e: Rename variables TM_Trigger and TxPowerCheckCnt to avoid CamelCase,
Yogesh Hegde
[PATCH 0/9] staging: r8188eu: another round of cleanups,
Martin Kaiser
- [PATCH 6/9] staging: r8188eu: clean up rtw_hal_init, Martin Kaiser
- [PATCH 7/9] staging: r8188eu: remove get_fwstate, Martin Kaiser
- [PATCH 8/9] staging: r8188eu: merge two rtw_free_network_nolock functions, Martin Kaiser
- [PATCH 1/9] staging: r8188eu: don't store addba request, Martin Kaiser
- [PATCH 9/9] staging: r8188eu: remove checks in dump_mgntframe, Martin Kaiser
- [PATCH 3/9] staging: r8188eu: reorder assignments, clarify the header format, Martin Kaiser
- [PATCH 2/9] staging: r8188eu: remove some obsolete comments, Martin Kaiser
- [PATCH 4/9] staging: r8188eu: reformat a function header, Martin Kaiser
- [PATCH 5/9] staging: r8188eu: remove state checks in rtw_led_control, Martin Kaiser
- Re: [PATCH 0/9] staging: r8188eu: another round of cleanups, Philipp Hortmann
patches for staging:media drivers,
Deepak R Varma
[PATCH] staging: emxx_udc: use min helper macro for variable comparison, Deepak R Varma
[PATCH v4 0/3] staging: rtl8192e: trivial code cleanup patches,
Jacob Bai
[PATCH] staging: r8188eu: simplify complex pointer casting,
Deepak R Varma
[PATCH v2 0/3] staging: rtl8192e: trivial code cleanup patches,
Jacob Bai
[PATCH v2] staging: rtl8723bs: replace underutilized struct by array variable, Deepak R Varma
[PATCH 0/3] staging: rtl8192e: trivial code cleanup patches,
Jacob Bai
[PATCH] staging: r8188eu: convert three functions to bool,
Michael Straube
[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH 0/2] staging: rtl8723bs: struct iqk_matrix_regs_setting cleanup,
Deepak R Varma
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH v2] staging: rtl8192e: Fix divide fault when calculating beacon age,
Larry Finger
[PATCH v2] staging: r8188eu: change return type of rtw_set_802_11_disassociate to void,
Phillip Potter
[PATCH] staging: rtl8192e: Fix divide fault when calculating beacon age,
Larry Finger
[PATCH v2] staging: vt6655: change the function name s_vFillRTSHead,
Tanjuate Brunostar
staging: rtl8192e: build warning on HZ,
Randy Dunlap
[PATCH v8 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver,
Paul Kocialkowski
[PATCH][next] staging: rtl8192e: rtl819x_HTProc: make arrays const and one static,
Colin Ian King
[PATCH] staging: r8188eu: replace one element 2D array by 1D array,
Deepak R Varma
[PATCH] staging: vt6655: change the function name s_vGenerateTxParameter,
Tanjuate Brunostar
[PATCH] staging: vt6655: change the function name s_vFillRTSHead,
Tanjuate Brunostar
[Index of Archives]
[Linux Driver Development]
[Linux Driver Backports]
[Linux USB Devel]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux SCSI]
[Yosemite Forum]