ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2025-02-21 01:22:48 to 2025-03-02 12:22:59 UTC [more...]

[PATCH v4 00/10] Support ROHM BD79124 ADC
 2025-03-02 12:22 UTC  (44+ 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 v3 0/9] Support ROHM BD79124 ADC
 2025-03-02  2:44 UTC  (24+ messages)
` [PATCH v3 2/9] iio: adc: add helpers for parsing ADC nodes
` [PATCH v3 3/9] iio: adc: Support ROHM BD79124 ADC
` [PATCH v3 6/9] iio: adc: rzg2l_adc: Use adc-helpers
` [PATCH v3 9/9] iio: adc: ti-ads7924: Respect device tree config

[PATCH v3 0/8] pinctrl: sunxi: Add Allwinner A523 support
 2025-02-28 21:48 UTC  (10+ messages)
` [PATCH v3 1/8] pinctrl: sunxi: refactor pinctrl variants into flags
` [PATCH v3 2/8] pinctrl: sunxi: increase number of GPIO bank regulators
` [PATCH v3 3/8] pinctrl: sunxi: move bank K register offset
` [PATCH v3 4/8] pinctrl: sunxi: support moved power configuration registers
` [PATCH v3 5/8] pinctrl: sunxi: allow reading mux values from DT
` [PATCH v3 6/8] dt-bindings: pinctrl: add compatible for Allwinner A523/T527
` [PATCH v3 7/8] pinctrl: sunxi: Add support for the Allwinner A523
` [PATCH v3 8/8] pinctrl: sunxi: Add support for the secondary A523 GPIO ports

[PATCH] drm/sun4i: dsi: Simplify maximum determination in sun6i_dsi_setup_timings()
 2025-02-28 17:33 UTC 

[PATCH v2 00/15] clk: sunxi-ng: add A523 clock support
 2025-02-28 14:41 UTC  (26+ messages)
` [PATCH v2 05/15] clk: sunxi-ng: Add support for the A523/T527 CCU PLLs
` [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 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 0/5] arm64: sunxi: h616: Enable Mali GPU
 2025-02-27 22:43 UTC  (13+ 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

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-27 21:57 UTC  (3+ messages)
` [PATCH v2 02/10] pinctrl: sunxi: add driver for Allwinner V853

[PATCH v2 0/8] pinctrl: sunxi: Add Allwinner A523 support
 2025-02-27 12:46 UTC  (11+ messages)
` [PATCH v2 4/8] pinctrl: sunxi: support moved power configuration registers
` [PATCH v2 5/8] pinctrl: sunxi: allow reading mux values from DT
` [PATCH v2 6/8] dt-bindings: pinctrl: add compatible for Allwinner A523/T527

[PATCH v3] watchdog: sunxi_wdt: Allow watchdog to remain enabled after probe
 2025-02-27  9:39 UTC  (4+ messages)

[PATCH v3 00/23] iommu: Further abstract iommu-pages
 2025-02-27  5:17 UTC  (45+ messages)
` [PATCH v3 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v3 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v3 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v3 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v3 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v3 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v3 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v3 08/23] iommu/vtd: Use virt_to_phys()
` [PATCH v3 09/23] iommu/pages: Formalize the freelist API
` [PATCH v3 10/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v3 11/23] iommu/amd: "
` [PATCH v3 12/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v3 13/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v3 14/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v3 15/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v3 16/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v3 17/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v3 18/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v3 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v3 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v3 21/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v3 22/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v3 23/23] iommu/pages: Remove iommu_alloc_pages_node()

[PATCH 0/2] sunxi: clk/mmc: Fix T113-s3 MMC performance
 2025-02-27  2:25 UTC  (9+ messages)
` [PATCH 1/2] sunxi: mmc: Fix T113-s3 MMC clock divider
` [PATCH 2/2] sunxi: sun50i_h6: clock: fix PLL_PERIPH0 rate calculation

[PATCH 0/2] clk: sunxi-ng: d1: Fix halved MMC frequency
 2025-02-26 16:06 UTC  (5+ messages)
` [PATCH 1/2] clk: sunxi-ng: mp: provide wrapper for setting feature flags
` [PATCH 2/2] clk: sunxi-ng: d1: Add missing divider for MMC mod clocks

[PATCH 0/4] RG35XX Add Additional Hardware Support
 2025-02-25 16:54 UTC  (13+ 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  (14+ 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 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 v7 02/27] drm: sun4i: de2/de3: Merge CSC functions into one
 2025-02-24 17:56 UTC  (9+ messages)
` [PATCH v7 08/27] drm: sun4i: de3: add YUV support to the DE3 mixer
` [PATCH v7 22/27] dt-bindings: allwinner: add H616 DE33 mixer binding
` [PATCH v7 24/27] drm: sun4i: de33: mixer: add Display Engine 3.3 (DE33) support

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

[PATCH V2 0/2] Add Clock and Reset for TCON LCD
 2025-02-22 13:36 UTC  (2+ messages)
` (subset) "

[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  (5+ messages)
` [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

[RFC PATCH 1/3] phy: don't let controllers change vbus reg
 2025-02-21 18:20 UTC  (5+ messages)
` [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  (2+ messages)


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