Linux-Samsung-soc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-24 12:45:35 to 2023-12-01 16:10:51 UTC [more...]

[PATCH v5 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-01 16:09 UTC  (2+ messages)
` [PATCH v5 01/20] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-01 13:59 UTC  (13+ messages)
` [PATCH v3 10/20] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH v3 17/20] arm64: dts: google: Add initial Google gs101 SoC support

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-01 12:01 UTC  (9+ messages)
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v4 18/19] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support

[PATCH v6 0/9] Improve Exynos thermal driver
 2023-12-01  9:56 UTC  (10+ messages)
    ` [PATCH v6 1/9] thermal: exynos: remove an unnecessary field description
    ` [PATCH v6 2/9] thermal: exynos: drop id field
    ` [PATCH v6 3/9] thermal: exynos: switch from workqueue-driven interrupt handling to threaded interrupts
    ` [PATCH v6 4/9] thermal: exynos: handle devm_regulator_get_optional return value correctly
    ` [PATCH v6 5/9] thermal: exynos: simplify regulator (de)initialization
    ` [PATCH v6 6/9] thermal: exynos: stop using the threshold mechanism on Exynos 4210
    ` [PATCH v6 7/9] thermal: exynos: split initialization of TMU and the thermal zone
    ` [PATCH v6 8/9] thermal: exynos: use BIT wherever possible
    ` [PATCH v6 9/9] thermal: exynos: use set_trips

[PATCH v7 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
 2023-12-01  5:03 UTC 

[PATCH v2 00/10] IOMMU memory observability
 2023-11-30 20:15 UTC  (11+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v2 03/10] iommu/io-pgtable-arm: "
` [PATCH v2 04/10] iommu/io-pgtable-dart: "
` [PATCH v2 05/10] iommu/exynos: "
` [PATCH v2 06/10] iommu/rockchip: "
` [PATCH v2 07/10] iommu/sun50i: "
` [PATCH v2 08/10] iommu/tegra-smmu: "
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory

[PATCH 00/16] IOMMU memory observability
 2023-11-30 14:03 UTC  (49+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH 00/30] Make a new API for drivers to use to get their FW
 2023-11-30 13:23 UTC  (34+ messages)
` [PATCH 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 05/30] iommu: Add iommu_probe_info
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH 10/30] iommu/sprd: "
` [PATCH 11/30] iommu/sun50i: "
` [PATCH 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 14/30] iommu/exynos: "
` [PATCH 15/30] iommu/msm: "
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 19/30] iommu/mtk: "
` [PATCH 20/30] iommu/ipmmu-vmsa: "
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH 30/30] iommu: Remove fwspec and related

[PATCH v10 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
 2023-11-30 11:20 UTC  (4+ messages)
  ` [PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

[PATCH v2] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-30  7:56 UTC  (14+ messages)

[PATCH v6 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
 2023-11-29 18:11 UTC  (2+ messages)

[PATCH v2 0/4] kbuild: Per arch/platform dtc warning levels
 2023-11-29 17:49 UTC  (6+ messages)

[PATCH v3] docs: dt-bindings: add DTS Coding Style document
 2023-11-29 11:37 UTC  (22+ messages)

[Patch v4 00/11] Add MFC V12 support
 2023-11-28 10:31 UTC  (12+ messages)
  ` [Patch v4 03/11] media: s5p-mfc: Add initial support for MFCv12
  ` [Patch v4 04/11] media: s5p-mfc: Add YV12 and I420 multiplanar format support
  ` [Patch v4 09/11] media: s5p-mfc: Load firmware for each run in MFCv12

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-28 20:58 UTC  (5+ messages)
` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: "
` (subset) [PATCH 00/17] dt-bindings: samsung: "

[PATCH v3 00/16] drm: Convert to platform remove callback returning void
 2023-11-28 17:04 UTC  (5+ messages)
` [PATCH v3 08/16] drm/exynos: "

[PATCH v3 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
 2023-11-28 17:00 UTC  (2+ messages)

[Patch v6 00/12] Add Qualcomm Minidump driver related support
 2023-11-28 16:03 UTC  (20+ messages)
` [Patch v6 01/12] firmware: qcom_scm: Refactor code to support multiple dload mode
` [Patch v6 02/12] firmware/qcom: qcom_scm: Add multiple download mode support
` [Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
` [Patch v6 04/12] soc: qcom: Add qcom_rproc_minidump module
` [Patch v6 05/12] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [Patch v6 06/12] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [Patch v6 07/12] init: export linux_banner data variable
` [Patch v6 08/12] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [Patch v6 09/12] MAINTAINERS: Add entry for minidump related files
` [Patch v6 10/12] pstore/ram: Add dynamic ramoops region support through commandline
` [Patch v6 11/12] pstore/ram: Add ramoops ready notifier support
` [Patch v6 12/12] soc: qcom: register ramoops region with APSS minidump

[PATCH v5 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
 2023-11-28  7:49 UTC  (5+ messages)

[PATCH v2] drm/exynos: fix a wrong error checking
 2023-11-28  4:00 UTC 

[PATCH] drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()
 2023-11-27 11:26 UTC  (9+ messages)

[PATCH v5 7/9] thermal: exynos: split initialization of TMU and the thermal zone
 2023-11-27  7:20 UTC  (2+ messages)

[PATCH v2] docs: dt-bindings: add DTS Coding Style document
 2023-11-25 18:44 UTC  (5+ messages)

[PATCH] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-24 12:56 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).