ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2024-08-27 07:44:33 to 2024-09-05 14:13:37 UTC [more...]

[PATCH 00/13] ALSA: update sample rate definitions
 2024-09-05 14:12 UTC  (5+ messages)
` [PATCH 01/13] ALSA: pcm: add more "
` [PATCH 02/13] ALSA: cmipci: drop SNDRV_PCM_RATE_KNOT
` [PATCH 03/13] ALSA: emu10k1: "
` [PATCH 04/13] ALSA: hdsp: "

[PATCH] arm64: dts: allwinner: a64: Move CPU OPPs to the SoC dtsi file
 2024-09-05 13:20 UTC  (13+ messages)

[PATCH] bus: sunxi-rsb: Simplify code with dev_err_probe()
 2024-09-05 11:41 UTC 

[PATCH 00/24] Convert serio-related drivers to use new cleanup facilities
 2024-09-05  4:17 UTC  (25+ messages)
` [PATCH 01/24] Input: serio - define serio_pause_rx guard to pause and resume serio ports
` [PATCH 02/24] Input: libps2 - use guard notation when temporarily pausing "
` [PATCH 03/24] Input: alps - use guard notation when pausing serio port
` [PATCH 04/24] Input: byd "
` [PATCH 05/24] Input: synaptics "
` [PATCH 06/24] Input: atkbd "
` [PATCH 07/24] Input: sunkbd "
` [PATCH 08/24] Input: synaptics-rmi4 - use guard notation when pausing serio port in F03
` [PATCH 09/24] Input: elo - use guard notation when pausing serio port
` [PATCH 10/24] Input: gscps2 - use guard notation when acquiring spinlock
` [PATCH 11/24] Input: hyperv-keyboard "
` [PATCH 12/24] Input: i8042 - tease apart interrupt handler
` [PATCH 13/24] Input: i8042 - use guard notation when acquiring spinlock
` [PATCH 14/24] Input: ps2-gpio - use guard notation when acquiring mutex
` [PATCH 15/24] Input: ps2mult - use guard notation when acquiring spinlock
` [PATCH 16/24] Input: q40kbd "
` [PATCH 17/24] Input: sa1111ps2 "
` [PATCH 18/24] Input: serport "
` [PATCH 19/24] Input: serio - use guard notation when acquiring mutexes and spinlocks
` [PATCH 20/24] Input: serio_raw - use guard notation for locks and other resources
` [PATCH 21/24] Input: serio-raw - fix potential serio port name truncation
` [PATCH 22/24] Input: sun4i-ps2 - use guard notation when acquiring spinlock
` [PATCH 23/24] Input: userio - switch to using cleanup functions
` [PATCH 24/24] Input: xilinx_ps2 - use guard notation when acquiring spinlock

[PATCH v2 0/3] Fix regulators and assign them on NanoPi NEO Plus2
 2024-09-04 16:44 UTC  (8+ messages)
` [PATCH v2 1/3] Fix NanoPi NEO Plus2 regulators
` [PATCH v2 2/3] Use regulators for pio on NanoPi NEO Plus2
` [PATCH v2 3/3] Add vqmmc-supply "

[PATCH v2] arm64: dts: allwinner: a64: Add GPU thermal trips to the SoC dtsi
 2024-09-04 14:56 UTC  (3+ messages)

[PATCH V4 00/15] Add Battery and USB Supply for AXP717
 2024-09-04 14:56 UTC  (16+ messages)
` [PATCH V4 11/15] mfd: axp20x: Add ADC, BAT, and USB cells "
  ` (subset) "
` [PATCH V4 14/15] power: supply: axp20x_battery: add support "
` (subset) [PATCH V4 00/15] Add Battery and USB Supply "
` [GIT PULL] Immutable branch between MFD, IIO and Power due for the v6.12 merge window

[PATCH] rtc: sun6i: disable automatic clock input switching
 2024-09-04 14:46 UTC  (2+ messages)

[PATCH] sunxi: add csi video support for nanopi-neo-air
 2024-09-04 14:46 UTC  (3+ messages)

[PATCH] arm: dts: allwinner: a10: Add DMA for emac
 2024-09-04  9:33 UTC  (2+ messages)

[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-04  5:20 UTC  (24+ messages)
` [PATCH net-next 01/12] net: dsa: bcm_sf2: Convert using devm_clk_get_optional_enabled() in bcm_sf2_sw_probe()
` [PATCH net-next 02/12] net: ethernet: Convert using devm_clk_get_enabled() in emac_probe()
` [PATCH net-next 03/12] net: ethernet: arc: "
` [PATCH net-next 04/12] net: ethernet: ethoc: Convert using devm_clk_get_enabled() in ethoc_probe()
` [PATCH net-next 05/12] net: ftgmac100: Convert using devm_clk_get_enabled() in ftgmac100_setup_clk()
` [PATCH net-next 06/12] net: ethernet: hisilicon: Convert using devm_clk_get_enabled() in hisi_femac_drv_probe()
` [PATCH net-next 07/12] net: lantiq_xrx200: Convert using devm_clk_get_enabled() in xrx200_probe()
` [PATCH net-next 08/12] net: stmmac: dwmac-dwc-qos-eth: Convert using devm_clk_get_enabled() in dwc_qos_probe()
` [PATCH net-next 09/12] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
` [PATCH net-next 10/12] net: xilinx: axienet: Convert using devm_clk_get_optional_enabled() in axienet_probe()
` [PATCH net-next 11/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_probe()
` [PATCH net-next 12/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe()

[PATCH net-next v4 0/8] net: Simplified with scoped function
 2024-09-03 12:53 UTC  (19+ messages)
` [PATCH net-next v4 1/8] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()
` [PATCH net-next v4 2/8] net: dsa: realtek: "
` [PATCH net-next v4 3/8] net: phy: Use for_each_available_child_of_node_scoped()
` [PATCH net-next v4 4/8] net: mdio: mux-mmioreg: Simplified with scoped function
` [PATCH net-next v4 5/8] net: mdio: mux-mmioreg: Simplified with dev_err_probe()
` [PATCH net-next v4 6/8] net: mv643xx_eth: Simplify with scoped for each OF child loop
` [PATCH net-next v4 7/8] net: dsa: microchip: Use scoped function to simplfy code
` [PATCH net-next v4 8/8] net: bcmasp: Simplify with scoped for each OF child loop

[PATCH 1/3] arm64: dts: allwinner: a64: Add WiFi/BT header on Pine64
 2024-09-03  8:18 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: allwinner: a64: Add WiFi/BT header on SoPine
` [PATCH 3/3] arm64: dts: allwinner: a64: Add WiFi/BT on Pine64

[PATCH 1/5] pinctrl: sunxi: Use devm_clk_get_enabled() helpers
 2024-09-02  8:06 UTC  (2+ messages)

[PATCH -next 0/7] net: Simplified with scoped function
 2024-08-30 22:17 UTC  (13+ messages)
` [PATCH -next 1/7] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() and __free()
` [PATCH -next 2/7] net: dsa: realtek: "
` [PATCH -next 3/7] net: phy: Fix missing of_node_put() for leds
` [PATCH -next 4/7] net: mdio: mux-mmioreg: Simplified with scoped function and dev_err_probe()
` [PATCH -next 5/7] net: mv643xx_eth: Simplify with scoped for each OF child loop
` [PATCH -next 6/7] net: dsa: microchip: Use scoped function and __free() to simplfy code
` [PATCH -next 7/7] net: bcmasp: Simplify with scoped for each OF child loop

[PATCH v1] clk: sunxi: sun9i-mmc: Use dev_err_probe() to simplfy code
 2024-08-30 17:53 UTC  (2+ messages)

[PATCH v2] clk: sunxi: sun9i-mmc: Use dev_err_probe() to simplfy code
 2024-08-30 10:49 UTC 

[PATCH net-next v3 00/13] net: Simplified with scoped function
 2024-08-30  2:03 UTC  (27+ messages)
` [PATCH net-next v3 01/13] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()
` [PATCH net-next v3 02/13] net: stmmac: dwmac-sun8i: Use __free() to simplify code
` [PATCH net-next v3 03/13] net: dsa: realtek: Use for_each_child_of_node_scoped()
` [PATCH net-next v3 04/13] net: dsa: realtek: Use __free() to simplify code
` [PATCH net-next v3 05/13] net: phy: Fix missing of_node_put() for leds
` [PATCH net-next v3 06/13] net: phy: Use for_each_available_child_of_node_scoped()
` [PATCH net-next v3 07/13] net: mdio: mux-mmioreg: Simplified with scoped function
` [PATCH net-next v3 08/13] net: mdio: mux-mmioreg: Simplified with dev_err_probe()
` [PATCH net-next v3 09/13] net: mv643xx_eth: Simplify with scoped for each OF child loop
` [PATCH net-next v3 10/13] net: dsa: microchip: Use scoped function to simplfy code
` [PATCH net-next v3 11/13] net: dsa: microchip: Use __free() "
` [PATCH net-next v3 12/13] net: bcmasp: Simplify with scoped for each OF child loop
` [PATCH net-next v3 13/13] net: bcmasp: Simplify with __free()

[PATCH v2] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-08-29 16:52 UTC  (2+ messages)

[PATCH v5 02/22] thermal/drivers/sun8i: convert to use devm_request*_irq_probe()
 2024-08-29 13:17 UTC  (5+ messages)
    ` 答复: "

[PATCH net-next v2 00/13] net: Simplified with scoped function
 2024-08-29 12:38 UTC  (39+ messages)
` [PATCH net-next v2 01/13] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()
` [PATCH net-next v2 02/13] net: stmmac: dwmac-sun8i: Use __free() to simplify code
` [PATCH net-next v2 03/13] net: dsa: realtek: Use for_each_child_of_node_scoped()
` [PATCH net-next v2 04/13] net: dsa: realtek: Use __free() to simplify code
` [PATCH net-next v2 05/13] net: phy: Fix missing of_node_put() for leds
` [PATCH net-next v2 06/13] net: phy: Use for_each_available_child_of_node_scoped()
` [PATCH net-next v2 07/13] net: mdio: mux-mmioreg: Simplified with scoped function
` [PATCH net-next v2 08/13] net: mdio: mux-mmioreg: Simplified with dev_err_probe()
` [PATCH net-next v2 09/13] net: mv643xx_eth: Simplify with scoped for each OF child loop
` [PATCH net-next v2 10/13] net: dsa: microchip: Use scoped function to simplfy code
` [PATCH net-next v2 11/13] net: dsa: microchip: Use __free() "
` [PATCH net-next v2 12/13] net: bcmasp: Simplify with scoped for each OF child loop
` [PATCH net-next v2 13/13] net: bcmasp: Simplify with __free()


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