messages from 2024-06-04 06:44:04 to 2024-06-16 22:08:58 UTC [more...]
[PATCH 0/4] crypto: sun8i-ce: add Allwinner H616 support
2024-06-16 22:07 UTC
[PATCH 00/22] dt-bindings: thermal: few cleanups
2024-06-16 18:49 UTC (35+ messages)
` [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells
` [PATCH 02/22] dt-bindings: thermal: amlogic: reference thermal-sensor schema
` [PATCH 03/22] dt-bindings: thermal: allwinner,sun8i-a83t-ths: "
` [PATCH 04/22] dt-bindings: thermal: brcm,avs-ro: "
` [PATCH 05/22] dt-bindings: thermal: generic-adc: "
` [PATCH 06/22] dt-bindings: thermal: imx8mm: "
` [PATCH 07/22] dt-bindings: thermal: nvidia,tegra186-bpmp: "
` [PATCH 08/22] dt-bindings: thermal: nvidia,tegra30-tsensor: "
` [PATCH 09/22] dt-bindings: thermal: qcom-spmi-adc-tm-hc: "
` [PATCH 10/22] dt-bindings: thermal: qcom-spmi-adc-tm5: "
` [PATCH 11/22] dt-bindings: thermal: qcom-tsens: "
` [PATCH 12/22] dt-bindings: thermal: qoriq: "
` [PATCH 13/22] dt-bindings: thermal: rcar-gen3: "
` [PATCH 14/22] dt-bindings: thermal: rockchip: "
` [PATCH 15/22] dt-bindings: thermal: rzg2l: "
` [PATCH 16/22] dt-bindings: thermal: socionext,uniphier: "
` [PATCH 17/22] dt-bindings: thermal: sprd: "
` [PATCH 18/22] dt-bindings: thermal: st,stm32: "
` [PATCH 19/22] dt-bindings: thermal: ti,am654: "
` [PATCH 20/22] dt-bindings: thermal: ti,j72xx: "
` [PATCH 21/22] dt-bindings: thermal: simplify few bindings
` [PATCH 22/22] dt-bindings: thermal: cleanup examples indentation
[PATCH v4 0/5] Pinephone video out fixes (flipping between two frames)
2024-06-14 23:52 UTC (9+ messages)
` [PATCH v4 1/5] clk: sunxi-ng: common: Support minimum and maximum rate
(subset) [PATCH v3] mfd: axp20x: AXP717: Fix missing IRQ status registers range
2024-06-14 17:11 UTC (2+ messages)
[PATCH v2 0/5] regulator: Fix AXP717 PMIC support
2024-06-14 10:01 UTC (14+ messages)
` [PATCH v2 1/5] mfd: axp20x: AXP717: Fix missing IRQ status registers range
` [PATCH v2 2/5] regulator: axp20x: AXP717: fix LDO supply rails and off-by-ones
` (subset) [PATCH v2 0/5] regulator: Fix AXP717 PMIC support
[PATCH v3] mfd: axp20x: AXP717: Fix missing IRQ status registers range
2024-06-14 7:43 UTC (2+ messages)
` (subset) "
[PATCH v2 00/13] riscv: Add support for xtheadvector
2024-06-13 14:40 UTC (21+ messages)
` [PATCH v2 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v2 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v2 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v2 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v2 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v2 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v2 12/13] selftests: riscv: Fix vector tests
` [PATCH v2 13/13] selftests: riscv: Support xtheadvector in "
[PATCH RFC 0/8] drm: sunxi: support Allwinner Display Engine 3 IP block for H616/H700
2024-06-12 8:27 UTC (15+ messages)
` [PATCH RFC 1/8] dt-bindings: bus: allwinner: add H616 DE33 bindings
` [PATCH RFC 2/8] drm: sun4i: de2/de3: Change CSC argument
` [PATCH RFC 3/8] drm/sun4i: de2/de3: Merge CSC functions into one
` [PATCH RFC 4/8] drm/sun4i: de2/de3: call csc setup also for UI layer
` [PATCH RFC 5/8] drm/sun4i: de2: Initialize layer fields earlier
` [PATCH RFC 6/8] drm/sun4i: de3: Add support for YUV420 output
` [PATCH RFC 7/8] drm/sun4i: de3: Implement AFBC support
` [PATCH RFC 8/8] drm: sun4i: add Display Engine 3.3 (DE33) support
[PATCH 00/13] riscv: Add support for xtheadvector
2024-06-11 17:51 UTC (26+ messages)
` [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 02/13] dt-bindings: thead: add a vlen register length property
` [PATCH 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH 12/13] selftests: riscv: Fix vector tests
` [PATCH 13/13] selftests: riscv: Support xtheadvector in "
[PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
2024-06-10 12:47 UTC (6+ messages)
[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
2024-06-10 8:08 UTC (15+ messages)
[PATCH 0/3] cpufreq: sun50i: add Allwinner H700 speed bin and additional OPPs
2024-06-08 8:48 UTC
[PATCH] Input: serio - use sizeof(*pointer) instead of sizeof(type)
2024-06-07 19:17 UTC (2+ messages)
[PATCH v1 00/17] nvmem: Handle change of return type in reg_read/write() definition
2024-06-07 15:36 UTC (22+ 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/6] iio: light: stk3310: support powering off during suspend
2024-06-07 14:19 UTC (4+ messages)
` [PATCH v2 2/6] iio: light: stk3310: Implement vdd supply and power it "
[PATCH 0/3] cpufreq: sun50i: add Allwinner H700 speed bin and additional OPPs
2024-06-07 9:20 UTC (4+ messages)
` [PATCH 1/3] cpufreq: sun50i: add Allwinner H700 speed bin
` [PATCH 2/3] arm64: dts: allwinner: h616: add additional CPU OPPs for the H700
` [PATCH 3/3] arm64: dts: allwinner: rg35xx: Enable DVFS CPU frequency scaling
[PATCH 0/1] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
2024-06-07 8:04 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH 0/2] Add Anbernic RG35XX-SP
2024-06-06 17:28 UTC (15+ messages)
` [PATCH 1/2] dt-bindings: arm: sunxi: Add Anbernic RG35XXSP
` [PATCH 2/2] arm64: dts: allwinner: h700: Add Anbernic RG35XX-SP
[PATCH 0/4] AXP717: Add USB Power Supply
2024-06-06 17:09 UTC (4+ messages)
` [PATCH 3/4] power: supply: axp20x_usb_power: Add support for AXP717
[PATCH V2 0/4] Add GPADC for Allwinner H616
2024-06-06 15:09 UTC (7+ 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 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 0/5] Add support for Allwinner H616 PWM
2024-06-05 13:38 UTC (2+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox