ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2025-02-19 20:23:57 to 2025-02-27 11:46:16 UTC [more...]

[PATCH v2 0/8] pinctrl: sunxi: Add Allwinner A523 support
 2025-02-27 11:46 UTC  (4+ messages)
` [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 v4 00/10] Support ROHM BD79124 ADC
 2025-02-27  8:01 UTC  (29+ 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 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  (16+ 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 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 0/9] Support ROHM BD79124 ADC
 2025-02-24 13:45 UTC  (22+ 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 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  (4+ 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 v3 7/9] iio: adc: sun20i-gpadc: Use adc-helpers
 2025-02-20 16:17 UTC  (2+ messages)

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


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