soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-29 13:29:11 to 2023-10-11 21:20:19 UTC [more...]

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-11 21:20 UTC  (23+ messages)
` [PATCH v3 01/20] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
` [PATCH v3 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v3 03/20] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH v3 04/20] dt-bindings: watchdog: Document Google gs101 & gs201 watchdog bindings
` [PATCH v3 05/20] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v3 06/20] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH v3 07/20] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v3 08/20] dt-bindings: serial: samsung: Add google-gs101-uart compatible
` [PATCH v3 09/20] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v3 10/20] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH v3 11/20] clk: samsung: clk-gs101: add CMU_APM support
` [PATCH v3 12/20] clk: samsung: clk-gs101: Add support for CMU_MISC clock unit
` [PATCH v3 13/20] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v3 14/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v3 15/20] watchdog: s3c2410_wdt: Add support for Google tensor SoCs
` [PATCH v3 16/20] tty: serial: samsung: Add gs101 compatible and SoC data
` [PATCH v3 17/20] arm64: dts: google: Add initial Google gs101 SoC support
` [PATCH v3 18/20] arm64: dts: google: Add initial Oriole/pixel 6 board support
` [PATCH v3 19/20] arm64: defconfig: Enable Google Tensor SoC
` [PATCH v3 20/20] MAINTAINERS: add entry for "

[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-11 18:16 UTC  (49+ messages)
` [PATCH v2 01/20] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
` [PATCH v2 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v2 03/20] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH v2 04/20] dt-bindings: watchdog: Document Google gs101 & gs201 watchdog bindings
` [PATCH v2 05/20] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v2 06/20] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH v2 07/20] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v2 08/20] dt-bindings: serial: samsung: Add google-gs101-uart compatible
` [PATCH v2 09/20] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v2 10/20] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH v2 11/20] clk: samsung: clk-gs101: add CMU_APM support
` [PATCH v2 12/20] clk: samsung: clk-gs101: Add support for CMU_MISC clock unit
` [PATCH v2 13/20] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v2 14/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v2 15/20] watchdog: s3c2410_wdt: Add support for Google tensor SoCs
` [PATCH v2 16/20] tty: serial: samsung: Add gs101 compatible and SoC data
` [PATCH v2 17/20] arm64: dts: google: Add initial Google gs101 SoC support
` [PATCH v2 18/20] arm64: dts: google: Add initial Oriole/pixel 6 board support
` [PATCH v2 19/20] arm64: defconfig: Enable Google Tensor SoC
` [PATCH v2 20/20] MAINTAINERS: add entry for "

Meet Every Millionaire Donor In Your Community
 2023-10-11 14:17 UTC 

[GIT PULL] Devicetree changes for omaps for v6.7
 2023-10-11  7:48 UTC 

[PATCH] IXP4xx MAINTAINERS entries
 2023-10-11  5:06 UTC 

[GIT PULL] firmware: arm_ffa: Updates for v6.7
 2023-10-10 12:43 UTC 

[GIT PULL] firmware: arm_scmi: Updates for v6.7
 2023-10-10 12:43 UTC 

[GIT PULL] ARM: vexpress: Update for v6.7
 2023-10-10 12:43 UTC 

[PATCH 00/21] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-10 12:09 UTC  (72+ messages)
` [PATCH 01/21] dt-bindings: interrupt-controller: Add gs101 interrupt controller
` [PATCH 02/21] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
` [PATCH 03/21] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH 04/21] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH 05/21] dt-bindings: watchdog: Document Google gs101 & gs201 watchdog bindings
` [PATCH 06/21] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH 07/21] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH 08/21] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH 09/21] dt-bindings: clock: gs101: Add cmu_top clock indices
` [PATCH 10/21] dt-bindings: clock: gs101: Add cmu_apm "
` [PATCH 11/21] dt-bindings: clock: gs101: Add cmu_misc "
` [PATCH 12/21] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH 13/21] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH 14/21] clk: samsung: clk-gs101: add CMU_APM support
` [PATCH 15/21] clk: google: gs101: Add support for CMU_MISC clock unit
` [PATCH 16/21] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH 17/21] watchdog: s3c2410_wdt: Add support for Google tensor SoCs
` [PATCH 18/21] arm64: dts: google: Add initial Google gs101 SoC support
` [PATCH 19/21] google/gs101: Add dt overlay for oriole board
` [PATCH 20/21] arm64: defconfig: Enable Google Tensor SoC
` [PATCH 21/21] MAINTAINERS: add entry for "

[GIT PULL] Microchip AT91 DT updates for v6.7
 2023-10-10  4:59 UTC 

[GIT PULL] IXP4xx DTS updates
 2023-10-09 20:53 UTC 

[PATCH 1/6] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
 2023-10-09 16:45 UTC  (5+ messages)

Nonprofits, You Have To Prioritize Money First
 2023-10-09 14:10 UTC 

[GIT PULL] arm64: dts: mediatek: Updates for v6.7
 2023-10-09 13:33 UTC  (3+ messages)
` Aw: "

[GIT PULL] soc: mediatek: Updates for v6.7
 2023-10-09 10:38 UTC 

[PATCH v2 0/2] mailbox: pcc: export the PCC subspace type
 2023-10-07  2:45 UTC  (6+ messages)
  ` [PATCH v2 2/2] soc: kunpeng_hccs: add the check for "

[PATCH 0/5] MediaTek: Update MAINTAINERS and dts fixes for v6.7
 2023-10-06 21:11 UTC  (11+ messages)
` [PATCH 1/5] MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer
` [PATCH 2/5] arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
` [PATCH 3/5] arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions
` [PATCH 4/5] arm64: dts: mediatek: fix t-phy unit name
` [PATCH 5/5] arm64: dts: mediatek: mt8195: Set DSU PMU status to fail

[GIT PULL] AMDTEE fix for v6.6
 2023-10-06 21:11 UTC  (3+ messages)

[GIT PULL] Renesas fixes for v6.6
 2023-10-06 21:11 UTC  (3+ messages)

Patchwork summary for: linux-soc
 2023-10-06 21:11 UTC 

Patchwork summary for: linux-soc
 2023-10-06 21:11 UTC 

Delivery report
 2023-10-06 12:50 UTC 

[GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7
 2023-10-06  9:39 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: "

[GIT PULL 1/2] arm64: dts: minor cleanup for v6.7
 2023-10-06  9:28 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: "

Receive Your Credentials This Weekend!
 2023-10-05 14:16 UTC 

10 Reasons Why Nonprofit Execs Love Credentialing
 2023-10-05 13:07 UTC 

[PATCH 17/36] pinctrl: spear: use new pinctrl GPIO helpers
 2023-10-04  6:01 UTC  (2+ messages)

We Know ALL Your Donors
 2023-10-03 14:17 UTC 

No Galas, No Auctions, No Golf, EVER AGAIN
 2023-10-02 14:03 UTC 

Patch "treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)" has been added to the 5.10-stable tree
 2023-10-02 11:13 UTC 

Patch "treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)" has been added to the 5.15-stable tree
 2023-10-02 11:12 UTC 

[GIT PULL] ARM: SoC fixes for 6.6
 2023-10-01  1:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: Fix Florian Fainelli's email address
 2023-09-29 19:13 UTC  (4+ messages)

Louis Fawcett is RE-IMAGINING NONPROFITS
 2023-09-29 15:07 UTC 

[PATCH] arm/arm64: dts: Removed undocumented and unused "pl022,hierarchy" property
 2023-09-29 13:29 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).