ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2024-05-22 23:01:39 to 2024-06-05 18:03:16 UTC [more...]

[PATCH v1 10/17] mtd: core: Change nvmem reg_read/write return type
 2024-06-05 18:02 UTC  (8+ messages)
` [PATCH v1 11/17] mtd: ubi: nvmem: "
` [PATCH v1 12/17] soc: atmel: sfr: "
` [PATCH v1 13/17] w1: slaves: w1_ds250x: "
` [PATCH v1 14/17] thunderbolt: switch: "
` [PATCH v1 15/17] thunderbolt: retimer: "
` [PATCH v1 16/17] soc: tegra: fuse: "
` [PATCH v1 17/17] rtc: "

[PATCH v1 00/17] nvmem: Handle change of return type in reg_read/write() definition
 2024-06-05 17:59 UTC  (10+ messages)
` [PATCH v1 01/17] hwmon: pmbus: adm1266: Change nvmem reg_read/write return type
` [PATCH v1 02/17] media: i2c: ov2740: "
` [PATCH v1 03/17] media: i2c: video-i2c: "
` [PATCH v1 04/17] iio: pressure: bmp280: "
` [PATCH v1 05/17] misc: ds1682: "
` [PATCH v1 06/17] misc: eeprom: at24: "
` [PATCH v1 07/17] misc: eeprom: at25: "
` [PATCH v1 08/17] misc: eeprom: 93xx46: "
` [PATCH v1 09/17] misc: mchp_pci1xxxx: "

[PATCH V2 0/4] Add GPADC for Allwinner H616
 2024-06-05 17:59 UTC  (6+ messages)
` [PATCH V2 1/4] dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks
` [PATCH V2 2/4] clk: sunxi-ng: h616: Add clock/reset for GPADC
` [PATCH V2 3/4] arm64: dts: allwinner: h616: Add GPADC device node
` [PATCH V2 4/4] arm64: dts: allwinner: anbernic-rg35xx-h: Add ADC joysticks

[PATCH 0/5] Add support for Allwinner H616 PWM
 2024-06-05 13:38 UTC  (15+ messages)
` [PATCH 1/5] pwm: sun20i: Use devm_pwmchip_alloc() helper
` [PATCH 2/5] pwm: sun20i: Add support for Allwinner H616 PWM
` [PATCH 3/5] dt-bindings: pwm: sun20i: Add compatible string "
` [PATCH 4/5] pwm: sun20i: Delegating the clock source and DIV_M to the Device Tree
` [PATCH 5/5] dt-bindings: pwm: sun20i: Add options to select a clock source and DIV_M

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-05 11:17 UTC  (17+ messages)

[PATCH v3 0/1] nvmem: Handle actual amount of data read/written by suppliers
 2024-06-04 16:06 UTC  (4+ messages)
` [PATCH v3 1/1] nvmem: Change return type of reg read/write to ssize_t

[PATCH v2] clk: sunxi: Remove unused struct 'gates_data'
 2024-06-04 13:51 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: add missing MODULE_DESCRIPTION() macros
 2024-06-04 13:51 UTC  (2+ messages)

Can someone add missing MODULE_DESCRIPTION()s to drivers/clk/sunxi-ng
 2024-06-04  2:51 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH v2 0/3] dt-bindings: arm: sunxi: Add Banana Pi P2 Zero v1.1
 2024-06-03 14:09 UTC  (3+ messages)
` (subset) "

[PATCH] ARM: dts: sunxi: Removed redundant sun8i entry
 2024-06-03 14:01 UTC  (3+ messages)

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-06-03  9:28 UTC  (40+ messages)
` [PATCH v15 01/29] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v15 02/29] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v15 03/29] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v15 04/29] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v15 05/29] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v15 06/29] drm/tests: Add output bpc tests
  ` [v15,06/29] "
` [PATCH v15 07/29] drm/connector: hdmi: Add support for output format
` [PATCH v15 08/29] drm/tests: Add output formats tests
` [PATCH v15 09/29] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v15 10/29] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v15 11/29] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v15 12/29] drm/tests: Add TDMS character rate connector state tests
` [PATCH v15 13/29] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v15 14/29] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v15 15/29] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v15 16/29] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v15 17/29] drm/doc: Remove unused Broadcast RGB Property
` [PATCH v15 18/29] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v15 19/29] drm/tests: Add tests for "
` [PATCH v15 20/29] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v15 21/29] drm/tests: Add RGB Quantization tests
` [PATCH v15 22/29] drm/connector: hdmi: Add Infoframes generation
` [PATCH v15 23/29] drm/tests: Add infoframes test
` [PATCH v15 24/29] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v15 25/29] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v15 26/29] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v15 27/29] drm/vc4: tests: Convert to plane creation helper
` [PATCH v15 28/29] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v15 29/29] drm/sun4i: hdmi: "

[PATCH] irqchip/gic-v3: Add Allwinner sunxi001 erratum workaround
 2024-06-02 20:15 UTC 

[PATCH 0/5] iommu: sun50i: Add Allwinner H616 support
 2024-05-31 11:00 UTC  (14+ messages)
` [PATCH 1/5] iommu: sun50i: clear bypass register
` [PATCH 2/5] iommu: sun50i: allocate page tables from below 4 GiB
` [PATCH 3/5] dt-bindings: iommu: add new compatible strings
` [PATCH 4/5] iommu: sun50i: Add H616 compatible string
` [PATCH 5/5] arm64: dts: allwinner: h616: add IOMMU node

ASoC: sunxi: sun4i-i2s: swapped channels from second capture
 2024-05-31 10:49 UTC 

[PATCH v4 1/1] drivers/rtc: rtc-sun6i: AutoCal Internal OSC
 2024-05-30 17:10 UTC  (2+ messages)

[PATCH 0/4] AXP717: Add USB Power Supply
 2024-05-29 15:22 UTC  (8+ messages)
` [PATCH 1/4] mfd: axp20x: AXP717: Correct MODULE_ENABLE_CONTROL register name
` [PATCH 2/4] dt-bindings: mfd: x-powers,axp20x-usb-power-supply: add AXP717
` [PATCH 3/4] power: supply: axp20x_usb_power: Add support for AXP717
` [PATCH 4/4] arm64: dts: allwinner: Anbernic RG35XX: add AXP717 USB power

[PATCH 0/1] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-05-29 14:23 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2] arm64: dts: allwinner: Add cache information to the SoC dtsi for H616
 2024-05-29 14:20 UTC  (2+ messages)

[PATCH] sunxi: spl: h616: fix booting from high MMC offset
 2024-05-29  2:47 UTC  (3+ messages)

[PATCH] dt-bindings: arm: sunxi: Fix incorrect '-' usage
 2024-05-28 20:47 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H616
 2024-05-28 16:47 UTC  (3+ messages)

[PATCH v2 0/2] arm64: dts: allwinner: H616: Add LRADC
 2024-05-28 16:18 UTC  (3+ messages)

[PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for A64
 2024-05-28 16:17 UTC  (10+ messages)
` [PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H6

[PATCH v2 0/2] Correct the model names and descriptions for Pine64 boards
 2024-05-28 16:17 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: arm: sunxi: Correct the "
` [PATCH v2 2/2] arm64: dts: allwinner: Correct the model names "

[PATCH 0/3] Add GPADC for Allwinner H616
 2024-05-28 16:07 UTC  (4+ messages)
` [PATCH 1/3] clk: sunxi-ng: h616: Add clock/reset for GPADC

[PATCH] arm64: dts: allwinner: Fix PMIC interrupt number
 2024-05-28 15:34 UTC  (3+ messages)

[PATCH] soc: sunxi: sram: Remove unused list 'claimed_sram'
 2024-05-28 14:15 UTC  (2+ messages)

[PATCH v14 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-27 19:00 UTC  (44+ messages)
` [PATCH v14 06/28] drm/tests: Add output bpc tests
  ` [v14,06/28] "
` [PATCH v14 07/28] drm/connector: hdmi: Add support for output format
` [PATCH v14 08/28] drm/tests: Add output formats tests
` [PATCH v14 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v14 11/28] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v14 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v14 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v14 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v14 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v14 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v14 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v14 18/28] drm/tests: Add tests for "
` [PATCH v14 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v14 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v14 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v14 22/28] drm/tests: Add infoframes test
` [PATCH v14 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v14 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
  `  "
` [PATCH v14 28/28] drm/sun4i: hdmi: "
  `  "

[PATCH 1/2] dt-bindings: arm: sunxi: Correct the descriptions for Pine64 boards
 2024-05-26 16:40 UTC  (6+ messages)

[PATCH] arm64: dts: allwinner: convert NanoPi R1S H5 NVMEM content to layout syntax
 2024-05-24 18:52 UTC  (2+ messages)

[PATCH v9 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-05-24 11:32 UTC  (5+ messages)

[PATCH v4 0/5] Pinephone video out fixes (flipping between two frames)
 2024-05-23 18:58 UTC  (6+ messages)
` [PATCH v4 1/5] clk: sunxi-ng: common: Support minimum and maximum rate

[PATCH v9 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-05-23  3:16 UTC  (3+ messages)
` [PATCH v9 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support


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 read-only IMAP folder(s) and NNTP newsgroup(s).