linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 19:35:21 to 2022-01-06 10:44:26 UTC [more...]

[PATCH V3] arm64: dts: add support for S4 based Amlogic AQ222
 2022-01-06 10:41 UTC  (2+ messages)

[PATCH] dt-bindings: nand: meson: fix controller clock
 2022-01-06  8:43 UTC  (5+ messages)

[PATCH] mtd: rawnand: meson: fix the clock after discarding sd_emmc_c_clkc
 2022-01-06  8:16 UTC  (3+ messages)

[PATCH V3 0/6] the UART driver compatible with the Amlogic Meson
 2022-01-05  5:53 UTC  (39+ messages)
` [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V3 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic, meson-gx-uart
  ` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart
` [PATCH V3 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V3 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V3 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[PATCH v2 0/9] arm64: dts: meson: add support for aac2xx devices
 2022-01-03 16:49 UTC  (12+ messages)
` [PATCH v2 1/9] arm64: dts: meson: add common SM1 ac2xx dtsi
` [PATCH v2 2/9] dt-bindings: arm: amlogic: add X96-AIR bindings
` [PATCH v2 3/9] arm64: dts: meson: add initial device-trees for X96-AIR
` [PATCH v2 4/9] dt-bindings: vendor-prefixes: add cyx prefix
` [PATCH v2 5/9] dt-bindings: arm: amlogic: add A95XF3-AIR bindings
` [PATCH v2 6/9] arm64: dts: meson: add initial device-trees for A95XF3-AIR
` [PATCH v2 7/9] dt-bindings: vendor-prefixes: add haochuangyi prefix
` [PATCH v2 8/9] dt-bindings: arm: amlogic: add H96-Max bindings
` [PATCH v2 9/9] arm64: dts: meson: add initial device-tree for H96-Max

[PATCH 0/3] meson-g12: add pwm and uart pin muxing options
 2022-01-03 15:46 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: meson-g12a: add more pwm_f options
` [PATCH 2/3] arm64: dts: meson-g12-common: "
` [PATCH 3/3] arm64: dts: meson-g12-common: add uart_ao_b pins muxing

[PATCH] arm64: dts: meson-sm1: add spdifin spdifout nodes
 2022-01-03 15:35 UTC  (3+ messages)

[RFC PATCH 0/9] arm64: dts: meson: add support for aac2xx devices
 2022-01-03 15:26 UTC  (4+ messages)
` [RFC PATCH 6/9] arm64: dts: meson: add initial device-trees for A95XF3-AIR

[GIT PULL] amlogic fixes for v5.17-rc
 2022-01-03 15:13 UTC 

[PATCH 0/3] ARM: dts: meson: fix UART device-tree schema validation
 2022-01-03 14:43 UTC  (6+ messages)
` [PATCH 1/3] ARM: dts: meson: Fix the UART compatible strings
` [PATCH 2/3] ARM: dts: meson8: Fix the UART device-tree schema validation
` [PATCH 3/3] ARM: dts: meson8b: "

[PATCH 0/2] drm/meson: Error handling fix when AFBCD is used
 2022-01-03 11:24 UTC  (5+ messages)
` [PATCH 1/2] drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
` [PATCH 2/2] drm/meson: Fix error handling when afbcd.ops->init fails

[PATCH v2 1/1] dt-bindings: display: meson-vpu: Add missing amlogic, canvas property
 2022-01-03 11:16 UTC  (5+ messages)
` [PATCH v2 1/1] dt-bindings: display: meson-vpu: Add missing amlogic,canvas property

[RESEND] Amlogic DPCM audio card(s) speaker placement issue
 2022-01-03 11:04 UTC  (5+ messages)

[PATCH V2 0/2] Power: meson-s4: add s4 power domain driver
 2021-12-30 22:15 UTC  (5+ messages)
` [PATCH V2 1/2] dt-bindings: power: add Amlogic s4 power domains bindings
` [PATCH V2 2/2] soc: s4: Add support for power domains controller

[PATCH v3 0/3] pinctrl: meson-s4: add pinctrl driver
 2021-12-30 22:09 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: meson: Add compatible for S4
` [PATCH v3 2/3] dt-bindings: gpio: Add a header file for Amlogic Meson S4
` [PATCH v3 3/3] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc

[PATCH V2 0/6] the UART driver compatible with the Amlogic Meson S4
 2021-12-30  9:35 UTC  (9+ messages)
` [PATCH V2 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V2 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V2 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic, meson-gx-uart
` [PATCH V2 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V2 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V2 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[GIT PULL] clk: meson: amlogic update for v5.17
 2021-12-29  5:37 UTC  (2+ messages)

[PATCH 0/3] the UART driver compatible with the Amlogic Meson S4 SoC
 2021-12-28 11:24 UTC  (17+ messages)
` [PATCH 1/3] tty: serial: meson: modify request_irq and free_irq
` [PATCH 2/3] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH 3/3] tty: serial: meson: add UART driver compatible with S4 SoC on-chip

[PATCH] reset: reset-meson: add support for the Meson-S4 SoC Reset Controller
 2021-12-27 18:10 UTC  (2+ messages)

[PATCH V3] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-27 17:08 UTC  (4+ messages)

[PATCH v2 0/2] pinctrl: meson-s4: add pinctrl driver
 2021-12-27  8:06 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: meson: Add compatible for S4
` [PATCH v2 2/2] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc

patch "dt-bindings: serial: amlogic, meson-uart: support S4" added to tty-testing
 2021-12-27  5:42 UTC 

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH] dt-bindings: reset: add bindings for the Meson-S4 SoC Reset Controller
 2021-12-26  3:08 UTC  (4+ messages)

[PATCH] pwm: meson: external clock configuration for s4
 2021-12-24 18:24 UTC 

[PATCH] soc: s4: Add support for power domains controller
 2021-12-24 17:59 UTC  (2+ messages)

[PATCH] dt-bindings: power: add Amlogic s4 power doamins bindings
 2021-12-24 17:46 UTC  (2+ messages)

[PATCH RFC 02/13] mmc: meson-gx: fix deferred probing
 2021-12-24 17:37 UTC  (3+ messages)

[PATCH V2] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-24 17:29 UTC  (3+ messages)

[PATCH 04/10] serial: meson: Use platform_get_irq() to get the interrupt
 2021-12-24 14:29 UTC 

[PATCH V3] dt-bindings: arm: amlogic: add S4 based AQ222 bindings
 2021-12-22 18:12 UTC  (2+ messages)

[PATCH 0/2] Add IRQ check to the Meson MMC/SD drivers
 2021-12-21 13:03 UTC  (6+ messages)
` [PATCH 1/2] mmc: meson-mx-sdhc: add IRQ check
` [PATCH 2/2] mmc: meson-mx-sdio: "

[PATCH v2 0/2] mmc: meson-mx-sdhc: two fixes
 2021-12-21 13:02 UTC  (5+ messages)
` [PATCH v2 1/2] mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
` [PATCH v2 2/2] mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macro

[PATCH 1/1] arm64: dts: meson-g12b-odroid-n2: move assigned-clocks
 2021-12-21 10:54 UTC  (4+ messages)

[PATCH] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-20 15:38 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: display: meson-vpu: Add missing amlogic, canvas property
 2021-12-18 23:26 UTC  (2+ messages)
` [PATCH 1/1] dt-bindings: display: meson-vpu: Add missing amlogic,canvas property

[PATCH] arm64: dts: meson-sm1: add spdifin spdifout nodes
 2021-12-17  9:30 UTC  (7+ messages)

[PATCH 0/3] pinctrl: meson-s4: add pinctrl driver
 2021-12-17  9:23 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: meson: Add compatible for S4
` [PATCH 2/3] dt-bindings: gpio: Add a header file for Amlogic Meson S4
` [PATCH 3/3] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc

[PATCH v2 0/2] ASoC: meson: aiu: two fixes (for 5.16)
 2021-12-15 18:14 UTC  (2+ messages)

[GIT PULL] arm64: dts: amlogic updates for v5.17
 2021-12-15  9:49 UTC  (2+ messages)

[PATCH] media: meson: vdec: Fix a NULL pointer dereference in amvdec_add_ts()
 2021-12-15  3:35 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v1 0/2] mmc: meson-mx-sdhc: two fixes
 2021-12-14 18:35 UTC  (6+ messages)
` [PATCH v1 1/2] mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands


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 NNTP newsgroup(s).