Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2022-10-10 00:22:11 to 2022-10-20 10:38:27 UTC [more...]

[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-20 10:37 UTC  (22+ messages)
` [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose
` [PATCH 02/21] drm/imx: "
` [PATCH 03/21] drm/ingenic: "
` [PATCH 04/21] drm/komeda: "
` [PATCH 05/21] drm/logicvc: "
` [PATCH 06/21] drm/mcde: "
` [PATCH 07/21] drm/rockchip: "
` [PATCH 08/21] drm/vboxvideo: "
` [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH 10/21] drm/tve200: Include <linux/of.h>
` [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements

[PATCH v7 00/10] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-10-20  9:20 UTC  (32+ messages)
` [PATCH v7 02/10] drm: bridge: samsung-dsim: Lookup OF-graph or Child node devices
` [PATCH v7 03/10] drm: bridge: samsung-dsim: Mark PHY as optional
` [PATCH v7 05/10] drm: bridge: samsung-dsim: Add atomic_check
` [PATCH v7 06/10] drm: bridge: samsung-dsim: Add platform PLL_P (PMS_P) offset
` [PATCH v7 07/10] drm: bridge: samsung-dsim: Add atomic_get_input_bus_fmts
` [PATCH v7 08/10] drm: bridge: samsung-dsim: Add input_bus_flags
` [PATCH v7 09/10] dt-bindings: display: exynos: dsim: Add NXP i.MX8MM support
` [PATCH v7 10/10] drm: bridge: samsung-dsim: Add "
  ` [PATCH v7 01/10] drm: bridge: Add Samsung DSIM bridge driver

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-19 16:00 UTC  (3+ messages)
` [PATCH printk v2 14/38] tty: serial: samsung_tty: use console_is_enabled()

[PATCH 28/44] serial: samsung_tty: Use uart_xmit_advance()
 2022-10-19  9:11 UTC 

[PATCH v3 0/4] arm64: dts: fix drive strength macros and values for FSD Platform
 2022-10-18 13:25 UTC  (12+ messages)
  ` [PATCH v3 1/4] arm64: dts: fix drive strength macros as per FSD HW UM
  ` [PATCH v3 2/4] arm64: dts: fix HSI2C drive strength values "
  ` [PATCH v3 3/4] arm64: dts: fix UART "
  ` [PATCH v3 4/4] arm64: dts: fix SPI "

[RESEND PATCH] clk: samsung: exynos7885: Correct "div4" clock parents
 2022-10-18 13:19 UTC  (4+ messages)

[rft, PATCH v2 00/36] pinctrl: Clean up and add missed headers
 2022-10-18 13:07 UTC  (90+ messages)
` [PATCH v2 01/36] gpiolib: tegra186: Add missed header(s)
` [PATCH v2 02/36] gpiolib: cdev: "
` [PATCH v2 03/36] media: c8sectpfe: "
` [PATCH v2 04/36] pinctrl: actions: "
` [PATCH v2 05/36] pinctrl: aspeed: "
` [PATCH v2 06/36] pinctrl: at91: "
` [PATCH v2 07/36] pinctrl: axp209: "
` [PATCH v2 08/36] pinctrl: bcm: "
` [PATCH v2 09/36] pinctrl: cygnus-mux: "
` [PATCH v2 10/36] pinctrl: imx: "
` [PATCH v2 11/36] pinctrl: ingenic: "
` [PATCH v2 12/36] pinctrl: k210: "
` [PATCH v2 13/36] pinctrl: lochnagar: "
` [PATCH v2 14/36] pinctrl: mediatek: "
` [PATCH v2 15/36] pinctrl: mvebu: "
` [PATCH v2 16/36] pinctrl: npcm7xx: "
` [PATCH v2 17/36] pinctrl: ocelot: "
` [PATCH v2 18/36] pinctrl: qcom: "
` [PATCH v2 19/36] pinctrl: renesas: "
` [PATCH v2 20/36] pinctrl: samsung: "
` [PATCH v2 21/36] pinctrl: single: "
` [PATCH v2 22/36] pinctrl: spear: "
` [PATCH v2 23/36] pinctrl: sprd: "
` [PATCH v2 24/36] pinctrl: st: "
` [PATCH v2 25/36] pinctrl: starfive: "
` [PATCH v2 26/36] pinctrl: stm32: "
` [PATCH v2 27/36] pinctrl: stmfx: "
` [PATCH v2 28/36] pinctrl: tegra: "
` [PATCH v2 29/36] pinctrl: ti-iodelay: "
` [PATCH v2 30/36] pinctrl: uniphier: "
` [PATCH v2 31/36] pinctrl: zynqmp: "
` [PATCH v2 32/36] pinctrl: cherryview: "
` [PATCH v2 33/36] pinctrl: lynxpoint: "
` [PATCH v2 34/36] pinctrl: merrifield: "
` [PATCH v2 35/36] pinctrl: intel: "
` [PATCH v2 36/36] pinctrl: Clean up headers

[PATCH 1/3] arm64: dts: exynos: fix polarity of "enable" line of NFC chip
 2022-10-18  3:05 UTC  (2+ messages)
` (subset) "

[PATCH v8 19/29] thermal/of: Remove of_thermal_get_crit_temp()
 2022-10-17 14:14 UTC  (4+ messages)
  ` [PATCH] thermal/drivers/exynos: Fix NULL pointer dereference when getting the critical temp

[PATCH 00/10] spi: Add support for stacked/parallel memories
 2022-10-17 13:32 UTC  (13+ messages)
` [PATCH 01/10] spi: Add stacked memories support in SPI core
` [PATCH 02/10] spi: Replace all spi->chip_select & spi->cs_gpiod references with array
` [PATCH 03/10] net: Replace spi->chip_select references to spi->chip_select[0]
` [PATCH 04/10] mtd: devices: "
` [PATCH 05/10] iio: imu: "
` [PATCH 06/10] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH 07/10] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH 08/10] spi: Add parallel memories support in SPI core
` [PATCH 09/10] mtd: spi-nor: Add parallel memories support in spi-nor
` [PATCH 10/10] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver

[PATCH] drm/exynos: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2022-10-17  9:59 UTC  (3+ messages)

[PATCH 0/6] ASoC: samsung: fsd: audio support for FSD SoC
 2022-10-16 15:18 UTC  (14+ messages)
  ` [PATCH 1/6] ASoC: samsung: i2s: TDM Support for CPU DAI driver
  ` [PATCH 2/6] ASoC: samsung: i2s: configure PSR from sound card
  ` [PATCH 3/6] dt-bindings: sound: Add sound card bindings for Tesla FSD
  ` [PATCH 4/6] ASoC: samsung: fsd: Add FSD soundcard driver
  ` [PATCH 5/6] arm64: dts: fsd: Add I2S DAI node for Tesla FSD
  ` [PATCH 6/6] arm64: dts: fsd: Add sound card "

[PATCH] drm: bridge: samsung-dsim: Add i.MX8M Plus support
 2022-10-15 22:07 UTC 

Zwiększenie płynności finansowej
 2022-10-14  8:00 UTC 

[PATCH V2] arm64: dts: fix drive strength macros as per FSD HW UM
 2022-10-12  8:30 UTC  (4+ messages)

[PATCH] arm64: dts: fix drive strength macros as per FSD HW UM
 2022-10-11  5:23 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 10/10] drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_valid
 2022-10-09 23:57 UTC 

[PATCH AUTOSEL 5.10 18/22] drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_valid
 2022-10-09 23:55 UTC 

[PATCH AUTOSEL 5.4 12/14] drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_valid
 2022-10-09 23:57 UTC 

[PATCH AUTOSEL 5.15 21/25] drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_valid
 2022-10-09 23:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox