Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-24 13:07:14 to 2024-02-12 15:03:09 UTC [more...]

[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
 2024-01-25 20:54 UTC  (10+ messages)
` [PATCH v5 003/111] pwm: Provide a macro to get the parent device of a given chip
` [PATCH v5 019/111] pwm: meson: Make use of pwmchip_parent() macro
` [PATCH v5 039/111] pwm: Provide wrappers for storing and getting driver private data
` [PATCH v5 072/111] pwm: meson: Make use of devm_pwmchip_alloc() function

[PATCH v1 0/2] meson-axg: properly setup CPU power management
 2024-02-12 15:02 UTC  (6+ 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 v4 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-12 13:51 UTC  (21+ 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] clk: constify the of_phandle_args argument of of_clk_provider
 2024-02-12 10:02 UTC  (2+ messages)

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

[PATCH v3 0/9] drm/ci: Add support for GPU and display testing
 2024-02-10 18:20 UTC  (14+ messages)
` [PATCH v3 1/9] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v3 2/9] drm/ci: mediatek: Rename exisitng job
` [PATCH v3 3/9] drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
` [PATCH v3 4/9] drm/ci: meson: Rename exisitng job
` [PATCH v3 5/9] drm/ci: meson: Add job to test panfrost GPU driver
` [PATCH v3 6/9] drm/ci: rockchip: Rename existing job
` [PATCH v3 7/9] drm/ci: rockchip: Add job to test panfrost GPU driver
` [PATCH v3 8/9] drm/ci: uprev mesa version
` [PATCH v3 9/9] drm/ci: uprev IGT and update testlist

[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  (30+ messages)
` [PATCH 01/18] mfd: ac100: "
` [PATCH 02/18] mfd: as3711: "
` [PATCH 03/18] mfd: as3722: "
` [PATCH 04/18] mfd: axp20x: "
` [PATCH 05/18] mfd: bcm590xx: "
` [PATCH 06/18] mfd: bd9571mwv: "
` [PATCH 07/18] mfd: dialog: "
` [PATCH 08/18] mfd: khadas-mcu: "
` [PATCH 09/18] mfd: lochnagar-i2c: "
` [PATCH 10/18] mfd: wolfson: "
` [PATCH 11/18] mfd: rohm: "
` [PATCH 12/18] mfd: rk8xx: "
` [PATCH 13/18] mfd: rn5t618: "
` [PATCH 14/18] mfd: rsmu_i2c: "
` [PATCH 15/18] mfd: si476x: "
` [PATCH 16/18] mfd: stmfx: "
` [PATCH 17/18] mfd: stpmic1: "
` [PATCH 18/18] mfd: rc5t583: "

[PATCH] arm64: dts: amlogic: t7: minor whitespace cleanup
 2024-02-08 10:52 UTC 

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

[RFC PATCH v1] arm64: dts: amlogic: Add Freebox fbx8am boards
 2024-02-07 18:37 UTC  (10+ messages)

[PATCHv1 1/5] arm64: dts: amlogic: Add cache information to the Amlogic GXBB and GXL SoC
 2024-02-06 15:01 UTC  (12+ messages)
` [PATCHv1 2/5] arm64: dts: amlogic: Add cache information to the Amlogic SM1 SoC
` [PATCHv1 3/5] arm64: dts: amlogic: Add cache information to the Amlogic G12A SoCS
` [PATCHv1 4/5] arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC
` [PATCHv1 5/5] arm64: dts: amlogic: Add cache information to the Amlogic A7 SoC

[PATCH v10 0/7] drm/meson: add support for MIPI DSI Display
 2024-02-05 17:55 UTC  (8+ messages)
` [PATCH v10 1/7] dt-bindings: arm: amlogic: Document the MNT Reform 2 CM4 adapter with a BPI-CM4 Module
` [PATCH v10 2/7] clk: meson: add vclk driver
` [PATCH v10 3/7] clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
` [PATCH v10 4/7] drm/meson: gate px_clk when setting rate
` [PATCH v10 5/7] arm64: meson: g12-common: add the MIPI DSI nodes
` [PATCH v10 6/7] arm64: meson: khadas-vim3l: add TS050 DSI panel overlay
` [PATCH v10 7/7] arm64: dts: amlogic: meson-g12b-bananapi-cm4: add support for MNT Reform2 with CM4 adaper

[PATCH v9 00/12] drm/meson: add support for MIPI DSI Display
 2024-02-05 17:27 UTC  (6+ messages)
` [PATCH v9 07/12] clk: meson: add vclk driver

[PATCH v4 0/6] pwm: meson: dt-bindings fixup
 2024-02-05 17:12 UTC  (9+ messages)
` [PATCH v4 4/6] pwm: meson: use device data to carry information around
` [PATCH v4 5/6] pwm: meson: don't carry internal clock elements around

[PATCH 00/17] media: kerneldoc warnings
 2024-02-05 10:53 UTC  (48+ messages)
` [PATCH 01/17] media: mediatek: vcodec: Fix "
` [PATCH 02/17] media: videodev2.h: Fix kerneldoc
` [PATCH 03/17] media: media-entity.h: "
` [PATCH 04/17] media: cec.h: "
` [PATCH 05/17] media: pci: dt315.h: "
` [PATCH 06/17] media: i2c: css-quirk.h: "
` [PATCH 07/17] media: i2c: adv748: "
` [PATCH 08/17] media: mediatek: jpeg: "
` [PATCH 09/17] media: mediatek: vcodec: "
` [PATCH 10/17] media: verisilicon: "
` [PATCH 11/17] media: qcom: venus: "
` [PATCH 12/17] media: samsung: exynos4-is: "
` [PATCH 13/17] media: samsung: s5p-mfc: "
` [PATCH 14/17] media: dvb-usb: "
` [PATCH 15/17] media: ipu3: "
` [PATCH 16/17] media: staging: meson: "
` [PATCH 17/17] linux: v4l2-vp9.h: "

[PATCH] clk: meson: Add missing clocks to axg_clk_regmaps
 2024-02-05  9:13 UTC  (3+ messages)

Instalacja pv
 2024-02-05  9:10 UTC 

[PATCH v2 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-01 19:45 UTC  (5+ messages)
` [PATCH v2 03/20] drviers: crypto: meson: add platform data

[PATCH v1] arch: arm64: dts: meson: a1: add assigned-clocks for usb node
 2024-02-01 15:33 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: amlogic: narrow regex for unit address to hex numbers
 2024-01-28  0:30 UTC  (2+ messages)


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