linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 23:57:44 to 2022-02-07 08:50:05 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-07  8:50 UTC  (70+ 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] media: cedrus: Add watchdog for job completion
 2022-02-07  8:33 UTC  (7+ messages)

[PATCH v3 0/6] clk: sunxi-ng: Add a RTC CCU driver
 2022-02-07  8:46 UTC  (8+ 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
` [PATCH v3 5/6] clk: sunxi-ng: Add support for the sun6i RTC clocks
` [PATCH v3 6/6] [DO NOT MERGE] clk: sunxi-ng: sun6i-rtc: Add support for H6

[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] ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'
 2022-02-04  0:28 UTC 

[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 1/2] dt-bindings: mmc: sunxi: Add D1 MMC and eMMC compatibles
 2022-02-03  8:15 UTC  (3+ messages)
` [PATCH 2/2] mmc: sunxi-mmc: Add D1 MMC variant

[PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY
 2022-02-03  8:14 UTC  (5+ 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 1/2] dt-bindings: nvmem: SID: Add compatible for D1
 2022-02-03  8:13 UTC  (4+ messages)
` [PATCH 2/2] nvmem: sunxi_sid: Add support for D1 variant

[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  (24+ 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  (11+ messages)

[PATCH v2 1/4] ARM: dtsi: suniv: F1c100s add clock and reset macros
 2022-01-31 10:19 UTC  (11+ messages)
` [PATCH v2 2/4] dt-bindings: mmc: sunxi: Add Allwinner F1c100s compatibles
` [PATCH v2 3/4] ARM: dtsi: suniv: Add mmc to f1c100s dtsi
` [PATCH v2 4/4] ARM: dts: suniv: Enable mmc for f1c100s

[PATCH] Add ethernet0 alias in Nanopi NEO's device tree
 2022-01-31  9:21 UTC  (3+ messages)
` (subset) "

Pull request: u-boot-sunxi/master for 2022.04
 2022-01-31  2:27 UTC  (2+ messages)

[PATCH 0/2] sunxi: Fix two H616 DRAM bugs
 2022-01-30 22:20 UTC  (5+ messages)
` [PATCH 1/2] sunxi: fix H616 DRAM ODT support
` [PATCH 2/2] sunxi: Fix H616 DRAM read calibration for dual rank

[PATCH 0/3] sunxi: H6/H616: PRCM updates
 2022-01-30 16:29 UTC  (5+ messages)
` [PATCH 1/3] sunxi: prcm: Add a few registers
` [PATCH 2/3] sunxi: clock: H6/H616: Add resistor calibration
` [PATCH 3/3] sunxi: clock: H6: Adjust PLL LDO before clock setup

[PATCH] ARM: dts: suniv: Add MMC and clock macros
 2022-01-29  2:31 UTC  (5+ messages)

[BUG] pinctrl: reg-fixed-voltage usb0-vbus: error -EINVAL: can't get GPIO
 2022-01-28 17:20 UTC  (3+ messages)

[PATCH net-next] net: stmmac: dwmac-sun8i: make clk really gated during rpm suspended
 2022-01-28 15:20 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss: really disable hash on A80
 2022-01-28  6:24 UTC  (2+ messages)

[PATCH] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
 2022-01-27 14:00 UTC  (2+ messages)

[PATCH 1/8] crypto: sun8i-ce: do not allocate memory when handling requests
 2022-01-27  4:17 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).