linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 08:57:31 to 2022-08-29 13:14:44 UTC [more...]

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-08-29 13:11 UTC  (25+ messages)
` [PATCH v2 01/41] drm/tests: Order Kunit tests in Makefile
` [PATCH v2 02/41] drm/tests: Add Kunit Helpers
` [PATCH v2 03/41] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity
` [PATCH v2 04/41] drm/connector: Rename subconnector state variable
` [PATCH v2 05/41] drm/atomic: Add TV subconnector property to get/set_property
` [PATCH v2 06/41] drm/connector: Rename legacy TV property
` [PATCH v2 07/41] drm/connector: Only register TV mode property if present
` [PATCH v2 08/41] drm/connector: Rename drm_mode_create_tv_properties
` [PATCH v2 09/41] drm/connector: Add TV standard property
` [PATCH v2 10/41] drm/modes: Add a function to generate analog display modes
` [PATCH v2 11/41] drm/modes: Only consider bpp and refresh before options
` [PATCH v2 12/41] drm/modes: parse_cmdline: Add support for named modes containing dashes
` [PATCH v2 13/41] drm/client: Add some tests for drm_connector_pick_cmdline_mode()
` [PATCH v2 14/41] drm/modes: Move named modes parsing to a separate function
` [PATCH v2 15/41] drm/modes: Switch to named mode descriptors
` [PATCH v2 16/41] drm/modes: Fill drm_cmdline mode from named modes
` [PATCH v2 17/41] drm/connector: Add pixel clock to cmdline mode
` [PATCH v2 18/41] drm/connector: Add a function to lookup a TV mode by its name
` [PATCH v2 19/41] drm/modes: Introduce the tv_mode property as a command-line option
` [PATCH v2 20/41] drm/modes: Properly generate a drm_display_mode from a named mode
` [PATCH v2 21/41] drm/modes: Introduce more named modes
` [PATCH v2 22/41] drm/atomic-helper: Add a TV properties reset helper
` [PATCH v2 23/41] drm/atomic-helper: Add an analog TV atomic_check implementation
` [PATCH v2 24/41] drm/vc4: vec: Remove empty mode_fixup

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-29 12:13 UTC  (39+ messages)
` [PATCH v1 05/35] drm/connector: Add TV standard property
` [PATCH v1 23/35] drm/vc4: vec: Convert to the new TV mode property
` [PATCH v1 24/35] drm/vc4: vec: Add support for more analog TV standards
` [PATCH v1 32/35] drm/sun4i: tv: Convert to the new TV mode property
` [PATCH v1 34/35] drm/modes: Introduce the tv_mode property as a command-line option
` [PATCH v1 35/35] drm/modes: Introduce more named modes

[PATCH 00/11] ARM: defconfig cleanup
 2022-08-29  8:52 UTC  (4+ messages)
` [PATCH 01/11] ARM: defconfig: reorder defconfig files

[RESEND PATCH] ARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=y
 2022-08-29  9:42 UTC  (3+ messages)

[PATCH v2 0/4] Allwinner H6 GPU devfreq
 2022-08-27 16:49 UTC  (11+ messages)
` [PATCH v2 1/4] arm64: defconfig: Enable devfreq cooling device
` [PATCH v2 2/4] arm64: dts: allwinner: h6: Add cooling map for GPU
` [PATCH v2 3/4] arm64: dts: allwinner: h6: Add GPU OPP table
` [PATCH v2 4/4] arm64: dts: allwinner: beelink-gs1: Enable GPU OPP

[PATCH -next 1/3] clk: sunxi-ng: sun8i-de2: Use dev_err_probe() helper
 2022-08-27 11:07 UTC  (6+ messages)
` [PATCH -next 2/3] clk: sunxi-ng: ccu-sun9i-a80-de: "
` [PATCH -next 3/3] clk: sunxi-ng: ccu-sun9i-a80-usb: "

[PATCH v6 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-08-26 22:44 UTC  (12+ messages)
` [PATCH v6 1/6] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v6 2/6] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v6 3/6] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v6 4/6] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v6 5/6] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v6 6/6] media: sun6i-csi: Add support for hooking to the isp devices

[PATCH v5 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2022-08-26 19:08 UTC  (9+ messages)
` [PATCH v5 1/6] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v5 2/6] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v5 3/6] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v5 4/6] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH v5 5/6] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v5 6/6] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865

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

[bug report] crypto: sun8i-ss - rework handling of IV
 2022-08-26 13:00 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: Fix name for A100 R_PIO
 2022-08-26  8:37 UTC  (3+ messages)

[PATCH v1 05/35] drm/connector: Add TV standard property
 2022-08-26  8:21 UTC  (11+ messages)

[PATCH v5 0/6] leds: Allwinner A100 LED controller support
 2022-08-26  5:09 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: leds: Add Allwinner A100 LED controller
` [PATCH v5 2/6] leds: sun50i-a100: New driver for the "
` [PATCH v5 3/6] arm64: dts: allwinner: a100: Add device node for DMA controller
` [PATCH v5 4/6] arm64: dts: allwinner: a100: Add LED controller node
` [PATCH v5 5/6] riscv: dts: allwinner: d1: "
` [PATCH v5 6/6] riscv: dts: allwinner: d1: Add RGB LEDs to boards

[PATCH v8 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2022-08-26  3:35 UTC  (3+ messages)

[PATCH] clk: sunxi-ng: d1: Limit PLL rates to stable ranges
 2022-08-25 21:45 UTC  (3+ messages)
  `  "

[PATCH] phy: move from strlcpy with unused retval to strscpy
 2022-08-25 21:34 UTC  (2+ messages)

[PATCH] gpu: move from strlcpy with unused retval to strscpy
 2022-08-25 21:27 UTC  (2+ messages)

[PATCH] dmaengine: drivers: Use devm_platform_ioremap_resource()
 2022-08-25 21:25 UTC  (2+ messages)

[PATCH v1 1/3] media: cedrus: Fix watchdog race condition
 2022-08-25 21:13 UTC  (12+ messages)
` [PATCH v1 3/3] media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
    `  "
` [PATCH v1 2/3] media: cedrus: Set the platform driver data earlier
        `  "

[PATCH 0/4] nvmem: Support non-stride-aligned NVMEM cell data
 2022-08-25 21:02 UTC  (5+ messages)
` [PATCH 1/4] nvmem: sunxi_sid: Always use 32-bit MMIO reads
` [PATCH 3/4] dt-bindings: nvmem: Allow bit offsets greater than a byte

[PATCH] sunxi/sun6i-csi: fix repeated words in comments
 2022-08-25 20:50 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-25 20:48 UTC  (7+ messages)

[PATCH 5/6] crypto: allwinner: Fix dma_map_sg error check
 2022-08-25 20:36 UTC  (2+ messages)

[PATCH v2 0/7] media: sunxi: Add a Kconfig dependencies on RESET_CONTROLLER
 2022-08-25 20:33 UTC  (9+ messages)
` [PATCH v2 1/7] media: sun6i-mipi-csi2: Add a Kconfig dependency "
` [PATCH v2 2/7] media: sun8i-a83t-mipi-csi2: "
` [PATCH v2 3/7] media: sun6i-csi: "
` [PATCH v2 4/7] media: sun4i-csi: "
` [PATCH v2 5/7] media: sun8i-di: "
` [PATCH v2 6/7] media: sun8i-rotate: "
` [PATCH v2 7/7] media: cedrus: "

[PATCH] iio: adc: sun4i-gpadc-iio: adaptation interrupt number
 2022-08-25 20:18 UTC  (2+ messages)

[PATCH 0/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY
 2022-08-25 14:37 UTC  (8+ messages)
` [PATCH 4/8] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant
` [PATCH 6/8] phy: allwinner: phy-sun6i-mipi-dphy: Set enable bit last

[PATCH v1 05/35] drm/connector: Add TV standard property
 2022-08-25 13:39 UTC  (11+ messages)

[PATCH] ARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=y
 2022-08-25  6:40 UTC  (3+ messages)

[PATCH v1 04/35] drm/modes: Introduce 480i and 576i modes
 2022-08-24 16:42 UTC  (13+ messages)

[PATCH v2 1/2] media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()
 2022-08-23 12:16 UTC  (4+ messages)
` [PATCH v2 2/2] media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()

[PATCH] Input: move from strlcpy with unused retval to strscpy
 2022-08-23  4:27 UTC  (2+ messages)

[PATCH] net: move from strlcpy with unused retval to strscpy
 2022-08-23  1:05 UTC  (2+ messages)

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-08-22 15:29 UTC  (19+ messages)
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree

[PATCH 1/6] media: sun6i-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER
 2022-08-22 13:47 UTC  (4+ messages)
` [PATCH 2/6] media: sun8i-a83t-mipi-csi2: "


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