Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-19 10:46:04 to 2024-08-20 15:08:34 UTC [more...]

[PATCH v9 00/23] Support more Amlogic SoC families in crypto driver
 2024-08-20 14:56 UTC  (19+ messages)
` [PATCH v9 01/23] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v9 02/23] drviers: crypto: meson: add platform data
` [PATCH v9 03/23] drivers: crypto: meson: remove clock input
` [PATCH v9 04/23] drivers: crypto: meson: add MMIO helpers
` [PATCH v9 05/23] drivers: crypto: meson: move get_engine_number()
` [PATCH v9 06/23] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v9 07/23] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v9 08/23] drivers: crypto: meson: cleanup defines
` [PATCH v9 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v9 10/23] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v9 11/23] drivers: crypto: meson: introduce hasher
` [PATCH v9 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v9 13/23] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v9 14/23] drivers: crypto: meson: add support for G12-series
` [PATCH v9 15/23] drivers: crypto: meson: add support for AXG-series
` [PATCH v9 16/23] drivers: crypto: meson: add support for A1-series
` [PATCH v9 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line
` [PATCH v9 18/23] dt-bindings: crypto: meson: support new SoC's

[PATCH -next 0/6] Cleanup unused function declarations
 2024-08-20 13:55 UTC  (8+ messages)
` [PATCH -next 1/6] crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()
` [PATCH -next 2/6] crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()
` [PATCH -next 3/6] crypto: octeontx - Remove unused declaration otx_cpt_callback()
` [PATCH -next 4/6] crypto: ccp - Remove unused declaration sp_get_master()
` [PATCH -next 5/6] crypto: amlogic - Remove unused declaration meson_enqueue()
` [PATCH -next 6/6] crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()

[PATCH v2 0/3] add some node for amlogic c3
 2024-08-20 11:07 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: clock: fix C3 PLL input parameter
` [PATCH v2 2/3] arm64: dts: amlogic: add some device nodes for C3
` [PATCH v2 3/3] arm64: dts: amlogic: add C3 AW419 board

[PATCH] media: dt-bindings: trivial white-space and example cleanup
 2024-08-20  7:36 UTC 

[PATCH 0/9] drm/meson: dw-hdmi: clean-up
 2024-08-19 17:20 UTC  (27+ messages)
` [PATCH 1/9] drm/meson: hdmi: move encoder settings out of phy driver
` [PATCH 2/9] drm/meson: vclk: drop hdmi system clock setup
` [PATCH 3/9] drm/meson: dw-hdmi: use generic clock helpers
` [PATCH 4/9] drm/meson: dw-hdmi: fix incorrect comment in suspend
` [PATCH 5/9] drm/meson: dw-hdmi: split resets out of hw init
` [PATCH 6/9] drm/meson: dw-hdmi: convert to regmap
` [PATCH 7/9] drm/meson: dw-hdmi: use matched data
` [PATCH LATER 8/9] drm/meson: dw-hdmi: don't write power controller registers
` [PATCH LATER 9/9] drm/meson: dw-hdmi: drop hdmi system clock setup

[PATCH v3 0/9] reset: amlogic: move audio reset drivers out of CCF
 2024-08-19 17:03 UTC  (23+ messages)
` [PATCH v3 1/9] reset: amlogic: convert driver to regmap
` [PATCH v3 2/9] reset: amlogic: use generic data matching function
` [PATCH v3 3/9] reset: amlogic: make parameters unsigned
` [PATCH v3 4/9] reset: amlogic: add driver parameters
` [PATCH v3 5/9] reset: amlogic: use reset number instead of register count
` [PATCH v3 6/9] reset: amlogic: add reset status support
` [PATCH v3 7/9] reset: amlogic: move drivers to a dedicated directory
` [PATCH v3 8/9] reset: amlogic: split the device core and platform probe
` [PATCH v3 9/9] reset: amlogic: add auxiliary reset driver support

[PATCH] drm/meson: add check to prevent dereference of NULL
 2024-08-16 19:55 UTC  (4+ messages)

[PATCH v2 0/6] media: Fix last smatch warnings
 2024-08-16 12:32 UTC  (7+ messages)
` [PATCH v2 1/6] media: ar0521: Refactor ar0521_power_off()
` [PATCH v2 2/6] media: i2c: ov5645: Refactor ov5645_set_power_off()
` [PATCH v2 3/6] media: i2c: s5c73m3: Move clk_prepare to its own function
` [PATCH v2 4/6] media: tc358746: "
` [PATCH v2 5/6] media: meson: vdec_1: Refactor vdec_1_stop()
` [PATCH v2 6/6] media: meson: vdec: hevc: Refactor vdec_hevc_start and vdec_hevc_stop

[PATCH] ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
 2024-08-13 17:03 UTC  (5+ messages)

[PATCH 0/6] media: Fix last smatch warnings
 2024-08-13 13:01 UTC  (10+ messages)
` [PATCH 1/6] media: ar0521: Refactor ar0521_power_off()
` [PATCH 2/6] media: i2c: ov5645: Refactor ov5645_set_power_off()
` [PATCH 3/6] media: i2c: s5c73m3: Move clk_prepare to its own function
` [PATCH 4/6] media: tc358746: "
` [PATCH 5/6] media: meson: vdec_1: Refactor vdec_1_stop()
` [PATCH 6/6] media: meson: vdec: hevc: Refactor vdec_hevc_start and vdec_hevc_stop

[PATCH] mmc: meson-gx: fix wrong conversion of __bf_shf to __ffs
 2024-08-12 12:23 UTC  (2+ messages)

[PATCH v2] ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
 2024-08-08 21:47 UTC  (3+ messages)

[PATCH 0/8] reset: amlogic: move audio reset drivers out of CCF
 2024-08-08 10:15 UTC  (7+ messages)
` [PATCH 1/8] reset: amlogic: convert driver to regmap

[PATCH v2] pinctrl: meson: Constify some structures
 2024-08-08 10:05 UTC  (2+ messages)

[PATCH 0/3] pinctrl: meson: Constify some structure
 2024-08-07 15:22 UTC  (7+ messages)
` [PATCH 1/3] pinctrl: meson: Constify struct meson_pmx_group and meson_pmx_func
` [PATCH 2/3] pinctrl: meson: Constify struct meson_bank
` [PATCH 3/3] pinctrl: meson: Constify struct meson_pmx_bank

[PATCH 0/3] add some node for amlogic c3
 2024-08-07  8:23 UTC  (19+ messages)
` [PATCH 1/3] dt-bindings: clock: fix C3 PLL input parameter
` [PATCH 2/3] arm64: dts: amlogic: add some device nodes for C3
` [PATCH 3/3] arm64: dts: amlogic: add C3 AW419 board

[PATCH v9 0/6] drm/ci: Add support for GPU and display testing
 2024-08-06 17:53 UTC  (9+ messages)
` [PATCH v9 1/6] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v9 2/6] drm/ci: skip tools_test on non-intel platforms
` [PATCH v9 3/6] drm/ci: mediatek: add tests for mediatek display driver
` [PATCH v9 4/6] drm/ci: mediatek: add tests for powervr gpu driver
` [PATCH v9 5/6] drm/ci: meson: add tests for meson display driver
` [PATCH v9 6/6] drm/ci: rockchip: add tests for rockchip "

[PATCH v1] ASoC: meson: axg-fifo: set option to use raw spinlock
 2024-08-06 10:03 UTC  (13+ messages)

[PATCH] pmdomain: amlogic: remove obsolete vpu domain driver
 2024-08-05 11:34 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2024-08-05  7:50 UTC 

Instalacja pv
 2024-08-02  7:30 UTC 

[PATCH] clk: meson: introduce symbol namespace for amlogic clocks
 2024-07-29 17:03 UTC  (2+ messages)

[PATCH 0/3] clk: meson: sm1: add earcrx clocks
 2024-07-29 17:03 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clock: axg-audio: add earcrx clock ids
` [PATCH 2/3] clk: meson: axg-audio: setup regmap max_register based on the SoC

[PATCH] spi: meson-spicc: convert comma to semicolon
 2024-07-29 15:40 UTC  (2+ messages)

[PATCH v1] irqchip/meson-gpio: replace 'spinlock_t' with 'raw_spinlock_t'
 2024-07-29 13:18 UTC 

[PATCH v8 0/5] drm/ci: Add support for GPU and display testing
 2024-07-29  6:27 UTC  (11+ messages)
` [PATCH v8 1/5] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v8 2/5] drm/ci: mediatek: add tests for mediatek display driver
` [PATCH v8 3/5] drm/ci: mediatek: add tests for powervr gpu driver
` [PATCH v8 4/5] drm/ci: meson: add tests for meson display driver
` [PATCH v8 5/5] drm/ci: rockchip: add tests for rockchip "

[PATCH v4 0/3] pwm: meson: add pwm support for A1
 2024-07-25 14:08 UTC  (8+ messages)
` [PATCH v4 2/3] dt-bindings: pwm: amlogic: Add new bindings for meson A1 PWM

[PATCH v7 0/5] drm/ci: Add support for GPU and display testing
 2024-07-24  1:47 UTC  (9+ messages)
` [PATCH v7 2/5] drm/ci: mediatek: add tests for mediatek display driver
` [PATCH v7 3/5] drm/ci: mediatek: add tests for powervr gpu driver
` [PATCH v7 4/5] drm/ci: meson: add tests for meson display driver
` [PATCH v7 5/5] drm/ci: rockchip: add tests for rockchip "

[PATCH v2 0/9] reset: amlogic: move audio reset drivers out of CCF
 2024-07-24  1:18 UTC  (3+ messages)
` [PATCH v2 9/9] reset: amlogic: add auxiliary reset driver support

[PATCH v3 0/6] Add new Amlogic SoCs info defines
 2024-07-23  7:18 UTC  (9+ messages)
` [PATCH v3 3/6] arm64: dts: amlogic: s4: add ao secure node
` [PATCH v3 4/6] arm64: dts: amlogic: c3: "
` [PATCH v3 5/6] arm64: dts: amlogic: t7: "
` [PATCH v3 6/6] arm64: dts: amlogic: a4: "

[PATCH v2 0/3] amlogic SoC's power-domains fixes
 2024-07-22 16:39 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