driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-19 18:05:57 to 2020-06-27 07:03:31 UTC [more...]

[PATCH 0/4] Detect and remove trace_printk
 2020-06-27  7:03 UTC 

[PATCH] qlge.h: Adding the missing blank line after declarations
 2020-06-27  6:07 UTC 

[PATCH 1/4] staging: rtl8188eu: Fix comment formatting
 2020-06-27  5:21 UTC  (5+ messages)
` [PATCH 2/4] staging: rtl8188eu: Fix strings split across lines
  ` [PATCH 3/4] staging: rtl8188eu: Fix indentation
    ` [PATCH 4/4] staging: rtl8188eu: Replace function name with __func__

[PATCH] fbtft-bus.c: Removing that prohibited space before ')'
 2020-06-27  5:12 UTC  (3+ messages)

[PATCH] fbtft-bus.c:
 2020-06-27  5:12 UTC  (2+ messages)

[PATCH] staging: media: usbvision: removing prohibited space before ',' (ctx:WxW)
 2020-06-27  5:07 UTC  (5+ messages)

[PATCH 0/2] staging: qlge: coding style fix for the qlge driver
 2020-06-27  0:06 UTC  (9+ messages)
` [PATCH 1/2] staging: qlge: fix trailing */ in block comment
` [PATCH 2/2] staging: qlge: fix else after return or break

[PATCH 0/7] Some atomisp fixes and improvements
 2020-06-26 15:56 UTC  (11+ messages)
` [PATCH 1/7] media: atomisp: reorganize the code under gmin_subdev_add()
` [PATCH 2/7] media: atomisp: Prepare sensor support for ACPI PM
` [PATCH 3/7] media: atomisp: properly parse CLK PMIC on newer devices
` [PATCH 4/7] media: atomisp: fix call to g_frame_interval
` [PATCH 5/7] media: atomisp: print info if gpio0 and gpio2 were detected
` [PATCH 6/7] media: atomisp: split add from find subdev
` [PATCH 7/7] media: atomisp: place all gpio parsing together

[PATCH v7 00/17] wilc1000: move out of staging
 2020-06-26 13:46 UTC  (27+ messages)
` [PATCH v7 01/17] wilc1000: add hif.h
` [PATCH v7 02/17] wilc1000: add hif.c
` [PATCH v7 03/17] wilc1000: add wlan_if.h
` [PATCH v7 04/17] wilc1000: add wlan_cfg.h
` [PATCH v7 05/17] wilc1000: add wlan_cfg.c
` [PATCH v7 06/17] wilc1000: add cfg80211.c
` [PATCH v7 07/17] wilc1000: add cfg80211.h
` [PATCH v7 08/17] wilc1000: add netdev.h
` [PATCH v7 09/17] wilc1000: add netdev.c
` [PATCH v7 10/17] wilc1000: add mon.c
` [PATCH v7 12/17] wilc1000: add wlan.h
` [PATCH v7 11/17] wilc1000: add spi.c
` [PATCH v7 13/17] wilc1000: add wlan.c
` [PATCH v7 15/17] wilc1000: add fw.h
` [PATCH v7 14/17] wilc1000: add sdio.c
` [PATCH v7 17/17] wilc1000: add Makefile and Kconfig files for wilc1000 compilation
` [PATCH v7 16/17] dt: bindings: net: add microchip,wilc1000.yaml

[PATCH v2 0/4] Tegra Video Decoder driver power management corrections
 2020-06-26 13:42 UTC  (14+ messages)
` [PATCH v2 1/4] media: staging: tegra-vde: Balance runtime PM use-count on resume failure
` [PATCH v2 2/4] media: staging: tegra-vde: Runtime PM is always available on Tegra
` [PATCH v2 3/4] media: staging: tegra-vde: Turn ON power domain on shutdown
` [PATCH v2 4/4] media: staging: tegra-vde: Power-cycle hardware on probe

[PATCH 1/1] staging: media: soc_camera: Adding parentheses to macro defination at line 241, Clearing alignment issues at lines 410 and 1270, fixing return values at EPOLLERR
 2020-06-26  7:04 UTC  (3+ messages)

[PATCH] wilc1000: move wilc driver out of staging
 2020-06-26  6:46 UTC  (4+ messages)

[PATCH] fixing ERROR: Macros with complex values must be enclosed within parentheses
 2020-06-26  4:29 UTC  (3+ messages)

[staging:staging-testing] BUILD SUCCESS 92cd1b5d65f5c67147c7da39a3c2ad7e6ff81027
 2020-06-26  3:37 UTC 

[PATCH 0/2] Coding style fix for the qlge driver
 2020-06-25 22:00 UTC  (7+ messages)
` [PATCH 1/2] fix trailing */ in block comment
` [PATCH 2/2] fix else after return or break

[PATCH 00/50] staging: vchiq: Getting rid of the vchi/vchiq split
 2020-06-25 14:34 UTC  (58+ messages)
` [PATCH 01/50] staging: bcm2835: Break MMAL support out from camera
` [PATCH 02/50] staging: mmal-vchiq: Allocate and free components as required
` [PATCH 03/50] staging: mmal-vchiq: Avoid use of bool in structures
` [PATCH 04/50] staging: mmal-vchiq: Make timeout a defined parameter
` [PATCH 05/50] staging: mmal-vchiq: Make a mmal_buf struct for passing parameters
` [PATCH 06/50] staging: mmal-vchiq: Fixup vchiq-mmal include ordering
` [PATCH 07/50] staging: mmal-vchiq: Fix client_component for 64 bit kernel
` [PATCH 08/50] staging: mmal-vchiq: Always return the param size from param_get
` [PATCH 09/50] staging: mmal-vchiq: If the VPU returns an error, don't negate it
` [PATCH 10/50] staging: mmal-vchiq: Fix formatting errors in mmal_parameters.h
` [PATCH 11/50] staging: vchiq_arm: Add a matching unregister call
` [PATCH 12/50] staging: vchi: Get rid of all useless callback reasons
` [PATCH 13/50] staging: vchi: Get rid of vchi_msg_peek()
` [PATCH 14/50] staging: vchi: Get rid of struct vchi_instance_handle
` [PATCH 15/50] staging: vchi: Unify struct shim_service and struct vchi_service_handle
` [PATCH 16/50] staging: vc04_services: bcm2835-audio: Use vchi_msg_hold()
` [PATCH 17/50] staging: vchi: Get rid of vchi_msg_dequeue()
` [PATCH 18/50] staging: vchi_common: Get rid of all unused definitions
` [PATCH 19/50] staging: vchi: Get rid of unnecessary defines
` [PATCH 20/50] staging: vc04_services: Get rid of vchi_cfg.h
` [PATCH 21/50] staging: vchi: Get rid of flags argument in vchi_msg_hold()
` [PATCH 22/50] staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flags
` [PATCH 23/50] staging: vchi: Use vchiq's enum vchiq_reason
` [PATCH 24/50] staging: vchi: Get rid of effect less expression
` [PATCH 25/50] staging: vchiq: Introduce vchiq_validate_params()
` [PATCH 26/50] staging: vchiq: Move message queue into struct vchiq_service
` [PATCH 27/50] staging: vchiq: Get rid of vchiq_util.h
` [PATCH 28/50] staging: vchi: Expose struct vchi_service
` [PATCH 29/50] staging: vchiq: Export vchiq_get_service_userdata()
` [PATCH 30/50] staging: vchiq: Export vchiq_msg_queue_push
` [PATCH 31/50] staging: vchi: Get rid of vchiq_shim's message callback
` [PATCH 32/50] staging: vchiq: Don't use a typedef for vchiq_callback
` [PATCH 33/50] staging: vchi: Use struct vchiq_service_params
` [PATCH 34/50] staging: vchi: Get rid of struct vchi_service
` [PATCH 35/50] staging: vchiq: Pass vchiq's message when holding a message
` [PATCH 36/50] staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
` [PATCH 37/50] staging: vchiq: Unify fourcc definition mechanisms
` [PATCH 38/50] staging: vchi: Get rid of struct vchiq_instance forward declaration
` [PATCH 39/50] staging: vchi: Don't include vchiq_core.h
` [PATCH 40/50] staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
` [PATCH 41/50] staging: vchiq: Make vchiq_add_service() local
` [PATCH 42/50] staging: vchiq: Move definitions only used by core into core header
` [PATCH 43/50] staging: vchi: Get rid of vchi_bulk_queue_receive()
` [PATCH 44/50] staging: vchi: Get rid of vchi_bulk_queue_transmit()
` [PATCH 45/50] staging: vchi: Move vchi_queue_kernel_message() into vchiq
` [PATCH 46/50] staging: vchiq: Get rid of vchi
` [PATCH 47/50] staging: vchiq: Move conditional barrier definition into vchiq_core.h
` [PATCH 48/50] staging: vchiq: Use vchiq.h as the main header file for services
` [PATCH 49/50] staging: vchiq: Move defines into core header
` [PATCH 50/50] staging: vchiq: Move vchiq.h into include directory

[PATCH] staging: vc04_services: vchiq_arm: replace bitshift with BIT macro
 2020-06-25 14:27 UTC  (8+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
    ` [PATCH v2] trivial: staging: vc04_services: "
` [PATCH v2 2/2] staging: vc04_services: vchiq_arm: Remove unnecessary parens

[PATCH] staging: nvec: changed coding style, line should not end with a (
 2020-06-25 14:26 UTC  (2+ messages)

[PATCH] staging: gasket: Convert symbolic permission to octal
 2020-06-25 13:36 UTC  (2+ messages)

[PATCH] Staging: rtl8188eu: Fix alignment coding style issue
 2020-06-24 15:47 UTC 

[PATCH] staging: media: soc_camera: Enclose macro with parentheses
 2020-06-24 11:46 UTC  (2+ messages)

[PATCH 0/5] staging: most: sound: clean up
 2020-06-23 15:07 UTC  (6+ messages)
` [PATCH 1/5] staging: most: sound: remove noisy log messages
` [PATCH 2/5] staging: most: sound: fix error path
` [PATCH 3/5] staging: most: sound: fix return values
` [PATCH 4/5] staging: most: sound: fix white spaces
` [PATCH 5/5] staging: most: sound: remove overcautious argument checking

[PATCH] staging: rts5208: fix memleaks on error handling paths in probe
 2020-06-23 14:12 UTC 

[PATCH] binder: fix null deref of proc->context
 2020-06-23 13:54 UTC  (9+ messages)

[PATCH] staging: kpc2000: kpc_dma: set error code in probe
 2020-06-23  8:29 UTC 

[bug report] staging: vchiq_arm: use list_for_each_entry when accessing bulk_waiter_list
 2020-06-22 17:27 UTC  (3+ messages)

[PATCH v13 0/2] Add initial support for slimport anx7625
 2020-06-22 10:32 UTC  (4+ messages)
` [PATCH v13 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

[PATCH 0/6] staging: most: cdev: clean-up and improvements
 2020-06-22  8:48 UTC  (7+ messages)
` [PATCH 1/6] staging: most: cdev: remove noisy log messages
` [PATCH 2/6] staging: most: cdev: use dev_*() functions to print messages
` [PATCH 3/6] staging: most: cdev: remove overcautious parameter checking
` [PATCH 4/6] staging: most: cdev: fix up parenthesizing
` [PATCH 5/6] staging: most: cdev: fix return values
` [PATCH 6/6] staging: most: cdev: simplify list iteration

[PATCH v2] staging: gasket: replace symbolic permissions
 2020-06-22  7:36 UTC 

[PATCH] staging: gasket: replace symbolic permissions
 2020-06-22  7:13 UTC  (5+ messages)

[PATCH v7 31/36] staging: tegra-vde: fix common struct sg_table related issues
 2020-06-21  4:00 UTC  (3+ messages)

[PATCH v3 6/6] staging: greybus: audio: Enable GB codec, audio module compilation
 2020-06-19 18:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).