linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-23 08:14:23 to 2018-04-20 06:01:56 UTC [more...]

[GIT PULL] exynos-drm-fixes
 2018-04-20  6:01 UTC 

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-19 14:05 UTC  (5+ messages)
` [PATCH 01/61] ARM: plat-samsung: "
` [PATCH 05/61] clk: samsung: "
` [PATCH 06/61] crypto: "
` [PATCH 26/61] media: platform: exynos4-is: "

[BUG] NULL pointer on next-20180419 on Odroid XU3 (snd_soc_register_card)
 2018-04-19 11:22 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl/samsung: Fix incorrect EINTG banks order
 2018-04-18 15:47 UTC  (7+ messages)
` [PATCH v2 1/2] pinctrl/samsung: Correct "
` [PATCH v2 2/2] pinctrl/samsung: Document required order of banks

[PATCH] [media] include/media: fix missing | operator when setting cfg
 2018-04-18 15:27 UTC  (5+ messages)

[PATCH v2 1/8] spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode
 2018-04-18 13:49 UTC  (19+ messages)
    ` [PATCH v2 2/8] spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field
    ` [PATCH v2 3/8] spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
    ` [PATCH v2 4/8] spi: spi-s3c64xx: Drop unused enable_datapath() "
      ` Applied "spi: spi-s3c64xx: Drop unused enable_datapath() function argument" to the spi tree
    ` [PATCH v2 5/8] spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names
      ` Applied "spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names" to the spi tree
    ` [PATCH v2 6/8] spi: spi-s3c64xx: Fix indentation in the register offset definitions
    ` [PATCH v2 7/8] spi: spi-s3c64xx: Use local variable for FIFO length
      ` Applied "spi: spi-s3c64xx: Use local variable for FIFO length" to the spi tree
    ` [PATCH v2 8/8] spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode
      ` Applied "spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode" to the spi tree

[PATCH v6 00/30] DRM Rockchip rk3399 (Kevin)
 2018-04-18  9:18 UTC  (43+ messages)
` [PATCH v6 01/30] drm/bridge: analogix_dp: Move enable video into config_video()
` [PATCH v6 02/30] drm/bridge: analogix_dp: Check AUX_EN status when doing AUX transfer
` [PATCH v6 03/30] drm/bridge: analogix_dp: Don't use fast link training when panel just powered up
` [PATCH v6 04/30] drm/bridge: analogix_dp: Retry bridge enable when it failed
` [PATCH v6 05/30] drm/bridge: analogix_dp: Wait for HPD signal before configuring link
` [PATCH v6 06/30] drm/bridge: analogix_dp: Set PD_INC_BG first when powering up edp phy
` [PATCH v6 07/30] drm/bridge: analogix_dp: Ensure edp is disabled when shutting down the panel
` [PATCH v6 08/30] drm/bridge: analogix_dp: Extend hpd check time to 100ms
` [PATCH v6 09/30] drm/bridge: analogix_dp: Fix incorrect usage of enhanced mode
` [PATCH v6 10/30] drm/bridge: analogix_dp: Check dpcd write/read status
` [PATCH v6 11/30] drm/bridge: analogix_dp: Fix AUX_PD bit for Rockchip
` [PATCH v6 12/30] drm/bridge: analogix_dp: Reset aux channel if an error occurred
` [PATCH v6 13/30] drm/rockchip: Restore psr->state when enable/disable psr failed
` [PATCH v6 14/30] drm/bridge: analogix_dp: Don't use ANALOGIX_DP_PLL_CTL to control pll
` [PATCH v6 15/30] drm/bridge: analogix_dp: Fix timeout of video streamclk config
` [PATCH v6 16/30] drm/bridge: analogix_dp: Fix incorrect operations with register ANALOGIX_DP_FUNC_EN_1
` [PATCH v6 17/30] drm/bridge: analogix_dp: Move fast link training detect to set_bridge
` [PATCH v6 18/30] drm/bridge: analogix_dp: Reorder plat_data->power_off to happen sooner
` [PATCH v6 19/30] drm/bridge: analogix_dp: Properly log AUX CH errors
` [PATCH v6 20/30] drm/bridge: analogix_dp: Properly disable aux chan retries on rockchip
` [PATCH v6 21/30] drm/rockchip: pre dither down when output bpc is 8bit
` [PATCH v6 22/30] drm/bridge: analogix_dp: Split the platform-specific poweron in two parts
` [PATCH v6 23/30] drm/rockchip: analogix_dp: Do not call Analogix code before bind
` [PATCH v6 24/30] drm/rockchip: Disable PSR on input events
` [PATCH v6 25/30] drm/rockchip: Cancel PSR enable work before changing the state
` [PATCH v6 26/30] drm/rockchip: psr: Avoid redundant calls to .set() callback
` [PATCH v6 27/30] drm/rockchip: psr: Sanitize semantics of allow/disallow API
` [PATCH v6 28/30] drm/rockchip: Disable PSR from reboot notifier
` [PATCH v6 29/30] drm/rockchip: Disallow PSR for the whole atomic commit
` [PATCH v6 30/30] drm/rockchip: psr: Remove flush by CRTC

[PATCH] ARM: dts: exynos: Update x and y properties for mms114 touchscreen
 2018-04-17 19:46 UTC  (4+ messages)

[RFC 0/2] dw_mmc: add multislot support
 2018-04-17 12:11 UTC  (3+ messages)
` [RFC 1/2] dw_mmc: revert removal "
` [RFC 2/2] dw_mmc: add "

[PATCH 1/6] spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field
 2018-04-17 10:51 UTC  (21+ messages)
    ` [PATCH 2/6] spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
    ` [PATCH 3/6] spi: spi-s3c64xx: Drop unused enable_datapath() "
    ` [PATCH 4/6] spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode
    ` [PATCH 5/6] spi: spi-s3c64xx: Fix indentation in the register offset definitions
    ` [PATCH 6/6] spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode

[PATCH 1/3] arm: dts: exynos: Add serial path for Rinato board to get earlycon support
 2018-04-16 18:23 UTC  (8+ messages)
    ` [PATCH 2/3] ARM: exynos_defconfig: enable S6E63J0X03 panel driver
    ` [PATCH 3/3] ARM: multi_v7_config: "

[PATCH] ARM: s3c24xx: mini2440: use device properties for at24 eeprom
 2018-04-16 18:18 UTC  (3+ messages)

[PATCH v3 1/2] ARM: dts: exynos: Move syscon poweroff and restart nodes under the PMU
 2018-04-16 18:14 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: "

[PATCH] phy: exynos-mipi-video: Simplify code by using regmap_update_bits()
 2018-04-16 16:19 UTC 

[PATCH 00/14] thermal: exynos: pending fixes and cleanups
 2018-04-16 14:24 UTC  (41+ messages)
    ` [PATCH 01/14] thermal: exynos: Reading temperature makes sense only when TMU is turned on
    ` [PATCH 02/14] thermal: exynos: Propagate error value from tmu_read()
    ` [PATCH 03/14] thermal: exynos: Read soc_type from match data
    ` [PATCH 04/14] thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data
    ` [PATCH 05/14] thermal: exynos: remove parsing of samsung,tmu_default_temp_offset property
    ` [PATCH 06/14] thermal: exynos: remove parsing of samsung,tmu_[first,second]_point_trim properties
    ` [PATCH 07/14] thermal: exynos: remove parsing of samsung,tmu_noise_cancel_mode property
    ` [PATCH 08/14] thermal: exynos: remove parsing of samsung,tmu[_min,_max]_efuse_value properties
    ` [PATCH 09/14] thermal: exynos: remove parsing of samsung,tmu_reference_voltage property
    ` [PATCH 10/14] thermal: exynos: remove parsing of samsung,tmu_gain property
    ` [PATCH 11/14] thermal: exynos: remove parsing of samsung,tmu_cal_type property
    ` [PATCH 12/14] thermal: exynos: remove separate exynos_tmu.h header file
    ` [PATCH 13/14] ARM: dts: exynos: remove no longer needed samsung thermal properties
    ` [PATCH 14/14] arm64: "

[PATCH v2 12/14] thermal: exynos: remove separate exynos_tmu.h header file
 2018-04-16 14:22 UTC 

[PATCH] pinctrl/samsung: Correct EINTG banks order
 2018-04-14 16:27 UTC  (7+ messages)

[PATCH] thermal/drivers/exynos_tmu: Fix warnings in temp_to_code / code_to_temp
 2018-04-13 11:08 UTC  (2+ messages)

[PATCHv2] pinctrl: samsung: add pin_dbg_show callback for debugfs
 2018-04-12  8:14 UTC  (4+ messages)

[PATCH 00/16] Make all drivers under drivers/media to build with COMPILE_TEST
 2018-04-09  9:49 UTC  (3+ messages)
` [PATCH 07/16] media: exymos4-is: allow compile test for EXYNOS FIMC-LITE

[PATCH] clk: samsung: s3c: Mark expected switch fall-through
 2018-04-05 23:11 UTC  (3+ messages)

[PATCH v2 07/19] media: exymos4-is: allow compile test for EXYNOS FIMC-LITE
 2018-04-05 20:29 UTC 

[PATCH] video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platforms
 2018-03-28 14:31 UTC  (3+ messages)

[PATCH] thermal: exynos_tmu: avoid uninitialized variables
 2018-03-28 13:56 UTC  (2+ messages)

[GIT PULL] ARM: exynos: mach for v4.17, part two
 2018-03-27 13:48 UTC  (2+ messages)

[PATCH] pinctrl: samsung: add pin_dbg_show callback for debugfs
 2018-03-27 13:47 UTC  (3+ messages)

[GIT PULL] ARM: dts: exynos: Second pull for v4.17
 2018-03-27 12:11 UTC  (2+ messages)

[PATCH] mtd: switch to mtd_device_register()
 2018-03-24  7:13 UTC 

[PATCH] media: fimc-capture: get rid of two warnings
 2018-03-23 12:57 UTC 

linux-next: manual merge of the net-next tree with the mac80211 tree
 2018-03-23 11:51 UTC 

[PATCH V3] ZBOOT: fix stack protector in compressed boot phase
 2018-03-23  8:14 UTC 


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