ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2022-08-01 21:24:14 to 2022-08-16 09:59:42 UTC [more...]

[PATCH v3 0/4] regulator: Add support for Allwinner D1 LDOs
 2022-08-16  9:59 UTC  (13+ messages)
` [PATCH v3 1/4] regulator: dt-bindings: Add "
` [PATCH v3 2/4] regulator: sun20i: Add support for "
` [PATCH v3 3/4] dt-bindings: sram: sunxi-sram: Add optional regulators child
` [PATCH v3 4/4] soc: sunxi: sram: Only iterate over SRAM children

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-16  9:49 UTC  (39+ messages)
` [PATCH v1 01/35] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity
` [PATCH v1 02/35] drm/connector: Rename subconnector state variable
` [PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property
` [PATCH v1 04/35] drm/modes: Introduce 480i and 576i modes
` [PATCH v1 05/35] drm/connector: Add TV standard property
` [PATCH v1 06/35] drm/connector: Only register TV mode property if present
` [PATCH v1 07/35] drm/modes: Only consider bpp and refresh before options
` [PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode()
` [PATCH v1 09/35] drm/modes: Move named modes parsing to a separate function
` [PATCH v1 14/35] drm/atomic-helper: Add an analog TV atomic_check implementation
` [PATCH v1 24/35] drm/vc4: vec: Add support for more analog TV standards
` [PATCH v1 34/35] drm/modes: Introduce the tv_mode property as a command-line option

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-08-16  9:42 UTC  (38+ messages)
` [PATCH 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH 02/12] dt-bindings: riscv: Add T-HEAD C906 and C910 compatibles
` [PATCH 03/12] dt-bindings: vendor-prefixes: Add Allwinner D1 board vendors
` [PATCH 04/12] dt-bindings: riscv: Add Allwinner D1 board compatibles
` [PATCH 05/12] riscv: Add the Allwinner SoC family Kconfig option
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree
` [PATCH 07/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH 08/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH 09/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH 10/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH 11/12] riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees
` [PATCH 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers

[PATCH v2 00/10] soc: sunxi: sram: Fixes and D1 support
 2022-08-16  7:46 UTC  (26+ messages)
` [PATCH v2 01/10] dt-bindings: sram: sunxi-sram: Clean up the compatible lists
` [PATCH v2 02/10] dt-bindings: sram: sunxi-sram: Add D1 compatible string
` [PATCH v2 03/10] soc: sunxi: sram: Actually claim SRAM regions
` [PATCH v2 04/10] soc: sunxi: sram: Prevent the driver from being unbound
` [PATCH v2 05/10] soc: sunxi: sram: Fix probe function ordering issues
` [PATCH v2 06/10] soc: sunxi: sram: Fix debugfs info for A64 SRAM C
` [PATCH v2 07/10] soc: sunxi: sram: Return void from the release function
` [PATCH v2 08/10] soc: sunxi: sram: Save a pointer to the OF match data
` [PATCH v2 09/10] soc: sunxi: sram: Export the LDO control register
` [PATCH v2 10/10] soc: sunxi: sram: Add support for the D1 system control

[PATCH 0/4] nvmem: Support non-stride-aligned NVMEM cell data
 2022-08-16  0:16 UTC  (7+ messages)
` [PATCH 1/4] nvmem: sunxi_sid: Always use 32-bit MMIO reads
` [PATCH 2/4] nvmem: sunxi_sid: Drop the workaround on A64
` [PATCH 3/4] dt-bindings: nvmem: Allow bit offsets greater than a byte
` [PATCH 4/4] nvmem: core: Support reading cells with >= 8 bit offsets

[PATCH] clk: sunxi-ng: mp: Avoid computing the rate twice
 2022-08-15 17:26 UTC  (3+ messages)

[PATCH] mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
 2022-08-15 10:11 UTC  (4+ messages)

[PATCH] dt-bindings: display: sun4i: Add D1 TCONs to conditionals
 2022-08-15  7:47 UTC  (3+ messages)

[PATCH] drm/sun4i: dsi: Prevent underflow when computing packet sizes
 2022-08-15  7:47 UTC  (4+ messages)

[PATCH 0/4] drm/sun4i: dsi: Support the A100/D1 controller variant
 2022-08-15  6:42 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: display: sun6i-dsi: Fix clock conditional
` [PATCH 2/4] dt-bindings: display: sun6i-dsi: Add the A100 variant
` [PATCH 3/4] drm/sun4i: dsi: Add a variant structure
` [PATCH 4/4] drm/sun4i: dsi: Add the A100 variant

[PATCH 0/9] soc: sunxi: sram: Fixes and D1 support
 2022-08-14 18:33 UTC  (19+ messages)
` [PATCH 1/9] dt-bindings: sram: sunxi-sram: Add D1 compatible string
` [PATCH 2/9] soc: sunxi: sram: Actually claim SRAM regions
` [PATCH 3/9] soc: sunxi: sram: Prevent the driver from being unbound
` [PATCH 4/9] soc: sunxi: sram: Fix probe function ordering issues
` [PATCH 5/9] soc: sunxi: sram: Fix debugfs info for A64 SRAM C
` [PATCH 6/9] soc: sunxi: sram: Return void from the release function
` [PATCH 7/9] soc: sunxi: sram: Save a pointer to the OF match data
` [PATCH 8/9] soc: sunxi: sram: Export the LDO control register
` [PATCH 9/9] soc: sunxi: sram: Add support for the D1 system control

[PATCH linux-next] crypto: sun8i-ce:using the pm_runtime_resume_and_get to simplify the code
 2022-08-14 10:13 UTC  (2+ messages)

[PATCH v5 08/33] thermal/drivers/sun8i: Switch to new of API
 2022-08-14 10:12 UTC  (5+ messages)
` [PATCH v5 28/33] iio/drivers/sun4i_gpadc: Switch to new of thermal API
` [PATCH v5 29/33] Input: sun4i-ts - switch "

[PATCH] clk: sunxi-ng: d1: Limit PLL rates to stable ranges
 2022-08-14  7:47 UTC  (2+ messages)

[PATCH 1/6] media: sun6i-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER
 2022-08-14  6:46 UTC  (8+ messages)
` [PATCH 2/6] media: sun8i-a83t-mipi-csi2: "
` [PATCH 3/6] media: sun6i-csi: "
` [PATCH 4/6] media: sun4i-csi: "
` [PATCH 5/6] media: sun8i-di: "
` [PATCH 6/6] media: sun8i-rotate: "

[PATCH 0/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY
 2022-08-12 22:44 UTC  (17+ messages)
` [PATCH 1/8] dt-bindings: sun6i-a31-mipi-dphy: Add the interrupts property
` [PATCH 2/8] ARM: dts: sun8i: a33: Add DPHY interrupt
` [PATCH 3/8] arm64: dts: allwinner: a64: "
` [PATCH 4/8] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant
` [PATCH 5/8] phy: allwinner: phy-sun6i-mipi-dphy: Make RX support optional
` [PATCH 6/8] phy: allwinner: phy-sun6i-mipi-dphy: Set enable bit last
` [PATCH 7/8] phy: allwinner: phy-sun6i-mipi-dphy: Add a variant power-on hook
` [PATCH 8/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY variant

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

[PATCH v8 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller
 2022-08-11 14:51 UTC 

[PATCH AUTOSEL 5.4 19/23] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
 2022-08-08  1:38 UTC 

[PATCH AUTOSEL 5.10 24/29] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
 2022-08-08  1:37 UTC 

[PATCH AUTOSEL 5.15 36/45] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
 2022-08-08  1:35 UTC 

[PATCH AUTOSEL 5.18 43/53] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
 2022-08-08  1:33 UTC 

[PATCH AUTOSEL 5.19 45/58] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
 2022-08-08  1:31 UTC 

[PATCH 1/2] media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()
 2022-08-05 14:11 UTC  (4+ messages)
` [PATCH 2/2] media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()

[PATCH v2 0/4] regulator: Add support for Allwinner D1 LDOs
 2022-08-04 20:25 UTC  (12+ messages)
` [PATCH v2 1/4] dt-bindings: sram: sunxi-sram: Add optional regulators child
` [PATCH v2 2/4] soc: sunxi: sram: Only iterate over SRAM children
` [PATCH v2 3/4] regulator: dt-bindings: Add Allwinner D1 LDOs
` [PATCH v2 4/4] regulator: sun20i: Add support for "

[PATCH v7 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller
 2022-08-02 10:40 UTC  (2+ messages)

[PATCH v4 28/32] Input: sun4i-ts - switch to new of thermal API
 2022-08-01 21:22 UTC 


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