ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2024-08-21 21:57:40 to 2024-09-03 08:09:44 UTC [more...]

[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-03  8:09 UTC  (18+ 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 1/3] arm64: dts: allwinner: a64: Add WiFi/BT header on Pine64
 2024-09-03  8:08 UTC  (5+ 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 net-next v4 0/8] net: Simplified with scoped function
 2024-09-02 15:29 UTC  (17+ 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/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 V4 00/15] Add Battery and USB Supply for AXP717
 2024-08-30  8:34 UTC  (17+ messages)
` [PATCH V4 05/15] dt-bindings: power: supply: axp20x: Add input-current-limit-microamp
` [PATCH V4 11/15] mfd: axp20x: Add ADC, BAT, and USB cells for AXP717
  ` (subset) "
` [PATCH V4 13/15] power: supply: axp20x_usb_power: Add support "
` [PATCH V4 14/15] power: supply: axp20x_battery: add "
` [PATCH V4 15/15] arm64: dts: allwinner: h700: Add charger for Anbernic RG35XX
` (subset) [PATCH V4 00/15] Add Battery and USB Supply for AXP717
` [GIT PULL] Immutable branch between MFD, IIO and Power due for the v6.12 merge window

[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()

[PATCH v2 0/3] Fix regulators and assign them on NanoPi NEO Plus2
 2024-08-27 21:00 UTC  (4+ 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 PATCH] arm64: dts: sunxi: nanopi-neo-plus2: Add pio regulators
 2024-08-26 22:44 UTC  (6+ messages)

[PATCH v3 0/7] media: v4l2: Improve media link validation
 2024-08-26 13:34 UTC  (11+ messages)
` [PATCH v3 1/7] media: microchip-isc: Drop v4l2_subdev_link_validate() for video devices
` [PATCH v3 2/7] media: sun4i_csi: Implement link validate for sun4i_csi subdev
` [PATCH v3 3/7] media: sun4i_csi: Don't use v4l2_subdev_link_validate() for video device
` [PATCH v3 4/7] media: v4l2-subdev: Refactor warnings in v4l2_subdev_link_validate()
` [PATCH v3 5/7] media: v4l2-subdev: Support hybrid links "
` [PATCH v3 6/7] media: renesas: vsp1: Implement .link_validate() for video devices
` [PATCH v3 7/7] [DNI] media: renesas: vsp1: Validate all links through .link_validate()

[PATCH v2 0/7] media: v4l2: Improve media link validation
 2024-08-26 12:36 UTC  (23+ messages)
` [PATCH v2 1/7] media: microchip-isc: Drop v4l2_subdev_link_validate() for video devices
` [PATCH v2 2/7] media: sun4i_csi: Implement link validate for sun4i_csi subdev
` [PATCH v2 3/7] media: sun4i_csi: Don't use v4l2_subdev_link_validate() for video device
` [PATCH v2 4/7] media: v4l2-subdev: Refactor warnings in v4l2_subdev_link_validate()
` [PATCH v2 5/7] media: v4l2-subdev: Support hybrid links "
` [PATCH v2 6/7] media: renesas: vsp1: Implement .link_validate() for video devices
` [PATCH v2 7/7] [DNI] media: renesas: vsp1: Validate all links through .link_validate()

[PATCH v2 0/7] media: v4l2: Improve media link validation
 2024-08-22 15:46 UTC  (9+ messages)
` [PATCH v2 1/7] media: microchip-isc: Drop v4l2_subdev_link_validate() for video devices
` [PATCH v2 2/7] media: sun4i_csi: Implement link validate for sun4i_csi subdev
` [PATCH v2 3/7] media: sun4i_csi: Don't use v4l2_subdev_link_validate() for video device
` [PATCH v2 4/7] media: v4l2-subdev: Refactor warnings in v4l2_subdev_link_validate()
` [PATCH v2 5/7] media: v4l2-subdev: Support hybrid links "
` [PATCH v2 6/7] media: renesas: vsp1: Implement .link_validate() for video devices
` [PATCH v2 7/7] [DNI] media: renesas: vsp1: Validate all links through .link_validate()

[PATCH] leds: sun50i-a100: Replace msleep() with usleep_range()
 2024-08-22 10:39 UTC  (2+ messages)
` (subset) "

[PATCH] gpu: drm: Use devm_clk_get_enabled() helpers
 2024-08-22  6:47 UTC  (5+ messages)


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