messages from 2023-02-13 09:46:48 to 2023-03-02 19:47:38 UTC [more...]
[PATCH 00/22] drm/dma-helper: Add dedicated fbdev emulation
2023-03-02 19:47 UTC (24+ messages)
` [PATCH 01/22] drm/fbdev-dma: Implement fbdev emulation for GEM DMA helpers
` [PATCH 02/22] arm/hdlcd: Use GEM DMA fbdev emulation
` [PATCH 03/22] arm/malidp: "
` [PATCH 04/22] drm/aspeed: "
` [PATCH 05/22] drm/atmel-hlcdc: "
` [PATCH 06/22] drm/fsl-dcu: "
` [PATCH 07/22] drm/imx/dcss: "
` [PATCH 08/22] drm/imx: "
` [PATCH 09/22] drm/kmb: "
` [PATCH 10/22] drm/logicvc: "
` [PATCH 11/22] drm/meson: "
` [PATCH 12/22] drm/mxsfb/lcdif: "
` [PATCH 13/22] drm/mxsfb: "
` [PATCH 14/22] drm/sti: "
` [PATCH 15/22] drm/stm: "
` [PATCH 16/22] drm/sun4i: "
` [PATCH 17/22] drm/tidss: "
` [PATCH 18/22] drm/tilcdc: "
` [PATCH 19/22] drm/arcpgu: "
` [PATCH 20/22] drm/tve200: "
` [PATCH 21/22] drm/vc4: "
` [PATCH 22/22] drm/xlnx: "
[PATCH v5 0/6] Add definitions for AST2600 i3c clocks
2023-03-02 7:35 UTC (12+ messages)
` [PATCH v5 1/6] clk: ast2600: allow empty entries in aspeed_g6_gates
` [PATCH v5 2/6] dt-bindings: clock: ast2600: Add top-level I3C clock
` [PATCH v5 3/6] clk: ast2600: Add full configs for I3C clocks
` [PATCH v5 4/6] dt-bindings: clock: ast2600: remove IC36 & I3C7 clock definitions
` [PATCH v5 5/6] clk: ast2600: Add comment about combined clock + reset handling
` [PATCH v5 6/6] dt-bindings: clock: ast2600: Expand comment on reset definitions
[PATCH v2 0/3] ARM: dts: aspeed: ASRock BMC updates
2023-03-01 20:36 UTC (8+ messages)
` [PATCH v2 1/3] ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED
` [PATCH v2 2/3] ARM: dts: aspeed: e3c246d4i: Add PECI device
` [PATCH v2 3/3] ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
[PATCH v4 0/5] Add definitions for AST2600 i3c clocks and resets
2023-03-01 8:17 UTC (18+ messages)
` [PATCH v4 1/5] clk: ast2600: allow empty entries in aspeed_g6_gates
` [PATCH v4 2/5] dt-bindings: clock: ast2600: Add top-level I3C clock
` [PATCH v4 3/5] clk: ast2600: Add full configs for I3C clocks
` [PATCH v4 4/5] dt-bindings: clock: ast2600: remove IC36 & I3C7 clock definitions
` [PATCH v4 5/5] dt-bindings: clock: ast2600: Add reset config for I3C
[PATCH v2] ARM: dts: aspeed: mtmitchell: Enable NCSI
2023-03-01 7:51 UTC (3+ messages)
[PATCH v6 0/2] Add ASPEED AST2600 I2Cv2 controller driver
2023-03-01 5:57 UTC (11+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
` [PATCH v6 2/2] i2c: aspeed: support ast2600 i2cv new register mode driver
[PATCH] crypto: aspeed: fix uninitialized symbol 'idx' warning
2023-03-01 3:32 UTC
[PATCH 0/4] i3c: Add support for ast2600 i3c controller
2023-03-01 1:04 UTC (10+ messages)
` [PATCH 1/4] dt-bindings: i3c: Add AST2600 "
` [PATCH 2/4] i3c: dw: Add platform operations
` [PATCH 3/4] i3c: dw: Add AST2600 platform ops
` [PATCH 4/4] i3c: dw: Add compatible string for ASPEED AST2600 BMC platform
[PATCH 00/17] Mass convert GPIO IRQ chips to be immutable
2023-02-27 0:44 UTC (26+ messages)
` [PATCH 01/17] gpio: altera: Convert to immutable irq_chip
` [PATCH 02/17] gpio: adnp: "
` [PATCH 03/17] gpio: aspeed: "
` [PATCH 04/17] gpio: aspeed-sgpio: "
` [PATCH 05/17] gpio: ath79: "
` [PATCH 06/17] gpio: cadence: "
` [PATCH 07/17] gpio: eic_sprd: "
` [PATCH 08/17] gpio: hisi: "
` [PATCH 09/17] gpio: hlwd: "
` [PATCH 10/17] gpio: idt3243x: "
` [PATCH 11/17] gpio: msc313: "
` [PATCH 12/17] gpio: mlxbf2: "
` [PATCH 13/17] gpio: max732x: "
` [PATCH 14/17] gpio: omap: Drop irq_base
` [PATCH 15/17] gpio: omap: Convert to immutable irq_chip
` [PATCH 16/17] gpio: pci-idio-16: "
` [PATCH 17/17] gpio: pcie-idio-24: "
[PATCH] i3c: dw: Use configured rate and bus mode for clock configuration
2023-02-24 8:22 UTC (4+ messages)
[PATCH v2] crypto: aspeed: add error handling if dmam_alloc_coherent() failed
2023-02-24 2:05 UTC
[PATCH 1/2] ARM: dts: aspeed: p10bmc: Update battery node name
2023-02-23 15:48 UTC (2+ messages)
` [PATCH 2/2] ARM: dts: aspeed: bonnell: Update eeprom size
[PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver
2023-02-23 10:25 UTC (34+ messages)
` [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2
` [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver
[PATCH] crypto: aspeed: add error handling if dmam_alloc_coherent() failed
2023-02-23 10:03 UTC (3+ messages)
[PATCH v5 0/4] Add Aspeed ACRY driver for hardware acceleration
2023-02-23 1:56 UTC (4+ messages)
` [PATCH v5 1/4] crypto: aspeed: Add ACRY RSA driver
[PATCH 27/27] kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modules
2023-02-22 12:14 UTC
[PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
2023-02-22 1:17 UTC (3+ messages)
[PATCH] ARM: dts: aspeed: mtmitchell: Enable NCSI
2023-02-21 7:29 UTC (3+ messages)
[PATCH -next] crypto: Use devm_platform_ioremap_resource()
2023-02-20 12:39 UTC
[PATCH v4 0/3] Add ASPEED AST2600 I2C new controller driver
2023-02-20 10:34 UTC (25+ messages)
` [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver
` [PATCH v4 3/3] i2c: aspeed: support ast2600 i2c new register mode driver
[PATCH] ARM: dts: aspeed: mtjade, mtmitchell: Add OCP device temperature sensor
2023-02-18 17:10 UTC
[PATCH] pinctrl: aspeed: Force to disable the function's signal
2023-02-15 14:52 UTC (6+ messages)
[PATCH v4 00/15] spi: Add support for stacked/parallel memories
2023-02-15 14:19 UTC (3+ messages)
` [PATCH v4 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
[RFC PATCH] dt-bindings: Add AST2600 i3c controller binding
2023-02-13 15:09 UTC (8+ messages)
[PATCH v3 0/5] Add definitions for AST2600 i3c clocks and resets
2023-02-13 13:44 UTC (9+ messages)
` [PATCH v3 1/5] clk: ast2600: allow empty entries in aspeed_g6_gates
` [PATCH v3 2/5] dt-bindings: clock: ast2600: Add top-level I3C clock
` [PATCH v3 3/5] clk: ast2600: Add full configs for I3C clocks
` [PATCH v3 4/5] dt-bindings: clock: ast2600: remove IC36 & I3C7 clock definitions
` [PATCH v3 5/5] dt-bindings: clock: ast2600: Add reset config for I3C
[PATCH v2 0/3] Add definitions for AST2600 i3c clocks and resets
2023-02-13 12:34 UTC (4+ messages)
` [PATCH v2 2/3] clk: aspeed: Add full configs for i3c clocks
[PATCH 0/2] Add definitions for AST2600 i3c clocks and resets
2023-02-13 9:46 UTC (3+ messages)
` [PATCH 1/2] clk: aspeed: Add full configs for i3c clocks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).