messages from 2026-06-29 13:27:08 to 2026-07-10 21:20:07 UTC [more...]
[PATCH v2 00/10] treewide: replace linux/gpio.h
2026-07-10 21:19 UTC
[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:45 UTC (7+ messages)
` [PATCH v3 21/23] mfd: Unify style of of_device_id arrays
[PATCH v2 00/11] Remove support for platform data from samsung keypad
2026-07-10 19:41 UTC (15+ messages)
` [PATCH v2 01/11] dt-bindings: input: samsung,s3c6410-keypad: introduce compact binding
` [PATCH v2 02/11] Input: samsung-keypad - handle "
` [PATCH v2 03/11] ARM: s3c: register and attach software nodes for Samsung gpio_chips
` [PATCH v2 04/11] ARM: s3c: crag6410: switch keypad device to software properties
` [PATCH v2 05/11] Input: samsung-keypad - remove support for platform data
` [PATCH v2 06/11] ARM: s3c: crag6410: use software nodes/properties to set up GPIO keys
` [PATCH v2 07/11] regulator: wm831x: support software node in platform data
` [PATCH v2 08/11] ARM: s3c: crag6410: convert PMIC to software properties
` [PATCH v2 09/11] regulator: wm831x: remove legacy DVS platform data
` [PATCH v2 10/11] ARM: s3c: crag6410: convert remaining GPIO lookup tables to property entries
` [PATCH v2 11/11] ARM: s3c: crag6410: convert basic-mmio-gpio and LEDs to software properties
[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:36 UTC (7+ messages)
` [PATCH v2 21/23] mfd: Unify style of of_device_id arrays
[PATCH v6] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-10 17:29 UTC
[RFC] Significant Random I/O Performance Regression in Linux Kernel 6.18 (Up to 27.7%) Likely Caused by Commit 3c7ac40d7322
2026-07-10 14:56 UTC (3+ messages)
[PATCH v3 0/6] Add minimal Exynos8855 SoC support
2026-07-10 11:37 UTC (25+ messages)
` [PATCH v3 2/6] dt-binding: pinctrl: samsung: Add exynos8855-pinctrl compatible
` [PATCH v3 3/6] pinctrl: samsung: Add Exynos8855 pinctrl configuration
` [PATCH v3 4/6] dt-bindings: pinctrl: samsung: Add exynos8855-wakeup-eint compatible
` [PATCH v3 5/6] arm64: dts: exynos: add initial support for Samsung Exynos8855 smdk
` [PATCH v3 6/6] MAINTAINERS: Add entry for Samsung Exynos8855 SoC
` [PATCH v3 1/6] dt-binding: ARM: samsung: Add Samsung Exynos8855
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-10 8:03 UTC (9+ messages)
` [PATCH v1 4/5] pwm: Unify coding style of of_device_id arrays
[PATCH 0/6] tty: serial: propagate errors from uart_ops.pm callback
2026-07-10 4:37 UTC (13+ messages)
` [PATCH 1/6] tty: serial: change uart_ops.pm callback to return int
` [PATCH 2/6] serial: 8250: update .pm callbacks "
` [PATCH 3/6] tty: serial: "
` [PATCH 4/6] arch: update uart pm "
` [PATCH 5/6] tty: serial: propagate uart_configure_port failure to uart_add_one_port
` [PATCH 6/6] serial: qcom-geni: check return value of pm_runtime_resume_and_get()
[PATCH v5] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-09 16:31 UTC
[PATCH v4 0/2] Exynos850 AP-to-APM mailbox support
2026-07-09 14:45 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
` [PATCH v4 2/2] mailbox: exynos: Add support for Exynos850 mailbox
[PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
2026-07-09 13:56 UTC (2+ messages)
[PATCH 1/2] dt-bindings: samsung: exynos-pmu: Restrict children with unevaluatedProperties
2026-07-09 13:19 UTC (7+ messages)
` [PATCH 2/2] dt-bindings: samsung: exynos-pmu: Narrow allowed reboot modes
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:51 UTC (2+ messages)
` [PATCH 44/60] drm/exynos: Convert to atomic_create_state
[PATCH 0/2] ACPM cpufreq with fast_switch support, fast path xfer in ACPM
2026-07-09 10:03 UTC (3+ messages)
` [PATCH 1/2] firmware: samsung: acpm: add fire-and-forget xfer support
[PATCH 00/18] thermal/drivers: Remove redundant error messages on IRQ request failure
2026-07-09 7:24 UTC (4+ messages)
` [PATCH 15/18] thermal/drivers/exynos: Remove redundant dev_err()
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-09 2:28 UTC (58+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "
[PATCH 0/3] thermal: samsung: acpm-tmu: Add Exynos850 support
2026-07-09 1:10 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: thermal: gs101-tmu: add Exynos850 compatible
` [PATCH 2/3] thermal: samsung: acpm-tmu: refactor SoC-specific operations into driver data
` [PATCH 3/3] thermal: samsung: acpm-tmu: add Exynos850 support
[PATCH v2 00/37] drm/bridge: Convert all bridges to atomic
2026-07-08 17:12 UTC (3+ messages)
` [PATCH v2 26/37] drm/exynos: mic: Switch to atomic bridge callbacks
[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
2026-07-08 14:56 UTC (2+ messages)
` (subset) "
[PATCH] drm/exynos: vidi: fix EDID leak on concurrent connection ioctl
2026-07-08 3:28 UTC
[PATCH v4] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-06 23:16 UTC
[PATCH RESEND v4 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
2026-07-06 11:43 UTC (3+ messages)
[PATCH 00/13] treewide: replace linux/gpio.h
2026-07-06 11:22 UTC (24+ messages)
` [PATCH 02/13] m68k/coldfire: replace linux/gpio.h inclusions
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
` [PATCH 08/13] pcmcia: "
` [PATCH 09/13] phy: "
` [PATCH 10/13] media: "
` [PATCH 11/13] Input: matrix_keyboard - replace linux/gpio.h inclusion
` [PATCH 12/13] gpib: gpio: "
` [PATCH 13/13] gpiolib: remove linux/gpio.h
[PATCH] drm/exynos: vidi: use memdup_user() instead of kmalloc() and copy_from_user()
2026-07-05 11:02 UTC
[PATCH v2 0/2] drm/exynos: DRM encoder improvements for Exynos devices
2026-07-05 7:53 UTC (3+ messages)
[PATCH v3 0/5] pinctrl: samsung: exynos9 cleanups and fixes
2026-07-03 12:15 UTC (5+ messages)
` [PATCH v3 2/5] pinctrl: samsung: fix incorrect pin-bank entries on Exynos2200/7885/8890/8895
[PATCH v4] drm: uapi: Add macro for chipset specific event ID region
2026-07-01 18:51 UTC (2+ messages)
[PATCH v3] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-01 2:28 UTC
[PATCH v2 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
2026-06-30 13:14 UTC (4+ messages)
` [PATCH v2 2/2] dt-bindings: "
[PATCH v3 0/3] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
2026-06-30 11:32 UTC (8+ messages)
` [PATCH v3 3/3] clk: samsung: exynos990: Fix PERIS gate clock parents
[PATCH] drm/lima: call drm_mm_init() with a valid allocation range
2026-06-30 6:25 UTC (3+ messages)
[PATCH v1 1/1] media: camif-core: Drop unused include
2026-06-29 17:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox