linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 01:29:09 to 2021-06-01 06:34:10 UTC [more...]

[PATCH 1/1] mfd: sun6i-prcm: Use DEFINE_RES_MEM() to simplify code
 2021-06-01  6:34 UTC 

[PATCH 0/6] pwm: sun4i: only wait 2 cycles prior to disabling
 2021-05-31 20:20 UTC  (10+ messages)
` [PATCH 1/6] pwm: sun4i: enable clk prior to getting its rate
` [PATCH 2/6] pwm: sun4i: disable EN bit prior to the delay
` [PATCH 3/6] pwm: sun4i: replace spinlock with a mutex
` [PATCH 4/6] pwm: sun4i: simplify calculation of the delay time
` [PATCH 5/6] pwm: sun4i: shorten the delay to 2 cycles
` [PATCH 6/6] pwm: sun4i: don't delay if the PWM is already off

Pull request: u-boot-sunxi/master for v2021.07
 2021-05-31 18:59 UTC  (2+ messages)

sunxi: Bluetooth broken since 5.6-rc1
 2021-05-31 14:41 UTC  (3+ messages)

[PATCH V2 0/2] arch: Cleanup unused functions
 2021-05-31 12:32 UTC  (5+ messages)
` [PATCH V2 1/2] riscv: "
` [PATCH V2 2/2] microblaze: "

[PATCH] ARM: dts: sun8i: v3s: enable emac for zero Dock
 2021-05-31  9:45 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH V4 0/2] riscv: Fixup asid_allocator remaining issues
 2021-05-31  6:36 UTC  (10+ messages)
` [PATCH V4 1/2] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
` [PATCH V4 2/2] riscv: Use use_asid_allocator flush TLB

[PATCH] arch: Cleanup unused functions
 2021-05-30  0:30 UTC  (7+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-05-30  0:30 UTC  (24+ messages)
` [PATCH RFC 1/3] riscv: pgtable.h: Fixup _PAGE_CHG_MASK usage
` [PATCH RFC 2/3] riscv: Add DMA_COHERENT for custom PTE attributes
` [PATCH RFC 3/3] riscv: Add SYNC_DMA_FOR_CPU/DEVICE for DMA_COHERENT

[PATCH 06/11] drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default
 2021-05-28  9:55 UTC  (9+ messages)

[PATCH] pwm: sun4i: Avoid waiting until the next period
 2021-05-27 13:53 UTC  (7+ messages)

[RFC PATCH 0/3] fastboot: sunxi: Determine MMC device at runtime
 2021-05-27 13:44 UTC  (12+ messages)
` [RFC PATCH 1/3] fastboot: Allow runtime determination of MMC device
` [RFC PATCH 2/3] sunxi: Implement fastboot_get_mmc_device()
` [RFC PATCH 3/3] sunxi: Drop sunxi FASTBOOT_FLASH_MMC_DEV defaults

[PATCH 1/1] spi-sun6i: Fix chipselect/clock bug
 2021-05-27 11:39 UTC  (8+ messages)

[PATCH] phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSB
 2021-05-27 11:33 UTC  (8+ messages)

[PATCH] rtc: sun6i: Add NVMEM provider
 2021-05-27  4:09 UTC  (5+ messages)

[PATCH 0/3] sunxi: dts: Update H3/H5/H6 devicetree from Linux
 2021-05-27  0:44 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: sunxi: h6: Update DT files
` [PATCH 2/3] arm: dts: sunxi: h5: "
` [PATCH 3/3] arm: dts: sunxi: h3: "

[PATCH V3 0/2] riscv: Fixup asid_allocator remaining issues
 2021-05-26  5:23 UTC  (7+ messages)
` [PATCH V3 1/2] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
` [PATCH V3 2/2] riscv: Use use_asid_allocator flush TLB

[PATCH v6 00/17] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-05-25 11:29 UTC  (35+ messages)
` [PATCH v6 01/17] dt-bindings: mfd: axp20x: Add AXP305 compatible (plus optional IRQ)
` [PATCH v6 02/17] mfd: axp20x: Allow AXP 806 chips without interrupt lines
` [PATCH v6 03/17] dt-bindings: rtc: sun6i: Add H616 compatible string
` [PATCH v6 04/17] rtc: sun6i: Add support for linear day storage
` [PATCH v6 05/17] rtc: sun6i: Add Allwinner H616 support
` [PATCH v6 06/17] dt-bindings: net: sun8i-emac: Add H616 compatible string
` [PATCH v6 07/17] net: stmmac: dwmac-sun8i: Prepare for second EMAC clock register
` [PATCH v6 08/17] dt-bindings: usb: Add H616 compatible string
` [PATCH v6 09/17] dt-bindings: usb: sunxi-musb: "
` [PATCH v6 10/17] phy: sun4i-usb: Rework HCI PHY (aka. "pmu_unk1") handling
` [PATCH v6 11/17] phy: sun4i-usb: Allow reset line to be shared
` [PATCH v6 12/17] phy: sun4i-usb: Introduce port2 SIDDQ quirk
` [PATCH v6 13/17] phy: sun4i-usb: Add support for the H616 USB PHY
` [PATCH v6 14/17] arm64: dts: allwinner: Add Allwinner H616 .dtsi file
` [PATCH v6 15/17] dt-bindings: arm: sunxi: Add OrangePi Zero 2 binding
` [PATCH v6 16/17] arm64: dts: allwinner: h616: Add OrangePi Zero 2 board support
` [PATCH v6 17/17] arm64: dts: allwinner: h616: Add X96 Mate TV box support

[PATCH 1/3] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
 2021-05-25  9:34 UTC  (11+ messages)
` [PATCH 2/3] riscv: Fixup PAGE_UP in asm/page.h
` [PATCH 3/3] riscv: Use use_asid_allocator flush TLB

[PATCH V2 0/2] riscv: Fixup asid_allocator remaining issues
 2021-05-25  2:46 UTC  (3+ messages)
` [PATCH V2 1/2] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
` [PATCH V2 2/2] riscv: Use use_asid_allocator flush TLB

[PATCH 0/8] sunxi: mmc: Fixes and speed increase
 2021-05-25  1:43 UTC  (13+ messages)
` [PATCH 1/8] mmc: sunxi: Avoid #ifdefs in delay and width setup
` [PATCH 2/8] mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT
` [PATCH 3/8] mmc: sunxi: Fix MMC clock parent selection
` [PATCH 4/8] mmc: sunxi: Cleanup "new timing mode" selection
` [PATCH 5/8] mmc: sunxi: Enable "new timing mode" on all new SoCs
` [PATCH 6/8] mmc: sunxi: Cleanup and fix self-calibration code
` [PATCH 7/8] mmc: sunxi: Increase MMIO FIFO read performance
` [PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

[PATCH 0/2] sunxi: Enforce consistent MMC numbering
 2021-05-24 13:56 UTC  (6+ messages)

[PATCH v3 0/7] PinePhone BT audio bringup
 2021-05-24 12:08 UTC  (5+ messages)
` [PATCH v3 7/7] arm64: dts: allwinner: pinephone: Set audio card name

[PATCH] clk: sunxi-ng: v3s: fix incorrect postdivider on pll-audio
 2021-05-24 11:57 UTC  (2+ messages)

fw_devlink=on and sunxi HDMI
 2021-05-19 22:15 UTC  (7+ messages)

Allwinner H616 USB support woes
 2021-05-19  0:55 UTC  (3+ messages)

[PATCH] ARM: dts: sun8i: r40: Add timer node
 2021-05-18 15:20 UTC  (2+ messages)

[PATCH v3 0/7] Add missing peripherals to Allwinner V3s/V3 device trees
 2021-05-18 15:19 UTC  (6+ messages)
` [PATCH v3 4/7] ASoC: dt-bindings: sun8i-a23-codec-analog: add compatible for Allwinner V3
` [PATCH v3 6/7] dt-bindings: sound: sun4i-i2s: add Allwinner V3 I2S compatible

[PATCH v2 0/2] ARM: dts: sun8i: v3s: add pwm controller to v3s dts
 2021-05-18 14:41 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: allwinner: h5: Add NanoPi R1S H5 support
 2021-05-18 14:01 UTC  (3+ messages)
` [PATCH v2 0/2] Add support for NanoPi R1S H5


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).