linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-31 20:10:31 to 2022-02-11 15:03:11 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-11 15:03 UTC  (92+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
  ` (subset) "
` [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 1/2] dt-bindings: nvmem: SID: Add compatible for D1
 2022-02-11 14:10 UTC  (5+ messages)
` [PATCH 2/2] nvmem: sunxi_sid: Add support for D1 variant

[PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY
 2022-02-11 13:44 UTC  (6+ messages)
` [PATCH 2/4] phy: sun4i-usb: Remove .disc_thresh where not applicable
` [PATCH 3/4] phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling
` [PATCH 4/4] phy: sun4i-usb: Add D1 variant

[PATCH v3 0/6] clk: sunxi-ng: Add a RTC CCU driver
 2022-02-11 12:43 UTC  (15+ messages)
` [PATCH v3 1/6] dt-bindings: rtc: sun6i: Clean up repetition
` [PATCH v3 2/6] dt-bindings: rtc: sun6i: Add H616, R329, and D1 support
` [PATCH v3 3/6] rtc: sun6i: Enable the bus clock when provided
` [PATCH v3 4/6] clk: sunxi-ng: mux: Allow muxes to have keys
  ` (subset) "
` [PATCH v3 5/6] clk: sunxi-ng: Add support for the sun6i RTC clocks
  ` (subset) "
` [PATCH v3 6/6] [DO NOT MERGE] clk: sunxi-ng: sun6i-rtc: Add support for H6

[PATCH v10 00/18] arm64: sunxi: Initial Allwinner H616 SoC support
 2022-02-11 12:26 UTC  (19+ messages)
` [PATCH v10 01/18] clk: sunxi-ng: h616-r: Add RTC gate clock
` [PATCH v10 02/18] clk: sunxi-ng: h616: Add PLL derived 32KHz clock
` [PATCH v10 03/18] rtc: sun6i: Fix time overflow handling
` [PATCH v10 04/18] rtc: sun6i: Add support for linear day storage
` [PATCH v10 05/18] rtc: sun6i: Add support for broken-down alarm registers
` [PATCH v10 06/18] rtc: sun6i: Add Allwinner H616 support
` [PATCH v10 07/18] arm64: dts: allwinner: Add Allwinner H616 .dtsi file
` [PATCH v10 08/18] dt-bindings: arm: sunxi: Add two H616 board compatible strings
` [PATCH v10 09/18] arm64: dts: allwinner: h616: Add OrangePi Zero 2 board support
` [PATCH v10 10/18] arm64: dts: allwinner: h616: Add X96 Mate TV box support
` [PATCH v10 11/18] dt-bindings: usb: Add H616 compatible string
` [PATCH v10 12/18] phy: sun4i-usb: Rework HCI PHY (aka. "pmu_unk1") handling
` [PATCH v10 13/18] phy: sun4i-usb: Allow reset line to be shared
` [PATCH v10 14/18] phy: sun4i-usb: Introduce port2 SIDDQ quirk
` [PATCH v10 15/18] phy: sun4i-usb: Add support for the H616 USB PHY
` [PATCH v10 16/18] arm64: dts: allwinner: h616: Add USB nodes
` [PATCH v10 17/18] arm64: dts: allwinner: h616: OrangePi Zero 2: "
` [PATCH v10 18/18] arm64: dts: allwinner: h616: X96 Mate: "

[PATCH v2 1/4] ARM: dtsi: suniv: F1c100s add clock and reset macros
 2022-02-09 21:15 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: mmc: sunxi: Add Allwinner F1c100s compatibles

[PATCH 1/2] dt-bindings: mmc: sunxi: Add D1 MMC and eMMC compatibles
 2022-02-08 15:12 UTC  (5+ messages)
` [PATCH 2/2] mmc: sunxi-mmc: Add D1 MMC variant

[PATCH 18/23] drm/sun4i: layer: Remove redundant zpos initialisation
 2022-02-08 13:56 UTC  (2+ messages)

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-02-07 10:41 UTC 

[PATCH] ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'
 2022-02-07  9:24 UTC  (2+ messages)
` (subset) "

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

[PATCH] media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()
 2022-02-05 23:33 UTC 

[PATCH v5 0/3] sun8i: r40: second ethernet support
 2022-02-04 22:21 UTC  (3+ messages)
` [PATCH v5 2/3] dt-bindings: net: support for Allwinner R40 EMAC controller

Pull request: u-boot-sunxi/master for 2022.04 (part 2)
 2022-02-04 15:28 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 9/9] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:36 UTC 

[PATCH AUTOSEL 4.19 10/10] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:36 UTC 

[PATCH AUTOSEL 5.4 15/15] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:35 UTC 

[PATCH AUTOSEL 5.10 25/25] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:34 UTC 

[PATCH AUTOSEL 5.15 40/41] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:32 UTC 

[PATCH AUTOSEL 5.16 45/52] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-02-03 20:29 UTC 

[PATCH 0/3] ASoC: sun4i-i2s: Support for Allwinner R329 and D1 SoCs
 2022-02-03 15:19 UTC  (6+ messages)
` [PATCH 1/3] ASoC: dt-bindings: sun4i-i2s: Add compatibles for R329 and D1
` [PATCH 2/3] ASoC: sun4i-i2s: Update registers for more channels
` [PATCH 3/3] ASoC: sun4i-i2s: Add support for the R329/D1 variant

[PATCH v2 0/5] sunxi: remove lowlevel_init
 2022-02-03 14:28 UTC  (10+ messages)
` [PATCH v2 1/5] sunxi: move non-essential code out of s_init()
` [PATCH v2 2/5] sunxi: move Cortex SMPEN setting into start.S
` [PATCH v2 3/5] sunxi: move early "SRAM setup" into separate file
` [PATCH v2 4/5] armv8: remove no longer needed lowlevel_init.S
` [PATCH v2 5/5] sunxi-common.h: remove pointless #ifdefs

[PATCH v4 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2022-02-03  1:00 UTC  (2+ messages)
` [PATCH v4 2/2] leds: sun50i-r329: New driver for the "

[PATCH net-next] net: kbuild: Don't default net vendor configs to y
 2022-02-02 15:31 UTC  (20+ messages)
        ` [Intel-wired-lan] "

[RFC] media: uapi: Move HEVC stateless controls out of staging
 2022-02-01 12:34 UTC 

Please test U-Boot Allwinner F1C100s support
 2022-01-31 20:44 UTC  (4+ 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).