linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 15:16:41 to 2024-01-29 11:01:46 UTC [more...]

gs101 oriole: peripheral block 1 (peric1) and i2c12 support
 2024-01-29 11:01 UTC  (31+ messages)
` [PATCH 1/9] clk: samsung: gs-101: drop extra empty line
` [PATCH 2/9] dt-bindings: clock: google,gs101-clock: add PERIC1 clock management unit
` [PATCH 3/9] clk: samsung: gs101: add support for cmu_peric1
` [PATCH 4/9] arm64: dts: exynos: gs101: enable cmu-peric1 clock controller
` [PATCH 5/9] arm64: dts: exynos: gs101: define USI12 with I2C configuration
` [PATCH 6/9] arm64: dts: exynos: gs101: enable i2c bus 12 on gs101-oriole
` [PATCH 7/9] dt-bindings: samsung: exynos-sysreg: gs101-peric1 requires a clock
` [PATCH 8/9] arm64: dts: exynos: gs101: sysreg_peric1 needs "
` [PATCH 9/9] clk: samsung: gs101: don't CLK_IGNORE_UNUSED peric1_sysreg clock

[PATCH 00/17] media: kerneldoc warnings
 2024-01-29 10:08 UTC  (44+ messages)
` [PATCH 01/17] media: mediatek: vcodec: Fix "
` [PATCH 02/17] media: videodev2.h: Fix kerneldoc
` [PATCH 03/17] media: media-entity.h: "
` [PATCH 04/17] media: cec.h: "
` [PATCH 05/17] media: pci: dt315.h: "
` [PATCH 06/17] media: i2c: css-quirk.h: "
` [PATCH 07/17] media: i2c: adv748: "
` [PATCH 08/17] media: mediatek: jpeg: "
` [PATCH 09/17] media: mediatek: vcodec: "
` [PATCH 10/17] media: verisilicon: "
` [PATCH 11/17] media: qcom: venus: "
` [PATCH 12/17] media: samsung: exynos4-is: "
` [PATCH 13/17] media: samsung: s5p-mfc: "
` [PATCH 14/17] media: dvb-usb: "
` [PATCH 15/17] media: ipu3: "
` [PATCH 16/17] media: staging: meson: "
` [PATCH 17/17] linux: v4l2-vp9.h: "

gs101 oriole: peripheral block 0 (peric0) fixes
 2024-01-29  9:48 UTC  (19+ messages)
` [PATCH 1/5] clk: samsung: gs101: gpio_peric0_pclk needs to be kept on
` [PATCH 2/5] arm64: dts: exynos: gs101: fix usi8 default mode
` [PATCH 3/5] arm64: dts: exynos: gs101: use correct clocks for usi8
` [PATCH 4/5] arm64: dts: exynos: gs101: use correct clocks for usi_uart
` [PATCH 5/5] clk: samsung: gs101: don't mark non-essential clocks as critical

[PATCH v4 0/2] Add helper function to get and enable all bulk clocks
 2024-01-29  6:58 UTC  (5+ messages)
  ` [PATCH v4 1/2] clk: Provide managed helper to get and enable "
  ` [PATCH v4 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

[PATCH v3 00/17] spi: s3c64xx: straightforward cleanup
 2024-01-27  3:44 UTC  (28+ messages)
` [PATCH v3 01/17] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v3 02/17] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v3 03/17] spi: s3c64xx: avoid possible negative array index
` [PATCH v3 04/17] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v3 05/17] spi: s3c64xx: sort headers alphabetically
` [PATCH v3 06/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v3 07/17] spi: s3c64xx: remove else after return
` [PATCH v3 08/17] spi: s3c64xx: move common code outside if else
` [PATCH v3 09/17] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v3 10/17] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v3 11/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v3 12/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v3 13/17] spi: s3c64xx: drop blank line between declarations
` [PATCH v3 14/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v3 15/17] spi: s3c64xx: remove duplicated definition
` [PATCH v3 16/17] spi: s3c64xx: drop a superfluous bitwise NOT operation
` [PATCH v3 17/17] spi: s3c64xx: use bitfield access macros

[PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
 2024-01-26 23:07 UTC  (3+ messages)

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-26 21:19 UTC  (65+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi

[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
 2024-01-26 17:10 UTC  (8+ messages)
` [PATCH v5 003/111] pwm: Provide a macro to get the parent device of a given chip
` [PATCH v5 040/111] pwm: Provide devm_pwmchip_alloc() function

[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
 2024-01-26 17:04 UTC  (14+ messages)
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis

[GIT PULL] drm-misc-fixes
 2024-01-26 14:11 UTC 

[PATCH v3 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock
 2024-01-26 12:01 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: exynos: gs101: sysreg_peric0 needs "

[PATCH 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock
 2024-01-26 10:35 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: exynos: gs101: sysreg_peric1 needs "

[PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default
 2024-01-26 10:31 UTC  (6+ messages)

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 22:50 UTC  (7+ messages)
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros

[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
 2024-01-25 15:56 UTC  (10+ messages)
` [PATCH 1/7] ARM: dts: samsung: s5pv210: "
` [PATCH 2/7] ARM: dts: samsung: exynos3250: "
` [PATCH 3/7] ARM: dts: samsung: exynos4: "
` [PATCH 4/7] ARM: dts: samsung: exynos5250: "
` [PATCH 5/7] ARM: dts: samsung: exynos5450: "
` [PATCH 6/7] ARM: dts: samsung: exynos5433: "
` [PATCH 7/7] ARM: dts: samsung: exynosautov9: "


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