linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-05 16:13:53 to 2024-04-24 19:51:47 UTC [more...]

[PATCH v2 00/14] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-24 19:51 UTC  (16+ messages)
` [PATCH v2 01/14] dt-bindings: clock: google,gs101-clock: add HSI2 clock management unit
` [PATCH v2 02/14] dt-bindings: soc: google: exynos-sysreg: add dedicated hsi2 sysreg compatible
` [PATCH v2 03/14] dt-bindings: ufs: exynos-ufs: Add gs101 compatible
` [PATCH v2 04/14] arm64: dts: exynos: gs101: enable cmu-hsi2 clock controller
` [PATCH v2 05/14] arm64: dts: exynos: gs101: Add the hsi2 sysreg node
` [PATCH v2 06/14] arm64: dts: exynos: gs101: Add ufs, ufs-phy and ufs regulator dt nodes
` [PATCH v2 07/14] clk: samsung: gs101: add support for cmu_hsi2
` [PATCH v2 08/14] scsi: ufs: host: ufs-exynos: Add EXYNOS_UFS_OPT_UFSPR_SECURE option
` [PATCH v2 09/14] scsi: ufs: host: ufs-exynos: add EXYNOS_UFS_OPT_TIMER_TICK_SELECT option
` [PATCH v2 10/14] scsi: ufs: host: ufs-exynos: allow max frequencies up to 267Mhz
` [PATCH v2 11/14] scsi: ufs: host: ufs-exynos: add some pa_dbg_ register offsets into drvdata
` [PATCH v2 12/14] scsi: ufs: host: ufs-exynos: Add support for Tensor gs101 SoC
` [PATCH v2 13/14] phy: samsung-ufs: ufs: remove superfluous mfd/syscon.h header
` [PATCH v2 14/14] phy: samsung-ufs: ufs: exit on first reported error

[PATCH 0/2] USB (dwc3-glue) support for Google Tensor gs101
 2024-04-24 19:46 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: usb: samsung,exynos-dwc3: add gs101 compatible
` [PATCH 2/2] usb: dwc3: exynos: add support for Google Tensor gs101

[PATCH 0/7] USB31DRD phy support for Google Tensor gs101 (HS & SS)
 2024-04-24 19:43 UTC  (12+ messages)
` [PATCH 1/7] dt-bindings: phy: samsung,usb3-drd-phy: add gs101 compatible
` [PATCH 2/7] phy: exynos5-usbdrd: use exynos_get_pmu_regmap_by_phandle() for PMU regs
` [PATCH 3/7] phy: exynos5-usbdrd: support isolating HS and SS ports independently
` [PATCH 4/7] phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()
` [PATCH 5/7] phy: exynos5-usbdrd: uniform order of register bit macros
` [PATCH 6/7] phy: exynos5-usbdrd: convert to clk_bulk for phy (register) access
` [PATCH 7/7] phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)

[PATCH 0/3] HSI0 support for Google Tensor gs101
 2024-04-24 19:38 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clock: google,gs101-clock: add HSI0 clock management unit
` [PATCH 2/3] arm64: dts: exynos: gs101: enable cmu-hsi0 clock controller
` [PATCH 3/3] clk: samsung: clk-gs101: add cmu_hsi0

[PATCH] spi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
 2024-04-24 13:58 UTC  (2+ messages)

[PATCH 0/2] enable USB on Pixel 6 (Oriole)
 2024-04-23 20:52 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: exynos: gs101: add USB & USB-phy nodes
` [PATCH 2/2] arm64: dts: exynos: gs101-oriole: enable USB on this board

[PATCH] drm/exynos: fix .get_modes return value in case of errors
 2024-04-23 20:52 UTC  (2+ messages)

[PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-23 17:45 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 10/17] phy: samsung-ufs: ufs: Add SoC callbacks for calibration and clk data recovery
  ` [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
  ` (subset) [PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
    ` [PATCH 09/17] phy: samsung-ufs: use exynos_get_pmu_regmap_by_phandle() to obtain PMU regmap

[PATCH 0/2] Update Energy Model with perfromance limits
 2024-04-22 13:55 UTC  (8+ 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 00/34] address all -Wunused-const warnings
 2024-04-22  8:16 UTC  (4+ messages)
` (subset) "

[PATCH v4 0/2] clk: samsung: introduce nMUX to reparent MUX clocks
 2024-04-22  7:20 UTC  (4+ messages)
` [PATCH v4 1/2] clk: samsung: gs101: propagate PERIC0 USI SPI clock rate
` [PATCH v4 2/2] clk: samsung: gs101: propagate PERIC1 "

[PATCH v4 1/5] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
 2024-04-21 13:47 UTC  (5+ messages)
` [PATCH v4 2/5] usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v4 3/5] usb: ohci-exynos: Use devm_clk_get_enabled() helpers
` [PATCH v4 4/5] usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v4 5/5] usb: dwc3: exynos: "

[PATCH v2] arm/arm64: dts: Drop "arm,armv8-pmuv3" compatible usage
 2024-04-19 11:42 UTC  (2+ messages)

[PATCH v3 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-04-17  4:44 UTC  (2+ messages)
` [PATCH v3 2/2] PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions

[PATCH v3 1/5] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
 2024-04-16  0:44 UTC  (7+ 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] arm/arm64: dts: Drop "arm,armv8-pmuv3" compatible usage
 2024-04-16  0:13 UTC  (14+ messages)

[PATCH v6 00/11] IOMMU memory observability
 2024-04-15 12:33 UTC  (13+ 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 v6 09/11] iommu/tegra-smmu: "
` [PATCH v6 10/11] iommu: observability of the IOMMU allocations
` [PATCH v6 11/11] iommu: account IOMMU allocated memory

[PATCH v3 0/3] clk: samsung: introduce nMUX to reparent MUX clocks
 2024-04-15  7:13 UTC  (3+ messages)

[PATCH] gpu: drm: exynos: hdmi: eliminate uses of of_node_put()
 2024-04-15  0:39 UTC 

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

[PATCH v2 1/6] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
 2024-04-12  5:32 UTC  (12+ messages)
` [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 v5 0/4] Update Energy Model after chip binning adjusted voltages
 2024-04-09  7:07 UTC  (3+ messages)

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-09  2:57 UTC  (2+ messages)

[PATCH v1 3/4] usb: dwc3: exynos: Use devm_regulator_bulk_get_enable() helper function
 2024-04-08 20:26 UTC  (10+ 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).