driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 09:33:19 to 2020-05-27 12:14:06 UTC [more...]

[RFC 00/50] staging: vchiq: Getting rid of the vchi/vchiq split
 2020-05-27 12:08 UTC  (52+ messages)
` [RFC 01/50] staging: vchi: Get rid of vchi_service_destroy()
` [RFC 02/50] staging: vchi: Get rid of vchi_queue_user_message()
` [RFC 03/50] staging: vchiq: Move copy callback handling into vchiq
` [RFC 04/50] staging: vchi: Merge vchi_msg_queue() into vchi_queue_kernel_message()
` [RFC 05/50] staging: vchi: Get rid of vchi_service_set_option()
` [RFC 06/50] staging: vchi: Get rid of vchiq_status_to_vchi()
` [RFC 07/50] staging: vchi: Get rid of not implemented function declarations
` [RFC 08/50] staging: vchi: Get rid of C++ guards
` [RFC 09/50] staging: vchiq: move vchiq_release_message() into vchiq
` [RFC 10/50] staging: vchiq: Get rid of VCHIQ_SERVICE_OPENEND callback reason
` [RFC 11/50] staging: vchi: Get rid of all useless callback reasons
` [RFC 12/50] staging: vchi: Get rid of vchi_msg_peek()
` [RFC 13/50] staging: vchi: Get rid of struct vchi_instance_handle
` [RFC 14/50] staging: vchi: Unify struct shim_service and struct vchi_service_handle
` [RFC 15/50] staging: vc04_services: bcm2835-audio: Use vchi_msg_hold()
` [RFC 16/50] staging: vchi: Get rid of vchi_msg_dequeue()
` [RFC 17/50] staging: vchi_common: Get rid of all unused definitions
` [RFC 18/50] staging: vc04_services: vc-sm-cma: Get rid of the multiple connections option
` [RFC 19/50] staging: vchi: Get rid of unnecessary defines
` [RFC 20/50] staging: vc04_services: Get rid of vchi_cfg.h
` [RFC 21/50] staging: vchi: Get rid of flags argument in vchi_msg_hold()
` [RFC 22/50] staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flags
` [RFC 23/50] staging: vchi: Use vchiq's enum vchiq_reason
` [RFC 24/50] staging: vchi: Get rid of effect less expression
` [RFC 25/50] staging: vchiq: Introduce vchiq_validate_params()
` [RFC 26/50] staging: vchiq: Move message queue into struct vchiq_service
` [RFC 27/50] staging: vchiq: Get rid of vchiq_util.h
` [RFC 28/50] staging: vchi: Expose struct vchi_service
` [RFC 29/50] staging: vchiq: Export vchiq_get_service_userdata()
` [RFC 30/50] staging: vchiq: Export vchiq_msg_queue_push
` [RFC 31/50] staging: vchi: Get rid of vchiq_shim's message callback
` [RFC 32/50] staging: vchiq: Don't use a typedef for vchiq_callback
` [RFC 33/50] staging: vchi: Use struct vchiq_service_params
` [RFC 34/50] staging: vchi: Get rid of struct vchi_service
` [RFC 35/50] staging: vchiq: Pass vchiq's message when holding a message
` [RFC 36/50] staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
` [RFC 37/50] staging: vchiq: Unify fourcc definition mechanisms
` [RFC 38/50] staging: vchi: Get rid of struct vchiq_instance forward declaration
` [RFC 39/50] staging: vchi: Don't include vchiq_core.h
` [RFC 40/50] staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
` [RFC 41/50] staging: vchiq: Make vchiq_add_service() local
` [RFC 42/50] staging: vchiq: Move definitions only used by core into core header
` [RFC 43/50] staging: vchi: Get rid of vchi_bulk_queue_receive()
` [RFC 44/50] staging: vchi: Get rid of vchi_bulk_queue_transmit()
` [RFC 45/50] staging: vchi: Move vchi_queue_kernel_message() into vchiq
` [RFC 46/50] staging: vchiq: Get rid of vchi
` [RFC 47/50] staging: vchiq: Move conditional barrier definition into vchiq_core.h
` [RFC 48/50] staging: vchiq: Use vchiq.h as the main header file for services
` [RFC 49/50] staging: vchiq: Move defines into core header
` [RFC 50/50] staging: vchiq: Move vchiq.h into include directory

[PATCH 00/11] Some fixes and cleanups for atomisp driver
 2020-05-27  9:35 UTC  (17+ messages)
` [PATCH 01/11] media: atomisp: get rid of hmm_vm.c
` [PATCH 02/11] media: atomisp: reduce debug printk rate when IRQs are received
` [PATCH 03/11] media: atomisp: avoid a copy of v4l2_mbus_framefmt at stack
` [PATCH 04/11] media: atomisp: improve debug messages for set format
` [PATCH 05/11] media: atomisp: don't flood dmesg with -EAGAIN return codes
` [PATCH 06/11] media: atomisp: update TODO list
` [PATCH 07/11] media: atomisp: get rid of some old broken debug code
` [PATCH 08/11] media: atomisp: make it use dbg_level to control debug level
` [PATCH 09/11] media: atomisp: partially get rid of one abstraction layer
` [PATCH 10/11] media: atomisp: drop a cast for a const argument
` [PATCH 11/11] media: atomisp: fix size of delay_frames array

[staging:staging-testing 319/378] drivers/staging/vt6656/rxtx.c:42:18: warning: unused variable 'vnt_frame_time'
 2020-05-27  9:35 UTC  (3+ messages)
` [PATCH] staging: vt6656: Fix warning: unused variable vnt_frame_time
` [PATCH v2] "

[PATCH 00/10] staging: most: usb: fix code review findings
 2020-05-27  9:06 UTC  (11+ messages)
` [PATCH 01/10] staging: most: usb: change order of function parameters
` [PATCH 02/10] staging: most: usb: don't use expressions that might fail in a declaration
` [PATCH 03/10] staging: most: usb: change return value of function drci_rd_reg
` [PATCH 04/10] staging: most: usb: return 0 instead of variable
` [PATCH 05/10] staging: most: usb: move allocation of URB out of critical section
` [PATCH 06/10] staging: most: usb: don't use error path to exit function on success
` [PATCH 07/10] staging: most: usb: replace code to calculate array index
` [PATCH 08/10] staging: most: usb: use correct error codes
` [PATCH 09/10] staging: most: usb: add missing put_device calls
` [PATCH 10/10] staging: most: usb: use function sysfs_streq

[PATCH 2/2] staging: vt6656: Move vnt_tx_usb_header to vnt_tx_context
 2020-05-27  8:54 UTC 

WARNING in binder_transaction_buffer_release (2)
 2020-05-27  8:54 UTC 

[PATCH 1/2] staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff
 2020-05-27  8:49 UTC 

[PATCH 0/7] media: atomisp: Address several clang warnings
 2020-05-27  8:45 UTC  (9+ messages)
` [PATCH 1/7] media: atomisp: Clean up if block in sh_css_sp_init_stage
` [PATCH 2/7] media: atomisp: Remove second increment of count in atomisp_subdev_probe
` [PATCH 3/7] media: atomisp: Add stub for atomisp_mrfld_power
` [PATCH 4/7] media: atomisp: Remove unnecessary NULL checks in ia_css_pipe_load_extension
` [PATCH 5/7] media: atomisp: Remove unnecessary NULL check in atomisp_param
` [PATCH 6/7] media: atomisp: Avoid overflow in compute_blending
` [PATCH 7/7] media: atomisp: Remove binary_supports_input_format

[PATCH 00/10] staging: wfx: introduce nl80211 vendor extensions
 2020-05-27  8:22 UTC  (12+ messages)
` [PATCH 01/10] staging: wfx: drop unused variable
` [PATCH 02/10] staging: wfx: do not declare variables inside loops
` [PATCH 03/10] staging: wfx: drop unused function wfx_pending_requeue()
` [PATCH 04/10] staging: wfx: add support for tx_power_loop
` [PATCH 05/10] staging: wfx: retrieve the PS status from the vif
` [PATCH 06/10] staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()
` [PATCH 07/10] staging: wfx: add support for set/get ps_timeout
` [PATCH 08/10] staging: wfx: allow to burn prevent rollback bit
` [PATCH 09/10] staging: wfx: allow to set PTA settings
` [PATCH 10/10] staging: wfx: allow to run nl80211 vendor commands with 'iw'

[PATCH] staging: rtl8723bs: Use shared header constants
 2020-05-27  8:15 UTC  (2+ messages)

[PATCH] staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK
 2020-05-27  8:14 UTC  (2+ messages)

[driver-core:driver-core-next] BUILD SUCCESS 0e5596c54aa2fbfd22842096d3ebb6753b2a220a
 2020-05-27  2:46 UTC 

[PATCH] Removing ununsed variable int lo, hi, int data and int i from comedi/drivers/dt2814.c
 2020-05-26 20:24 UTC  (13+ messages)
      ` [PATCH v2] Staging: comedi: dt2814: remove unused assignments
          ` [PATCH v3] "

[driver-core:swnode_unregister] BUILD SUCCESS 144ac3cd7f1ca04abfeb4527a7ae66c33b2ed12a
 2020-05-26 20:21 UTC 

RTL8723BS driver doesn't work for,me but I can help testing
 2020-05-26 20:13 UTC  (11+ messages)

[PATCH v11 0/2] Add initial support for slimport anx7625
 2020-05-26 18:04 UTC  (3+ messages)
` [PATCH v11 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema

[PATCH] staging: wlan-ng: Fix number of characters warning style
 2020-05-26 15:27 UTC  (3+ messages)

[PATCH] media: ipu3: add a module to probe sensors via ACPI
 2020-05-26 14:31 UTC  (9+ messages)

[staging:staging-next] BUILD SUCCESS c2312ff575fcaed96889d5bb5392afcc604c9442
 2020-05-26 13:52 UTC 

[PATCH] staging: vt6656: Fix vnt_tx_usb_header static checker warning
 2020-05-26 13:50 UTC  (2+ messages)

[PATCH] staging: greybus: loopback: fix a spelling error
 2020-05-26 11:47 UTC  (2+ messages)
` [greybus-dev] "

[PATCH] media: atomisp: get rid of a warning message
 2020-05-26 10:13 UTC  (3+ messages)

[PATCH][next] media: atomisp: fix a handful of spelling mistakes
 2020-05-26  8:41 UTC  (2+ messages)

[PATCH] staging: vchiq_arm: cast with __force as needed
 2020-05-25 19:50 UTC  (3+ messages)

[PATCH] staging: fbtft: fb_st7789v: make HSD20_IPS numeric and not a string
 2020-05-25 10:53 UTC  (2+ messages)

[PATCH 1/5] iio: core: pass parent device as parameter during allocation
 2020-05-24 14:12 UTC  (8+ messages)
` [PATCH 2/5] iio: remove explicit IIO device parent assignment
` [PATCH 3/5] iio: remove left-over comments about "
` [PATCH 4/5] iio: light: lm3533-als: remove explicit "
` [PATCH 5/5] iio: remove left-over parent assignments

[PATCH v2 1/2] staging: rtl8188eu: clean up some declarations
 2020-05-24 11:17 UTC  (3+ messages)
` [PATCH v2 2/2] staging: rtl8188eu: make some arrays static const

[PATCH] staging: rtl8188eu: clean up some declarations
 2020-05-24  8:51 UTC  (2+ messages)

[PATCH] staging/rtl8192e: Remove function callback casts
 2020-05-24  9:15 UTC 

[staging:staging-next] BUILD SUCCESS bf04362fc3e41d0887090ce174a8373653811a7c
 2020-05-24  0:35 UTC 

[GIT PULL] Staging/IIO driver fixes for 5.7-rc7
 2020-05-23 18:30 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Using comparison to true is error prone
 2020-05-23 17:28 UTC 

[bug report] staging: vt6656: vnt_beacon_xmit use extra_tx_headroom
 2020-05-23 10:10 UTC 

[PATCH] taging: speakup: remove volatile
 2020-05-22 17:50 UTC  (9+ messages)

[PATCH] media: staging: tegra-vde: fix runtime pm imbalance on error
 2020-05-22 14:43 UTC  (11+ messages)
    `  "

CURSOS BONIFICABLES DESDE CASA (Empleados activos y en ERTE)
 2020-05-22 23:15 UTC 

[driver-core:driver-core-testing] BUILD SUCCESS 2cd38fd15e4ebcfe917a443734820269f8b5ba2b
 2020-05-22 11:07 UTC 

[driver-core:driver-core-linus] BUILD SUCCESS 4ef12f7198023c09ad6d25b652bd8748c965c7fa
 2020-05-22 11:07 UTC 

MY DONATION FOR THE LESS PRIVILEGED IN THIS TIME OF PANDEMIC
 2020-05-21 13:42 UTC 

[PATCH] [v2] media: staging: tegra-vde: fix runtime pm imbalance on error
 2020-05-21 12:21 UTC  (5+ messages)
  `  "
      `  "

[PATCH 10/10] staging: vt6656: move key frag controls to vnt_fill_txkey
 2020-05-21  9:57 UTC 

[PATCH 09/10] staging: vt6656: Move calling point of vnt_fill_txkey
 2020-05-21  9:54 UTC 

[PATCH 08/10] staging: vt6656: Move tx_key inside vnt_fill_txkey
 2020-05-21  9:49 UTC 

[PATCH 07/10] staging: vt6656: move tx_body_size/payload_len to skb->len
 2020-05-21  9:47 UTC 

[PATCH 06/10] staging: vt6656: Move key_buffer inside vnt_fill_txkey
 2020-05-21  9:43 UTC 

[PATCH 05/10] staging: vt6656: rxtx use ieee80211_tx_info for rts/cts control
 2020-05-21  9:42 UTC 

[PATCH 04/10] staging: vt6656: use ieee80211_tx_info to replace need_mic
 2020-05-21  9:40 UTC 

[PATCH 03/10] staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkey
 2020-05-21  9:38 UTC 

[PATCH 02/10] staging: vt6656: rxtx remove unused need_ack
 2020-05-21  9:33 UTC 


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).