ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2025-02-16 09:28:43 to 2025-02-25 10:07:42 UTC [more...]

[PATCH v4 00/10] Support ROHM BD79124 ADC
 2025-02-25 10:07 UTC  (13+ messages)
` [PATCH v4 01/10] dt-bindings: ROHM BD79124 ADC/GPO
` [PATCH v4 02/10] property: Add device_get_child_node_count_named()
` [PATCH v4 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v4 04/10] iio: adc: rzg2l_adc: Use adc-helpers
` [PATCH v4 05/10] iio: adc: sun20i-gpadc: "
` [PATCH v4 06/10] iio: adc: ti-ads7924 Drop unnecessary function parameters
` [PATCH v4 07/10] iio: adc: ti-ads7924: Respect device tree config
` [PATCH v4 08/10] iio: adc: Support ROHM BD79124 ADC
` [PATCH v4 09/10] MAINTAINERS: Add IIO ADC helpers
` [PATCH v4 10/10] MAINTAINERS: Add ROHM BD79124 ADC/GPO

[PATCH 0/4] RG35XX Add Additional Hardware Support
 2025-02-24 18:17 UTC  (11+ messages)
` [PATCH 1/4] arm64: dts: allwinner: h700: Add MMC2 for Anbernic RG35XX
` [PATCH 2/4] arm64: dts: allwinner: h700: Set cpusldo to always-on for RG35XX
` [PATCH 3/4] arm64: dts: allwinner: h700: Add LED1 for Anbernic RG35XX
` [PATCH 4/4] arm64: dts: allwinner: h700: Add USB Host for RG35XX-H
` (subset) [PATCH 0/4] RG35XX Add Additional Hardware Support

[PATCH 0/8] arm64: dts: allwinner: h616: add LCD timing controller and display engine support
 2025-02-24 18:00 UTC  (19+ messages)
` [PATCH 1/8] bus: sun50i: add DE33 compatible string to the DE2 bus driver
` [PATCH 2/8] arm64: dts: allwinner: h616: add display engine, bus and mixer nodes
` [PATCH 3/8] dt-bindings: allwinner: Add TCON_TOP and TCON_LCD clock/reset defines
` [PATCH 4/8] drm/sun4i: tcon: Add support for R40 LCD
` [PATCH 5/8] arm64: dts: allwinner: h616: Add TCON nodes to H616 DTSI
` [PATCH 6/8] arm64: dts: allwinner: h616: add LCD, LVDS and PWM pins
` [PATCH 7/8] arm64: dts: allwinner: rg35xx: Enable LCD output
` [PATCH 8/8] arm64: dts: allwinner: rg35xx: Add GPIO backlight control

[PATCH v7 02/27] drm: sun4i: de2/de3: Merge CSC functions into one
 2025-02-24 17:56 UTC  (31+ messages)
` [PATCH v7 03/27] drm: sun4i: de2/de3: call csc setup also for UI layer
` [PATCH v7 04/27] drm: sun4i: de2: Initialize layer fields earlier
` [PATCH v7 05/27] drm: sun4i: de3: Add YUV formatter module
` [PATCH v7 06/27] drm: sun4i: de3: add format enumeration function to engine
` [PATCH v7 07/27] drm: sun4i: de3: add formatter flag to mixer config
` [PATCH v7 08/27] drm: sun4i: de3: add YUV support to the DE3 mixer
` [PATCH v7 09/27] drm: sun4i: de3: refactor YUV formatter module setup
` [PATCH v7 10/27] drm: sun4i: de3: pass mixer reference to ccsc setup function
` [PATCH v7 11/27] drm: sun4i: de3: add YUV support to the color space correction module
` [PATCH v7 12/27] drm: sun4i: de3: add YUV support to the TCON
` [PATCH v7 13/27] drm: sun4i: support YUV formats in VI scaler
` [PATCH v7 14/27] drm: sun4i: de2/de3: add mixer version enum
` [PATCH v7 15/27] drm: sun4i: de2/de3: refactor mixer initialisation
` [PATCH v7 16/27] drm: sun4i: vi_scaler refactor vi_scaler enablement
` [PATCH v7 17/27] drm: sun4i: de2/de3: add generic blender register reference function
` [PATCH v7 18/27] drm: sun4i: de2/de3: use generic register reference function for layer configuration
` [PATCH v7 19/27] drm: sun4i: de3: Implement AFBC support
` [PATCH v7 20/27] dt-bindings: allwinner: add H616 DE33 bus binding
` [PATCH v7 21/27] dt-bindings: allwinner: add H616 DE33 clock binding
` [PATCH v7 22/27] dt-bindings: allwinner: add H616 DE33 mixer binding
` [PATCH v7 23/27] clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support
` [PATCH v7 24/27] drm: sun4i: de33: mixer: "
` [PATCH v7 25/27] drm: sun4i: de33: vi_scaler: "
` [PATCH v7 26/27] drm: sun4i: de33: fmt: "
` [PATCH v7 27/27] drm: sun4i: de33: csc: "

[PATCH v3 0/9] Support ROHM BD79124 ADC
 2025-02-24 13:45 UTC  (30+ messages)
` [PATCH v3 1/9] dt-bindings: ROHM BD79124 ADC/GPO
` [PATCH v3 2/9] iio: adc: add helpers for parsing ADC nodes
` [PATCH v3 3/9] iio: adc: Support ROHM BD79124 ADC
` [PATCH v3 4/9] MAINTAINERS: Add IIO ADC helpers
` [PATCH v3 5/9] MAINTAINERS: Add ROHM BD79124 ADC/GPO
` [PATCH v3 6/9] iio: adc: rzg2l_adc: Use adc-helpers
` [PATCH v3 7/9] iio: adc: sun20i-gpadc: "
` [PATCH v3 8/9] iio: adc: ti-ads7924 Drop unnecessary function parameters
` [PATCH v3 9/9] iio: adc: ti-ads7924: Respect device tree config

[PATCH v3 1/1] clk: sunxi-ng: h616: Reparent GPU clock during frequency changes
 2025-02-23 17:03 UTC  (4+ messages)

[PATCH v7 00/27] drm: sun4i: add Display Engine 3.3 (DE33) support
 2025-02-23 15:53 UTC  (7+ messages)
` [PATCH v7 01/27] drm: sun4i: de2/de3: Change CSC argument

[PATCH V2 0/2] Add Clock and Reset for TCON LCD
 2025-02-22 13:36 UTC  (5+ messages)
` [PATCH V2 2/2] clk: sunxi-ng: h616: Add clock/reset for LCD TCON
` (subset) [PATCH V2 0/2] Add Clock and Reset for TCON LCD

[PATCH v2 00/13] sunxi: A100/A133 second stage support
 2025-02-22 13:25 UTC  (2+ messages)
` (subset) "

[PATCH V2 0/4] Fix RG35XX Battery Charging Issues
 2025-02-22 13:25 UTC  (13+ messages)
` [PATCH V2 1/4] dt-bindings: power: supply: axp20x-battery: Add x-powers,no-thermistor
` [PATCH V2 2/4] mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs
  ` (subset) "
` [PATCH V2 3/4] power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree
` [PATCH V2 4/4] arm64: dts: allwinner: rg35xx: Add no-thermistor property for battery
` (subset) [PATCH V2 0/4] Fix RG35XX Battery Charging Issues

[PATCH v3 0/5] ASoC: sun4i-codec: add headphone dectection for Anbernic RG35XX devices
 2025-02-22  5:10 UTC  (4+ messages)
` [PATCH v3 2/5] ASoC: sun4i-codec: correct dapm widgets and controls for h616

[PATCH 0/3] arm64: dts: sunxi: Add YuzukiHD Chameleon support
 2025-02-21 23:44 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add YuzukiHD name
` [PATCH 2/3] dt-bindings: arm: sunxi: Add YuzukiHD Chameleon board name
` [PATCH 3/3] arm64: dts: allwinner: h616: add YuzukiHD Chameleon support

[PATCH 0/5] arm64: sunxi: h616: Enable Mali GPU
 2025-02-21 23:44 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: power: Add Allwinner H6/H616 PRCM PPU
` [PATCH 2/5] pmdomain: sunxi: add H6 PRCM PPU driver
` [PATCH 3/5] dt-bindings: gpu: mali-bifrost: Add Allwinner H616 compatible
` [PATCH 4/5] arm64: dts: allwinner: h616: Add Mali GPU node
` [PATCH 5/5] arm64: dts: allwinner: h616: enable Mali GPU for all boards

[RFC PATCH 1/3] phy: don't let controllers change vbus reg
 2025-02-21 18:20 UTC  (8+ messages)
` [RFC PATCH 2/3] phy: override dr_mode for phy0
` [RFC PATCH 3/3] arm64: dts: allwinner: h700: Enable USB OTG

[PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
 2025-02-21 16:17 UTC  (6+ messages)
` [PATCH 1/5] phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in "
` [PATCH 2/5] drm/sun4i: Support LVDS using MIPI DSI "
` [PATCH 3/5] drm/sun4i: Enable LVDS output on sun20i D1s/T113
` [PATCH 4/5] riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0
` [PATCH 5/5] riscv: dts: allwinner: d1s-t113: Add LVDS0 pins

[PATCH] clk: sunxi: clean up rate counting
 2025-02-21  1:37 UTC  (3+ messages)

[PATCH v2 00/23] iommu: Further abstract iommu-pages
 2025-02-20 19:35 UTC  (3+ messages)
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()

[PATCH]: watchdog: Allow watchdog to remain enabled after probe
 2025-02-20 18:54 UTC  (4+ messages)
` [PATCH v2]: watchdog: sunxi: "
  ` [PATCH v2] watchdog: sunxi_wdt: "

[PATCH v11 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-02-20 18:25 UTC  (5+ messages)
` [PATCH v11 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v11 3/3] riscv: dts: allwinner: d1: Add pwm node

[PATCH 0/4] media: cedrus: Add a JPEG decoder
 2025-02-20 17:34 UTC  (7+ messages)
` [PATCH 2/4] media: cedrus: Add "
` [PATCH 4/4] media: cedrus: Don't require requests for all codecs

[PATCH] riscv: dts: allwinner: d1: Add thermal sensor
 2025-02-20 16:05 UTC  (2+ messages)

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-20 16:02 UTC  (9+ messages)
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers for V853
` [PATCH v2 06/10] pmdomain: sunxi: add V853 ppu support
` [PATCH v2 08/10] phy: allwinner: add v853 usb phy compatible

[PATCH v2] clk: sunxi-ng: h616: Reparent GPU clock during frequency changes
 2025-02-20 10:25 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: further cleanups
 2025-02-20  3:10 UTC  (11+ messages)
` [PATCH net-next 1/3] net: stmmac: clarify priv->pause and pause module parameter
` [PATCH net-next 2/3] net: stmmac: remove useless priv->flow_ctrl
` [PATCH net-next 3/3] net: stmmac: "speed" passed to fix_mac_speed is an int

[PATCH] riscv: dts: allwinner: d1: Add CPU thermal sensor and zone
 2025-02-19  3:02 UTC  (3+ messages)

[PATCH v2 07/23] iommu/pages: De-inline the substantial functions
 2025-02-19  2:56 UTC  (4+ messages)

[PATCH v2 00/15] clk: sunxi-ng: add A523 clock support
 2025-02-18 20:42 UTC  (21+ messages)
` [PATCH v2 05/15] clk: sunxi-ng: Add support for the A523/T527 CCU PLLs
` [PATCH v2 06/15] clk: sunxi-ng: a523: Add support for bus clocks
` [PATCH v2 07/15] clk: sunxi-ng: a523: add video mod clocks
` [PATCH v2 08/15] clk: sunxi-ng: a523: add system "
` [PATCH v2 09/15] clk: sunxi-ng: a523: add interface "
` [PATCH v2 10/15] clk: sunxi-ng: a523: add USB "
` [PATCH v2 11/15] clk: sunxi-ng: a523: remaining "
` [PATCH v2 12/15] clk: sunxi-ng: a523: add bus clock gates
` [PATCH v2 13/15] clk: sunxi-ng: a523: add reset lines
` [PATCH v2 15/15] clk: sunxi-ng: add support for the A523/T527 PRCM CCU

[PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()
 2025-02-18 20:21 UTC  (3+ messages)

[PATCH v2 0/8] pinctrl: sunxi: Add Allwinner A523 support
 2025-02-18 17:09 UTC  (9+ messages)
` [PATCH v2 2/8] pinctrl: sunxi: increase number of GPIO bank regulators
` [PATCH v2 3/8] pinctrl: sunxi: move bank K register offset
` [PATCH v2 4/8] pinctrl: sunxi: support moved power configuration registers
` [PATCH v2 5/8] pinctrl: sunxi: allow reading mux values from DT

drm: sun4i: add Display Engine 3.3 (DE33) support
 2025-02-16 18:29 UTC  (3+ messages)
` [PATCH v6 11/27] drm: sun4i: de3: add YUV support to the color space correction module


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox