linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-30 19:03:43 to 2022-02-05 18:56:33 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 18:54 UTC  (63+ messages)
` [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 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

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-05 10:28 UTC  (5+ messages)

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

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-05  7:51 UTC  (18+ 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

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

[PATCH][next] staging: wlan-ng: Replace one-element arrays with flexible-array members
 2022-02-04 23:30 UTC 

[PATCH][next] staging: gdm724x: Replace one-element array with flexible-array member
 2022-02-04 23:29 UTC 

[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 v2 2/2] staging: pi433: add debugfs interface
 2022-02-04  9:02 UTC  (9+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

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

[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  (25+ 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 

[PATCH v2 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-02-01 10:19 UTC  (12+ messages)
` [PATCH v2 1/7] genirq: Provide generic_handle_irq_safe()
` [PATCH v2 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()
` [PATCH v2 3/7] i2c: cht-wc: Use generic_handle_irq_safe()
` [PATCH v2 4/7] mfd: hi6421-spmi-pmic: "
    ` [PATCH v2.1 4/7] misc: "
` [PATCH v2 5/7] mfd: ezx-pcap: "
` [PATCH v2 6/7] net: usb: lan78xx: "
` [PATCH v2 7/7] staging: greybus: gpio: "

[PATCH 0/9] staging: r8188eu: hal_data_8188e cleanups
 2022-02-01  8:42 UTC  (10+ messages)
` [PATCH 1/9] staging: r8188eu: ExternalPA is read-only
` [PATCH 2/9] staging: r8188eu: remove PGMaxGroup from struct hal_data_8188e
` [PATCH 3/9] staging: r8188eu: remove ReceiveConfig "
` [PATCH 4/9] staging: r8188eu: BasicRateSet is set but never used
` [PATCH 5/9] staging: r8188eu: remove UsbTxAggDescNum from struct hal_data_8188e
` [PATCH 6/9] staging: r8188eu: remove UsbTxAggMode "
` [PATCH 7/9] staging: r8188eu: remove UsbRxAggMode "
` [PATCH 8/9] staging: r8188eu: remove UsbRxAggBlock* "
` [PATCH 9/9] staging: r8188eu: remove UsbRxAggPage* "

[PATCH] staging: pi433: remove unnecessary new line escape sequence characters
 2022-01-31 19:30 UTC  (3+ messages)

[PATCH] staging: vc04_services: make a couple of functions static
 2022-01-31 14:36 UTC  (5+ messages)

[PATCH] staging: media: atomisp: Use BIT macro instead of left shifting
 2022-01-31 13:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 00/23] staging: r8188eu: remove unneeded ret variables
 2022-01-31 13:03 UTC  (2+ messages)

[PATCH] staging: r8188eu: clean up phy_BB8188E_Config_ParaFile
 2022-01-31 13:01 UTC  (2+ messages)

[PATCH 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-01-31 11:16 UTC  (17+ messages)
` [PATCH 1/7] genirq: Provide generic_handle_irq_safe()
` [PATCH 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()
` [PATCH 3/7] i2c: cht-wc: Use generic_handle_irq_safe()
` [PATCH 4/7] mfd: hi6421-spmi-pmic: "

[PATCH 00/12] staging: r8188eu: remove some HW variables
 2022-01-30 19:03 UTC  (4+ messages)
` [PATCH 10/12] staging: r8188eu: remove HW_VAR_BCN_FUNC
` [PATCH 11/12] staging: r8188eu: remove HW_VAR_CHECK_BSSID
` [PATCH 12/12] staging: r8188eu: remove HW_VAR_CAM_EMPTY_ENTRY


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