Linux-Samsung-soc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-03 13:19:10 to 2024-04-13 00:25:34 UTC [more...]

[PATCH v6 00/11] IOMMU memory observability
 2024-04-13  0:25 UTC  (9+ messages)
` [PATCH v6 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v6 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v6 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v6 04/11] iommu/io-pgtable-arm: "
` [PATCH v6 05/11] iommu/io-pgtable-dart: "
` [PATCH v6 06/11] iommu/exynos: "
` [PATCH v6 07/11] iommu/rockchip: "
` [PATCH v6 08/11] iommu/sun50i: "

[PATCH] arm/arm64: dts: Drop "arm,armv8-pmuv3" compatible usage
 2024-04-12 22:28 UTC 

[PATCH v5 00/11] IOMMU memory observability
 2024-04-12 17:06 UTC  (12+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations

[PATCH v3 1/5] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
 2024-04-12 14:58 UTC  (6+ messages)
` [PATCH v3 2/5] usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v3 3/5] usb: ohci-exynos: Use devm_clk_get_enabled() helpers
` [PATCH v3 4/5] usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v3 5/5] usb: dwc3: exynos: "

[PATCH v2 1/6] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
 2024-04-12  5:32 UTC  (23+ messages)
` [PATCH v2 2/6] usb: ehci-exynos: Switch from CONFIG_PM guards to pm_ptr()
` [PATCH v2 3/6] usb: ohci-exynos: Use devm_clk_get_enabled() helpers
` [PATCH v2 4/6] usb: ohci-exynos: Switch from CONFIG_PM guards to pm_ptr()
` [PATCH v2 5/6] usb: dwc3: exynos: Use devm_regulator_bulk_get_enable() helper function
` [PATCH v2 6/6] usb: dwc3: exynos: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()

convert SCSI to atomic queue limits, part 1 (v3)
 2024-04-12  2:04 UTC  (51+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
  ` [PATCH 21/23 v3.1] "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH v1] scsi: ufs: exynos: Support module autoloading
 2024-04-12  1:56 UTC  (4+ messages)

[PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-10 16:40 UTC  (51+ messages)
  ` [PATCH 01/17] dt-bindings: clock: google,gs101-clock: add HSI2 clock management unit
  ` [PATCH 02/17] dt-bindings: soc: google: exynos-sysreg: add dedicated hsi2 sysreg compatible
  ` [PATCH 03/17] dt-bindings: ufs: exynos-ufs: Add gs101 compatible
  ` [PATCH 04/17] dt-bindings: phy: samsung,ufs-phy: Add dedicated gs101-ufs-phy compatible
  ` [PATCH 05/17] arm64: dts: exynos: gs101: enable cmu-hsi2 clock controller
  ` [PATCH 06/17] arm64: dts: exynos: gs101: Add the hsi2 sysreg node
  ` [PATCH 07/17] arm64: dts: exynos: gs101: Add ufs, ufs-phy and ufs regulator dt nodes
  ` [PATCH 08/17] clk: samsung: gs101: add support for cmu_hsi2
  ` [PATCH 09/17] phy: samsung-ufs: use exynos_get_pmu_regmap_by_phandle() to obtain PMU regmap
  ` [PATCH 10/17] phy: samsung-ufs: ufs: Add SoC callbacks for calibration and clk data recovery
  ` [PATCH 11/17] phy: samsung-ufs: ufs: Add support for gs101 UFS phy tuning
  ` [PATCH 12/17] scsi: ufs: host: ufs-exynos: Add EXYNOS_UFS_OPT_UFSPR_SECURE option
  ` [PATCH 13/17] scsi: ufs: host: ufs-exynos: add EXYNOS_UFS_OPT_TIMER_TICK_SELECT option
  ` [PATCH 14/17] scsi: ufs: host: ufs-exynos: allow max frequencies up to 267Mhz
  ` [PATCH 15/17] scsi: ufs: host: ufs-exynos: add some pa_dbg_ register offsets into drvdata
  ` [PATCH 16/17] scsi: ufs: host: ufs-exynos: Add support for Tensor gs101 SoC
  ` [PATCH 17/17] MAINTAINERS: Add phy-gs101-ufs file to Tensor GS101
  ` (subset) [PATCH 00/17] HSI2, UFS & UFS phy support for "

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-10  8:02 UTC  (8+ messages)
` [PATCH 31/34] spi: remove incorrect of_match_ptr annotations
` (subset) [PATCH 00/34] address all -Wunused-const warnings

[PATCH 0/2] Update Energy Model with perfromance limits
 2024-04-09 14:47 UTC  (6+ messages)
` [PATCH 1/2] PM: EM: Add min/max available performance state limits
` [PATCH 2/2] cpufreq: scmi: Update Energy Model with allowed performance limits

[PATCH v5 0/4] Update Energy Model after chip binning adjusted voltages
 2024-04-09  7:07 UTC  (7+ messages)
` [PATCH v5 1/4] OPP: OF: Export dev_opp_pm_calc_power() for usage from EM
` [PATCH v5 2/4] PM: EM: Refactor em_adjust_new_capacity()
` [PATCH v5 3/4] PM: EM: Add em_dev_update_chip_binning()
` [PATCH v5 4/4] soc: samsung: exynos-asv: Update Energy Model after adjusting voltage

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-09  2:57 UTC  (28+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 10/23] scsi: add a device_configure method to the "
` [PATCH 12/23] mpt3sas: switch to using ->device_configure
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits

[PATCH v1 3/4] usb: dwc3: exynos: Use devm_regulator_bulk_get_enable() helper function
 2024-04-08 20:26 UTC  (10+ messages)

GS101 pl330 AxCACHE
 2024-04-05 10:05 UTC 

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-04-05  8:48 UTC  (4+ messages)

[PATCH 00/11] drm/exynos: drop driver owner initialization
 2024-04-05  5:11 UTC  (2+ messages)

[PATCH] drm: fix DRM_DISPLAY_DP_HELPER dependencies
 2024-04-04 14:23 UTC  (2+ messages)

UFS storage support for Tensor/GS101?
 2024-04-04 12:31 UTC  (4+ messages)

[PATCH v2 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-04-03 18:15 UTC  (2+ messages)
` [PATCH v2 2/2] PM / devfreq: exynos: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()


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).