public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-05-08 06:27:00 to 2023-05-18 16:57:14 UTC [more...]

[PATCH 0/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper + gc0310 sensor driver
 2023-05-18 16:57 UTC  (14+ messages)
` [PATCH 1/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper function
` [PATCH 2/9] media: atomisp: Switch to v4l2_acpi_parse_sensor_gpios()
` [PATCH 3/9] media: atomisp: gc0310: Turn into standard v4l2 sensor driver
` [PATCH 4/9] media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-id
` [PATCH 5/9] media: atomisp: gc0310: Fix double free in gc0310_remove()
` [PATCH 6/9] media: atomisp: gc0310: Cleanup includes
` [PATCH 7/9] media: atomisp: gc0310: Remove gc0310_s_config() function
` [PATCH 8/9] media: atomisp: gc0310: Remove gc0310.h
` [PATCH 9/9] media: Move gc0310 sensor drivers to drivers/media/i2c/

[PATCH 0/9] media: atomisp: Add support for v4l2-async sensor registration
 2023-05-18 16:36 UTC  (13+ messages)
` [PATCH 1/9] media: atomisp: Drop MRFLD_PORT_NUM define
` [PATCH 2/9] media: atomisp: Remove unused fields from struct atomisp_input_subdev
` [PATCH 3/9] media: atomisp: Remove atomisp_video_init() parametrization
` [PATCH 4/9] media: atomisp: Rename __get_mipi_port() to atomisp_port_to_mipi_port()
` [PATCH 5/9] media: atomisp: Store number of sensor lanes per port in struct atomisp_device
` [PATCH 6/9] media: atomisp: Delay mapping sensors to inputs till atomisp_register_device_nodes()
` [PATCH 7/9] media: atomisp: Move pad linking to atomisp_register_device_nodes()
` [PATCH 8/9] media: atomisp: Allow camera_mipi_info to be NULL
` [PATCH 9/9] media: atomisp: Add support for v4l2-async sensor registration

[PATCH] staging: rtl8192e: add missing spaces around operators
 2023-05-18 16:32 UTC 

[PATCH] axis-fifo: use devm_kasprintf for device name
 2023-05-18 14:51 UTC  (9+ messages)
  ` (no subject)
    ` [PATCH v2 1/2] axis-fifo: use devm_kasprintf() for allocating formatted strings
          ` [PATCH v3 "
            ` [PATCH v3 2/2] axis-fifo: cleanup space issues with fops struct
    ` [PATCH v2 "

[PATCH 00/30] media: atomisp: Register only 1 /dev/video# node + cleanups
 2023-05-17 20:02 UTC  (39+ messages)
` [PATCH 01/30] media: atomisp: Remove res_overflow parameter from atomisp_try_fmt()
` [PATCH 02/30] media: atomisp: Remove Continuous capture and SDV run-modes
` [PATCH 03/30] media: atomisp: Remove isp->need_gfx_throttle field
` [PATCH 04/30] media: atomisp: Drop atomisp_get_css_buf_type()
` [PATCH 05/30] media: atomisp: Replace source-pad checks with run-mode checks
` [PATCH 06/30] media: atomisp: Register only 1 /dev/video# node
` [PATCH 07/30] media: atomisp: Drop atomisp_is_vf_pipe()
` [PATCH 08/30] media: atomisp: Rename video_out_preview to video_out
` [PATCH 09/30] media: atomisp: Remove source_pad parameter from functions and structs
` [PATCH 10/30] media: atomisp: Remove 1 line atomisp_flush_bufs_and_wakeup() helper
` [PATCH 11/30] media: atomisp: Remove atomisp_subdev_register_video_nodes() helper
` [PATCH 12/30] media: atomisp: Remove a bunch of unused atomisp_css_*() functions
` [PATCH 13/30] media: atomisp: Remove unused mipi_frame_size field from atomisp_[sub_]device
` [PATCH 14/30] media: atomisp: Remove isp_timeout flag
` [PATCH 15/30] media: atomisp: Remove atomisp_sensor_start_stream()
` [PATCH 16/30] media: atomisp: Simplify atomisp_[start|stop]_streaming()
` [PATCH 17/30] media: atomisp: Simplify atomisp_css_[start|stop]()
` [PATCH 18/30] media: atomisp: Simplify atomisp_open() and atomisp_release()
` [PATCH 19/30] media: atomisp: Simplify atomisp_pipe_check()
` [PATCH 20/30] media: atomisp: Turn asd->streaming state tracker into a bool
` [PATCH 21/30] media: atomisp: Remove no longer used atomisp_css_flush()
` [PATCH 22/30] media: atomisp: Remove atomisp_streaming_count()
` [PATCH 23/30] media: atomisp: Simplify atomisp_isr() and recovery_work()
` [PATCH 24/30] media: atomisp: Rename atomisp_destroy_pipes_stream_force() to atomisp_destroy_pipes_stream()
` [PATCH 25/30] media: atomisp: Allow system suspend to continue with open /dev/video# nodes
` [PATCH 26/30] media: atomisp: Remove atomisp_[sub]dev_users()
` [PATCH 27/30] media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|stop]()
` [PATCH 28/30] media: atomisp: Remove unused atomisp_get_css_pipe_id() function
` [PATCH 29/30] media: atomisp: Remove in_reset argument from atomisp_css_start()
` [PATCH 30/30] media: atomisp: Set asd.subdev.devnode once from isp_subdev_init_entities()

[PATCH v3 0/4] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) - miscellaneous
 2023-05-17  9:04 UTC  (5+ messages)
` [PATCH v3 1/4] agp/amd64: Remove GPL distribution notice
` [PATCH v3 2/4] mISDN: Replace GPL notice boilerplate with SPDX identifier
` [PATCH v3 3/4] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate
` [PATCH v3 4/4] include: synclink: Replace GPL license notice with SPDX identifier

[PATCH] staging: vchiq_arm: mark vchiq_platform_init() static
 2023-05-17  4:13 UTC  (3+ messages)

[PATCH] staging: rtl8192e: Unlock wx_mutex not in rtllib_wx_set_scan
 2023-05-16 19:22 UTC 

[PATCH 5.10] staging: gasket: interrupt: Clean interrupt_data after free
 2023-05-16 11:02 UTC  (5+ messages)

[PATCH v4 32/41] staging: add HAS_IOPORT dependencies
 2023-05-16 11:00 UTC 

[PATCH] staging: rtl8723bs: add whitespace before operator
 2023-05-16 10:47 UTC  (4+ messages)

[PATCH v2] media: imx: Unstage the imx8mq-mipi-csi2 driver
 2023-05-16  7:42 UTC  (3+ messages)

[PATCH] Staging: rts5208: rtsx: fixed unbalanced braces around else statement
 2023-05-15  6:43 UTC  (2+ messages)

[PATCH] Staging: rts5208 :rtsx : fixed a brace coding style issue
 2023-05-15  6:41 UTC  (3+ messages)

[PATCH] staging: rtl8192e: Exclude scan_mutex in rtllib_softmac_stop_scan
 2023-05-14 20:40 UTC 

[PATCH v2 00/10] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes)
 2023-05-14 13:08 UTC  (28+ messages)
` [PATCH v2 01/10] agp/amd64: Remove GPL distribution notice
` [PATCH v2 02/10] mISDN: Replace GPL notice boilerplate with SPDX identifier
` [PATCH v2 03/10] net: bonding: Add SPDX identifier to remaining files
` [PATCH v2 04/10] net: ethernet: 8390: Replace GPL boilerplate with SPDX identifier
` [PATCH v2 05/10] net: ethernet: i825xx: "
` [PATCH v2 06/10] pcmcia: Add "
` [PATCH v2 07/10] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate
` [PATCH v2 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier
` [PATCH v2 09/10] udf: Replace "
` [PATCH v2 10/10] include: synclink: Replace GPL "

[PATCH] staging: sm750fb: fix camelCase names
 2023-05-14 12:00 UTC 

[PATCH v2] staging: rtl8723bs: replace ternary operator with if-else block
 2023-05-13 21:44 UTC 

[PATCH 0/9] staging: rtl8192e: Remove undefined functions like data_hard_stop
 2023-05-13 18:09 UTC  (10+ messages)
` [PATCH 1/9] staging: rtl8192e: Remove undefined function data_hard_stop
` [PATCH 2/9] staging: rtl8192e: Remove undefined function data_hard_resume
` [PATCH 3/9] staging: rtl8192e: Remove functions rtllib_start_hw_scan and stop
` [PATCH 4/9] staging: rtl8192e: Remove undefined function reset_port
` [PATCH 5/9] staging: rtl8192e: Remove undefined function hard_start_xmit
` [PATCH 6/9] staging: rtl8192e: Remove undefined function set_security
` [PATCH 7/9] staging: rtl8192e: Remove undefined function SetFwCmdHandler
` [PATCH 8/9] staging: rtl8192e: Remove undefined function UpdateBeaconInterruptHandler
` [PATCH 9/9] staging: rtl8192e: Remove undefined function LedControlHandler

[PATCH] staging: rtl8723bs: hal: Add whitespace around '?'
 2023-05-13 11:13 UTC  (2+ messages)

[PATCH 00/10] Treewide GPL SPDX conversion (love letter to Didi)
 2023-05-12 13:14 UTC  (35+ messages)
` [PATCH 01/10] agp/amd64: Remove GPL distribution notice
` [PATCH 02/10] mISDN: Replace GPL notice boilerplate with SPDX identifier
` [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files
` [PATCH 04/10] net: ethernet: 8390: Replace GPL boilerplate with SPDX identifier
` [PATCH 05/10] net: ethernet: i825xx: "
` [PATCH 06/10] pcmcia: Add "
` [PATCH 07/10] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate
` [PATCH 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier
` [PATCH 09/10] udf: Replace "
` [PATCH 10/10] include: synclink: Replace GPL "

[PATCH 0/4] staging: rtl8192e: Trivial code cleanup patches
 2023-05-11 20:55 UTC  (10+ messages)
` [PATCH 1/4] staging: rtl8192e: Rename tmpRegA and TempCCk
` [PATCH 2/4] staging: rtl8192e: Rename tmpOFDMindex and tmpCCKindex
` [PATCH 3/4] staging: rtl8192e: Rename tmpCCK20Mindex and tmpCCK40Mindex
` [PATCH 4/4] staging: rtl8192e: Refactor tmp_ofdm_index variable assignment

[PATCH v2 1/5] staging: media: atomisp: sh_css: Remove #ifdef ISP2401
 2023-05-11 11:18 UTC  (8+ messages)
` [PATCH v2 2/5] staging: media: atomisp: runtime: frame: remove "
` [PATCH v2 3/5] staging: media: atomisp: sh_css_sp: Remove "
` [PATCH v2 4/5] staging: media: atomisp: sh_css_firmware: determine firmware version at runtime
` [PATCH v2 5/5] staging: media: atomisp: sh_css_mipi: Remove #ifdef 2041

[PATCH] drm/xe: Make xe build dependent on STAGING
 2023-05-10  8:23 UTC  (2+ messages)

Pompy ciepła - nowe warunki
 2023-05-08  7:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox