Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-06 11:00:48 to 2024-02-19 19:08:47 UTC [more...]

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-02-15 13:51 UTC  (10+ messages)
` [PATCH v6 001/164] pwm: Provide an inline function to get the parent device of a given chip
` [PATCH v6 003/164] pwm: Provide pwmchip_alloc() function and a devm variant of it
` [PATCH v6 070/164] pwm: meson: Change prototype of a few helpers to prepare further changes
` [PATCH v6 071/164] pwm: meson: Make use of pwmchip_parent() accessor
` [PATCH v6 072/164] pwm: meson: Make use of devm_pwmchip_alloc() function

[PATCH] clk: constify the of_phandle_args argument of of_clk_provider
 2024-02-19 19:08 UTC  (11+ messages)

[PATCH] phy: constify of_phandle_args in xlate
 2024-02-19 15:58 UTC  (2+ messages)

[PATCH v3 0/9] drm/ci: Add support for GPU and display testing
 2024-02-19 12:52 UTC  (12+ messages)
` [PATCH v3 1/9] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v3 3/9] drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
` [PATCH v3 9/9] drm/ci: uprev IGT and update testlist

[PATCH v1 0/1] nvmem: Handle actual amount of data read/written by suppliers
 2024-02-19 11:31 UTC  (2+ messages)
` [PATCH v1 1/1] nvmem: Change return type of reg read/write to ssize_t

[PATCH v3 0/4] Add support for Freebox fbx8am boards
 2024-02-19 10:32 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefixes: add freebox
` [PATCH v3 2/4] dt-bindings: arm: amlogic: add fbx8am binding
` [PATCH v3 3/4] arm64: dts: amlogic: add fbx8am board
` [PATCH v3 4/4] arm64: dts: amlogic: add fbx8am DT overlays

[PATCH v2 0/4] Add support for Freebox fbx8am boards
 2024-02-19  9:07 UTC  (23+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add freebox
` [PATCH v2 2/4] dt-bindings: arm: amlogic: add fbx8am binding
` [PATCH v2 3/4] arm64: dts: amlogic: add fbx8am board
` [PATCH v2 4/4] arm64: dts: amlogic: add fbx8am DT overlays

[PATCH v1 0/3] ARM: dts: amlogic: Three small binding check error fixes
 2024-02-19  8:55 UTC  (6+ messages)
` [PATCH v1 1/3] ARM: dts: meson: fix bus node names
` [PATCH v1 2/3] ARM: dts: meson8: fix &hwrng node compatible string
` [PATCH v1 3/3] ARM: dts: meson8b: "

[PATCH] arm64: dts: amlogic: replace underscores in node names
 2024-02-19  8:54 UTC  (5+ messages)

[PATCH v1] drm/meson: improve encoder probe / initialization error handling
 2024-02-19  8:51 UTC  (3+ messages)

[PATCH] drm/meson: Don't remove bridges which are created by other drivers
 2024-02-19  8:47 UTC  (4+ messages)

[PATCH 0/5] soc: amlogic: add new meson-gx-socinfo-sm driver
 2024-02-19  8:36 UTC  (7+ messages)
` [PATCH 3/5] firmware: meson_sm: move common definitions to header file
` [PATCH 4/5] soc: amlogic: Add Amlogic secure-monitor SoC Information driver
` [DMARC error][DKIM error] [PATCH 0/5] soc: amlogic: add new meson-gx-socinfo-sm driver

[PATCH v4 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-19  6:57 UTC  (39+ messages)
` [PATCH v4 01/20] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v4 02/20] drviers: crypto: meson: add platform data
` [PATCH v4 03/20] drivers: crypto: meson: make CLK controller optional
` [PATCH v4 04/20] drivers: crypto: meson: add MMIO helpers
` [PATCH v4 05/20] drivers: crypto: meson: move get_engine_number()
` [PATCH v4 06/20] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v4 07/20] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v4 08/20] drivers: crypto: meson: cleanup defines
` [PATCH v4 09/20] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v4 10/20] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v4 11/20] drivers: crypto: meson: introduce hasher
` [PATCH v4 12/20] drivers: crypto: meson: add support for AES-CTR
` [PATCH v4 13/20] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v4 14/20] drivers: crypto: meson: add support for G12-series
` [PATCH v4 15/20] drivers: crypto: meson: add support for AXG-series
` [PATCH v4 16/20] dt-bindings: crypto: meson: support new SoC's
` [PATCH v4 17/20] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v4 18/20] arch: arm64: dts: meson: s4: "
` [PATCH v4 19/20] arch: arm64: dts: meson: g12: "
` [PATCH v4 20/20] arch: arm64: dts: meson: axg: "

[PATCH v1 0/2] clocksource/drivers/arm_global_timer: Two small fixes
 2024-02-18 23:48 UTC  (6+ messages)
` [PATCH v1 1/2] clocksource/drivers/arm_global_timer: Fix maximum prescaler value
` [PATCH v1 2/2] clocksource/drivers/arm_global_timer: Remove stray tab

[net-next RFC PATCH 0/3] net: phy: detach PHY driver OPs from phy_driver struct
 2024-02-18 12:39 UTC  (11+ messages)
` [net-next RFC PATCH 1/3] "
` [net-next RFC PATCH 2/3] net: phy: aquantia: use common OPs for PHYs where possible
` [net-next RFC PATCH 3/3] net: phy: bcm7xxx: "

[PATCH v1 0/2] mmc: meson-mx-sdhc: two small cleanups
 2024-02-17 10:02 UTC  (3+ messages)
` [PATCH v1 1/2] mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrieval
` [PATCH v1 2/2] mmc: meson-mx-sdhc: Remove .card_hw_reset callback

[PATCH v2] nvmem: meson-efuse: fix function pointer type mismatch
 2024-02-16 18:58 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2024-02-15  8:35 UTC 

[PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch
 2024-02-14 13:22 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ASoC: meson: t9015: "

[PATCH] ASoC: meson: add helpers for clk_disable_unprepare
 2024-02-13 12:45 UTC  (6+ messages)

[PATCH] nvmem: meson-efuse: fix function pointer type mismatch
 2024-02-13 10:27 UTC  (2+ messages)

[PATCH] arm64: dts: amlogic: t7: minor whitespace cleanup
 2024-02-13  8:47 UTC  (3+ messages)

[PATCH v1 0/2] meson-axg: properly setup CPU power management
 2024-02-13  8:47 UTC  (7+ messages)
` [PATCH v1 1/2] arm64: dts: amlogic: axg: move cpu cooling-cells to common dtsi
` [PATCH v1 2/2] arm64: dts: amlogic: axg: initialize default SoC capacitance

[PATCH v1] arch: arm64: dts: meson: a1: add assigned-clocks for usb node
 2024-02-13  8:47 UTC  (2+ messages)

[RFC PATCH v1] arm64: dts: amlogic: Add Freebox fbx8am boards
 2024-02-12 15:14 UTC  (11+ messages)

[PATCH v1] mtd: rawnand: meson: fix scrambling mode value in command macro
 2024-02-10 21:45 UTC 

[PATCH 00/18] perf: Convert to platform remove callback returning void
 2024-02-09 18:31 UTC  (2+ messages)

[PATCH 00/18] mfd: convert to use maple tree register cache
 2024-02-08 14:26 UTC  (8+ messages)
` [PATCH 09/18] mfd: lochnagar-i2c: "
` [PATCH 11/18] mfd: rohm: "

[PATCH v3 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-08  8:38 UTC  (6+ messages)
` [PATCH v3 09/20] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v3 16/20] dt-bindings: crypto: meson: support new SoC's

[PATCHv1 2/5] arm64: dts: amlogic: Add cache information to the Amlogic SM1 SoC
 2024-02-06 15:01 UTC  (6+ messages)
` [PATCHv1 4/5] arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC


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