linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 17:08:55 to 2023-04-17 06:51:50 UTC [more...]

[PATCH V7 0/4] Add S4 SoC PLL and Peripheral clock controller
 2023-04-17  6:50 UTC  (5+ messages)
` [PATCH V7 1/4] dt-bindings: clock: document Amlogic S4 SoC PLL "
` [PATCH V7 2/4] dt-bindings: clock: document Amlogic S4 SoC peripherals "
` [PATCH V7 3/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver
` [PATCH V7 4/4] clk: meson: s4: add support for Amlogic S4 SoC peripheral clock controller

[PATCH v1 0/5] refactoring and fix for Meson NAND
 2023-04-17  6:47 UTC  (46+ messages)
` [PATCH v1 1/5] mtd: rawnand: meson: fix NAND access for read/write
` [PATCH v1 2/5] mtd: rawnand: meson: replace GENMASK() macro with define
` [PATCH v1 3/5] mtd: rawnand: meson: check buffer length
` [PATCH v1 4/5] mtd: rawnand: meson: clear OOB buffer before read
` [PATCH v1 5/5] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes

[PATCH 1/6] dt-bindings: watchdog: drop duplicated GPIO watchdog bindings
 2023-04-17  6:20 UTC  (14+ messages)
` [PATCH 2/6] dt-bindings: watchdog: indentation, quotes and white-space cleanup
` [PATCH 3/6] dt-bindings: watchdog: arm,sp805: drop unneeded minItems
` [PATCH 4/6] dt-bindings: watchdog: fsl-imx7ulp-wdt: simplify with unevaluatedProperties
` [PATCH 5/6] dt-bindings: watchdog: toshiba,visconti-wdt: "
` [PATCH 6/6] dt-bindings: watchdog: realtek,otto-wdt: simplify requiring interrupt-names

[PATCH v4 0/4] pwm: meson: make full use of common clock framework
 2023-04-16 21:34 UTC  (9+ messages)
` [PATCH v4 1/4] pwm: meson: switch to using struct clk_parent_data for mux parents
` [PATCH v4 2/4] pwm: meson: don't use hdmi/video clock as mux parent
` [PATCH v4 3/4] pwm: meson: change clk/pwm gate from mask to bit
` [PATCH v4 4/4] pwm: meson: make full use of common clock framework

[PATCH v1 0/5] arm64: meson: support Amlogic A1 USB OTG controller
 2023-04-16 20:56 UTC  (8+ messages)
` [PATCH v1 1/5] phy: amlogic: during USB PHY clkin obtaining, enable it
` [PATCH v1 2/5] usb: dwc2: support dwc2 IP for Amlogic A1 SoC family
` [PATCH v1 3/5] dt-bindings: usb: dwc2: add support for Amlogic A1 SoC USB peripheral
` [PATCH v1 4/5] usb: dwc3-meson-g12a: support OTG switch
` [PATCH v1 5/5] arm64: dts: meson: a1: support USB controller in OTG mode

[PATCH v2 0/4] pwm: meson: make full use of common clock framework
 2023-04-14 18:33 UTC  (10+ messages)
` [PATCH v2 1/4] pwm: meson: switch to using struct clk_parent_data for mux parents
` [PATCH v2 2/4] pwm: meson: don't use hdmi/video clock as mux parent
` [PATCH v2 3/4] pwm: meson: change clk/pwm gate from mask to bit
` [PATCH v2 4/4] pwm: meson: make full use of common clock framework

[PATCH v3 0/4] pwm: meson: make full use of common clock framework
 2023-04-13 21:17 UTC  (13+ messages)
` [PATCH v3 1/4] pwm: meson: switch to using struct clk_parent_data for mux parents
` [PATCH v3 2/4] pwm: meson: don't use hdmi/video clock as mux parent
` [PATCH v3 3/4] pwm: meson: change clk/pwm gate from mask to bit
` [PATCH v3 4/4] pwm: meson: make full use of common clock framework

Odroid-C1 regression with commit 4bc31edebde5 ("mmc: core: Set HS clock speed before sending HS CMD13")
 2023-04-13 14:00 UTC  (2+ messages)

[PATCH] pwm: meson: fix g12a ao clk81 name
 2023-04-13  9:25 UTC  (3+ messages)

[PATCH v2] pwm: meson: fix axg ao mux parents
 2023-04-13  9:23 UTC  (3+ messages)

[PATCH V2] clk: meson: vid-pll-div: added meson_vid_pll_div_ops support
 2023-04-13  9:01 UTC  (9+ messages)

[PATCH v3 0/1] Fix Random Kernel panic from when fail to reserve memory
 2023-04-12 22:46 UTC  (2+ messages)
` [PATCH v3 1/1] of: fdt: Scan /memreserve/ last

[PATCH v13 0/6] add Amlogic A1 clock controller drivers
 2023-04-12 13:46 UTC  (9+ messages)
` [PATCH v13 1/6] clk: meson: make pll rst bit as optional
` [PATCH v13 2/6] clk: meson: introduce new pll power-on sequence for A1 SoC family
` [PATCH v13 3/6] dt-bindings: clock: meson: add A1 PLL clock controller bindings
` [PATCH v13 4/6] clk: meson: a1: add Amlogic A1 PLL clock controller driver
` [PATCH v13 5/6] dt-bindings: clock: meson: add A1 Peripherals clock controller bindings
` [PATCH v13 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[PATCH v3 0/2] arm64: dts: meson-gxl: add support for Xiaomi Mibox 3
 2023-04-11 19:30 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: amlogic: add Xiaomi Mibox 3 binding
` [PATCH v3 2/2] arm64: dts: meson-gxl: add support for Xiaomi Mibox 3

[PATCH 0/2] pwm: meson: make full use of common clock framework
 2023-04-11 17:09 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] pwm: meson: omit video/hdmi clock as mux parent

[PATCH 0/3] ARM: dts: meson: fix UART device-tree schema validation
 2023-04-11 16:53 UTC  (9+ messages)
` [PATCH 1/3] ARM: dts: meson: Fix the UART compatible strings

[PATCH v3 0/2] add support for Amlogic A1 SPI Flash Controller
 2023-04-11 13:56 UTC  (2+ messages)

[PATCH v3] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 13:43 UTC  (2+ messages)

[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 11:11 UTC  (6+ messages)
  ` [PATCH] "

[PATCH v2] ARM: dts: meson8b: correct uart_B and uart_C clock references
 2023-04-10 21:14 UTC  (2+ messages)

[PATCH v3 0/2] arm64: dts: meson-gxl: add support for Xiaomi Mibox 3
 2023-04-10 18:21 UTC  (2+ messages)

[PATCH v2 0/1] Fix Random Kernel panic from when fail to reserve memory
 2023-04-10 16:40 UTC  (5+ messages)
` [PATCH v2 1/1] of: fdt: Scan /memreserve/ last

[PATCH] pwm: meson: fix axg ao mux parent order
 2023-04-08 22:50 UTC 

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-04-08  3:34 UTC  (10+ messages)
` [PATCH v2 1/1] RFC: Move Odroid-C2 to use "

[PATCH RFC/RFT] pwm: meson: make full use of common clock framework
 2023-04-07 22:35 UTC  (6+ messages)

[PATCH] dt-bindings: arm: amlogic: add C3 bindings
 2023-04-07 14:43 UTC  (4+ messages)

[PATCH] [RESEND] ARM: dts: meson8b: correct uart_B and uart_C clock references
 2023-04-07  6:59 UTC  (2+ messages)

[Performance regression] BCM4359/9 on S905X2
 2023-04-06 17:41 UTC  (7+ messages)

[PATCH 0/2] Fix Random Kernel panic from when fail to reserve memory
 2023-04-06 16:06 UTC  (5+ messages)
` [PATCH 1/2] memblock: Differentiate regions overlap from both regions being the same
` [PATCH 2/2] of: fdt: Allow the kernel to mark nomap regions received from fdt

[PATCH RESEND v4] dt-bindings: pwm: Convert Amlogic Meson PWM binding
 2023-04-06 13:45 UTC  (2+ messages)

[PATCH v5 3/9] drm/aperture: Remove primary argument
 2023-04-06 13:21 UTC 

[PATCH v4 3/9] drm/aperture: Remove primary argument
 2023-04-06  8:32 UTC 

[PATCH v12 0/6] add Amlogic A1 clock controller drivers
 2023-04-05 14:55 UTC  (4+ messages)
` [PATCH v12 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[PATCH V4] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-04-05 13:01 UTC  (2+ messages)

[PATCH 3/8] drm/aperture: Remove primary argument
 2023-04-05 11:30 UTC  (4+ messages)

[PATCH net-next] net: phy: meson-gxl: enable edpd tunable support for G12A internal PHY
 2023-04-05  2:00 UTC  (2+ messages)

[PATCH] dt-bindings: mailbox: Drop unneeded quotes
 2023-04-04 17:08 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;
as well as URLs for NNTP newsgroup(s).