linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 10:19:35 to 2022-02-07 09:13:07 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-07  9:13 UTC  (73+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-07  8:59 UTC  (19+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
` [PATCH 2/8] media: imx: Forward "
` [PATCH 3/8] media: imx: Use dedicated format handler for i.MX7/8
` [PATCH 4/8] media: imx: Fail conversion if pixel format not supported
` [PATCH 5/8] media: imx: imx7_mipi_csis: store colorspace in set_fmt as well
` [PATCH 6/8] media: imx: imx7_media-csi: Add support for additional Bayer patterns
` [PATCH 7/8] media: imx: utils: Add more Bayer formats
` [PATCH 8/8] [DNI] arm64: dts: tqma8mqml: add IMX327 MIPI-CSI overlay
  ` (EXT) Re: [PATCH 0/8] imx7/imx8mm media / csi patches

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-07  8:33 UTC  (7+ messages)

[PATCH] Staging : android: Struct file_operations should be const
 2022-02-07  8:19 UTC  (3+ messages)

[PATCH] staging: octeon-usb: Fix 'should not end with '(''
 2022-02-07  8:09 UTC  (6+ messages)

[PATCH][next] staging: wlan-ng: Replace one-element arrays with flexible-array members
 2022-02-07  7:33 UTC  (2+ messages)

[PATCH] staging: qlge: Fix checkpatch errors in the module
 2022-02-07  7:30 UTC  (2+ messages)

[PATCH][next] staging: gdm724x: Replace one-element array with flexible-array member
 2022-02-07  7:20 UTC  (2+ messages)

[PATCH] staging: pi433: remove need to recompile code to debug fifo content
 2022-02-07  4:45 UTC 

[PATCH] Staging: unisys: visorhba: alignment should match open parenthesis
 2022-02-07  4:42 UTC 

[RFC] staging: r8188eu: Sleeping in atomic context (SAC) bugs
 2022-02-07  0:02 UTC 

[PATCH] staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
 2022-02-06 22:59 UTC 

[PATCH] staging: pi433: standardize use of line escape chars in dev_dbg stmts
 2022-02-06 21:06 UTC 

[PATCH v2 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-02-06 20:11 UTC  (6+ messages)
` [PATCH v2 1/7] genirq: Provide generic_handle_irq_safe()
` [PATCH v2 4/7] mfd: hi6421-spmi-pmic: Use generic_handle_irq_safe()
    ` [PATCH v2.1 4/7] misc: "

[PATCH] staging: media: atomisp: Use GENMASK instead of manual masking
 2022-02-06 18:58 UTC 

[PATCH v2] staging: media: atomisp: Use BIT macro instead of left shifting
 2022-02-06 18:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/5] staging: r8188eu: clean up struct dvobj_priv
 2022-02-06 17:59 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: usb_vendor_req_mutex is not used
` [PATCH 2/5] staging: r8188eu: dvobj_priv's signal_strength "
` [PATCH 3/5] staging: r8188eu: RegUsbSS "
` [PATCH 4/5] staging: r8188eu: usb_suspend_sema is initialised but "
` [PATCH 5/5] staging: r8188eu: remove ishighspeed from dvobj_priv

[PATCH 00/14] staging: r8188eu: another set of simple cleanups
 2022-02-06 16:18 UTC  (15+ messages)
` [PATCH 01/14] staging: r8188eu: only OFDM_index_old[0] is used
` [PATCH 02/14] staging: r8188eu: only OFDM_index[0] "
` [PATCH 03/14] staging: r8188eu: replace local OFDM_index with single variable
` [PATCH 04/14] staging: r8188eu: remove debug code to bypass LC calibration
` [PATCH 05/14] staging: r8188eu: remove debug code to bypass IQ calibration
` [PATCH 06/14] staging: r8188eu: move local definitions into rtw_fw.h
` [PATCH 07/14] staging: r8188eu: remove unused enum _IFACE_TYPE
` [PATCH 08/14] staging: r8188eu: remove unused enum _ADAPTER_TYPE
` [PATCH 09/14] staging: r8188eu: remove the global DriverState
` [PATCH 10/14] staging: r8188eu: remove unused struct adapter components
` [PATCH 11/14] staging: r8188eu: in_cta_test is always 0
` [PATCH 12/14] staging: r8188eu: irq_alloc is not used
` [PATCH 13/14] staging: r8188eu: not_indic_disco is unused
` [PATCH 14/14] staging: r8188eu: remove unused struct hostapd_priv

[PATCH] staging: r8188eu: remove UsbBulkOutSize from struct hal_data_8188e
 2022-02-06 14:44 UTC 

[PATCH] staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES
 2022-02-06  5:55 UTC 

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-05 14:01 UTC  (7+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains
` [PATCH V4 09/11] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm

[PATCH 0/8] staging: r8188eu: more rf cleanups
 2022-02-05 11:37 UTC  (9+ messages)
` [PATCH 1/8] staging: r8188eu: TXPowercount is set but not used
` [PATCH 2/8] staging: r8188eu: TXPowerTrackingCallbackCnt "
` [PATCH 3/8] staging: r8188eu: bTXPowerTrackingInit "
` [PATCH 4/8] staging: r8188eu: bTXPowerTracking "
` [PATCH 5/8] staging: r8188eu: remove constant rf variable
` [PATCH 6/8] staging: r8188eu: RfRegChnlVal[1] is set but not used
` [PATCH 7/8] staging: r8188eu: use a define for the radio path
` [PATCH 8/8] staging: r8188eu: limit rf register writes to path a

[BUG] staging: wfx: possible deadlock in wfx_conf_tx() and wfx_add_interface()
 2022-02-05  8:34 UTC  (4+ messages)

[PATCH v8 0/4] clk: ralink: make system controller a reset provider
 2022-02-05  7:31 UTC  (7+ messages)

[PATCH] staging: gs_fpgaboot: revert removed board specific code
 2022-02-04 19:08 UTC  (5+ messages)
  ` [PATCH] staging: drop fpgaboot driver

[PATCH 0/4] staging: r8188eu: remove unused code for RF_PATH_B
 2022-02-04  9:09 UTC  (10+ messages)
` [PATCH 1/4] staging: r8188eu: remove constant parameter of phy_LCCalibrate_8188E
` [PATCH 2/4] staging: r8188eu: remove dead code for tx power tracking
` [PATCH 3/4] staging: r8188eu: remove constant parameter of odm_ConfigRFReg_8188E
` [PATCH 4/4] staging: r8188eu: remove constant variable eRFPath
` [PATCH v2 0/4] staging: r8188eu: remove unused code for RF_PATH_B
  ` [PATCH v2 1/4] staging: r8188eu: remove constant parameter of phy_LCCalibrate_8188E
  ` [PATCH v2 2/4] staging: r8188eu: remove dead code for tx power tracking
  ` [PATCH v2 3/4] staging: r8188eu: remove constant parameter of odm_ConfigRFReg_8188E
  ` [PATCH v2 4/4] staging: r8188eu: remove constant variable eRFPath

[PATCH v3] staging: pi433: add debugfs interface
 2022-02-04  9:02 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 21/21] fbdev: Make registered_fb[] private to fbmem.c
 2022-02-04  8:30 UTC  (2+ messages)

[PATCH 0/2] staging: r8188eu: clean up phy_BB8188E_Config_ParaFile
 2022-02-03 20:17 UTC  (3+ messages)
` [PATCH 1/2] staging: r8188eu: remove unnecessary error check
` [PATCH 2/2] staging: r8188eu: simplify error handling in phy_BB8188E_Config_ParaFile

[PATCH] staging: vt6656: Fix crash when WLAN is turned off
 2022-02-03 19:22 UTC 

Koszty instalacji fotowoltaicznej
 2022-02-01  9:17 UTC 

[PATCH] staging: r8188eu: move struct rt_firmware_hdr to rtw_fw.h
 2022-02-02  7:50 UTC 

[PATCH v3][next] staging: r8188eu: Silence out-of-bounds warning in HT_caps_handler()
 2022-02-02  7:18 UTC  (2+ messages)

[PATCH v2][next] staging: r8188eu: Fix out-of-bounds error in HT_caps_handler()
 2022-02-02  6:49 UTC  (2+ messages)

[PATCH][next] staging: r8188eu: Fix out-of-bounds error in
 2022-02-02  6:47 UTC  (2+ messages)

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-02-01 20:54 UTC  (19+ messages)
` [PATCH v1 1/4] fbtft: Unorphan the driver

[RFC] media: uapi: Move HEVC stateless controls out of staging
 2022-02-01 12:34 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).