linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-27 14:50:34 to 2022-03-11 15:42:17 UTC [more...]

[PATCH 00/14] ARM: suniv: dts: update Allwinner F1C100
 2022-03-11 15:41 UTC  (46+ messages)
` [PATCH 01/14] dt-bindings: watchdog: sunxi: fix F1C100s compatible
` [PATCH 02/14] ARM: dts: suniv: F1C100: fix watchdog compatible
` [PATCH 03/14] dt-bindings: arm: sunxi: document LicheePi Nano name
` [PATCH 04/14] ARM: dts: suniv: F1C100: add clock and reset macros
` [PATCH 05/14] ARM: dts: suniv: F1C100: fix CPU node
` [PATCH 06/14] ARM: dts: suniv: F1C100: fix timer node
` [PATCH 07/14] dt-bindings: mmc: sunxi: add Allwinner F1c100s compatible
` [PATCH 08/14] ARM: dts: suniv: F1C100: add MMC controllers
` [PATCH 09/14] ARM: dts: suniv: licheepi-nano: add microSD card
` [PATCH 10/14] dt-bindings: spi: sunxi: document F1C100 controllers
` [PATCH 11/14] ARM: dts: suniv: F1C100: add SPI support
` [PATCH 12/14] ARM: dts: suniv: licheepi-nano: add SPI flash
` [PATCH 13/14] ARM: configs: sync multi_v5_defconfig from savedefconfig
` [PATCH 14/14] ARM: configs: multi_v5: Enable Allwinner F1C100

[PATCH v3 00/46] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-03-11 14:35 UTC  (47+ messages)
` [PATCH v3 01/46] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v3 02/46] media: sun6i-csi: Refactor main driver data structures
` [PATCH v3 03/46] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v3 04/46] media: sun6i-csi: Tidy up platform code
` [PATCH v3 05/46] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v3 06/46] media: sun6i-csi: Define and use variant to get "
` [PATCH v3 07/46] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v3 08/46] media: sun6i-csi: Tidy up Kconfig
` [PATCH v3 09/46] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v3 10/46] media: sun6i-csi: Tidy up video code
` [PATCH v3 11/46] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v3 12/46] media: sun6i-csi: Register the media device after creation
` [PATCH v3 13/46] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v3 14/46] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v3 15/46] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v3 16/46] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v3 17/46] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v3 18/46] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v3 19/46] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v3 20/46] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v3 21/46] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v3 22/46] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v3 23/46] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v3 24/46] media: sun6i-csi: Move register configuration to capture
` [PATCH v3 25/46] media: sun6i-csi: Rework capture format management with helper
` [PATCH v3 26/46] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v3 27/46] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v3 28/46] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v3 29/46] media: sun6i-csi: Tidy capture configure code
` [PATCH v3 30/46] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v3 31/46] media: sun6i-csi: Introduce capture "
` [PATCH v3 32/46] media: sun6i-csi: Configure registers from format tables
` [PATCH v3 33/46] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v3 34/46] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v3 35/46] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v3 36/46] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v3 37/46] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v3 38/46] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v3 39/46] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v3 40/46] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v3 41/46] media: sun6i-csi: Only configure capture when streaming
` [PATCH v3 42/46] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v3 43/46] media: sun6i-csi: Request a shared interrupt
` [PATCH v3 44/46] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v3 45/46] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v3 46/46] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-03-11 14:17 UTC  (27+ messages)
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP

[PATCH v2 00/38] Sort Makefiles and platform/Kconfig
 2022-03-11 14:07 UTC  (5+ messages)
` [PATCH v2 05/38] media: platform: move platform menu dependencies to drivers
` [PATCH v2 28/38] media: platform: sun8i-di: move config to its own file
` [PATCH v2 29/38] media: platform: sun8i-rotate: "
` [PATCH v2 38/38] drivers: media: platform: move some manufacturer entries

[PATCH 07/15] dt-bindings: pwm: sifive: include generic pwm schema
 2022-03-11  3:14 UTC  (2+ messages)

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-03-09 20:42 UTC  (12+ messages)

[PATCH] sunxi:dts: remove r40 can node
 2022-03-08 23:44 UTC  (2+ messages)

[PATCH v10 00/18] arm64: sunxi: Initial Allwinner H616 SoC support
 2022-03-08 21:28 UTC  (9+ messages)
` [PATCH v10 03/18] rtc: sun6i: Fix time overflow handling
  ` (subset) "
` [PATCH v10 04/18] rtc: sun6i: Add support for linear day storage
  ` (subset) "
` [PATCH v10 05/18] rtc: sun6i: Add support for broken-down alarm registers
  ` (subset) "
` [PATCH v10 06/18] rtc: sun6i: Add Allwinner H616 support
  ` (subset) "

[PATCH] Revert "ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode"
 2022-03-08 12:55 UTC 

[PATCH] drm/sun4i: mixer: Fix P010 and P210 format numbers
 2022-03-08 10:56 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/8] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2022-03-08  3:34 UTC  (12+ messages)
` [PATCH RFC v3 1/8] of: Mark interconnects property supplier as optional
` [PATCH v3 2/8] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v3 3/8] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v3 4/8] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v3 5/8] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v3 6/8] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH v3 7/8] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v3 8/8] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865

[PATCH v3 0/9] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support
 2022-03-07 23:28 UTC  (12+ messages)
` [PATCH v3 1/9] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v3 2/9] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v3 3/9] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v3 4/9] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v3 5/9] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v3 6/9] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v3 7/9] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v3 8/9] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v3 9/9] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge

[PATCH v3 00/14] Move HEVC stateless controls out of staging
 2022-03-07  8:49 UTC  (14+ messages)
` [PATCH v3 09/14] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSET control
  `  "
    `  "

[PATCH] sunxi: fix build when CONFIG_UART0_PORT_F is selected
 2022-03-06 14:29 UTC  (3+ messages)

[PATCH] sunxi:dts: remove r40 can node
 2022-03-03 11:21 UTC 

[PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
 2022-03-03  6:41 UTC  (3+ messages)

[PATCH 0/5] crypto: completion should be ran with BH disabled
 2022-03-02 22:58 UTC  (2+ messages)

[PATCH v4 00/15] Move HEVC stateless controls out of staging
 2022-03-01 10:36 UTC  (18+ messages)
` [PATCH v4 01/15] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v4 02/15] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v4 03/15] vivid: add dynamic array test control
` [PATCH v4 04/15] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v4 05/15] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v4 06/15] media: uapi: HEVC: Add document uAPI structure
` [PATCH v4 07/15] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v4 08/15] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v4 09/15] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v4 10/15] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v4 11/15] media: controls: Log HEVC stateless control in .std_log
` [PATCH v4 12/15] media: uapi: Create a dedicated header for Hantro control
` [PATCH v4 13/15] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v4 14/15] media: uapi: Change data_bit_offset definition
` [PATCH v4 15/15] media: uapi: move HEVC stateless controls out of staging

[RFC PATCH 0/8] media: hantro: Add 10-bit support
 2022-02-28 17:02 UTC  (12+ messages)
` [RFC PATCH 2/8] media: Add P010 format
    `  "
` [RFC PATCH 3/8] media: hantro: Support format filtering by depth
` [RFC PATCH 4/8] media: hantro: postproc: Fix buffer size calculation
` [RFC PATCH 5/8] media: hantro: postproc: Fix legacy regs configuration
` [RFC PATCH 6/8] media: hantro: Store VP9 bit depth in context
` [RFC PATCH 7/8] media: hantro: sunxi: Enable 10-bit decoding
` [RFC PATCH 8/8] media: hantro: sunxi: Increase frequency

[GIT PULL] Allwinner DT changes for 5.18
 2022-02-28 15:16 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).