Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2016-08-15 16:59:46 to 2016-08-23 22:38:27 UTC [more...]

[PATCH 0/2] Add a new board for exynos 4412
 2016-08-23 22:38 UTC  (15+ messages)
` [PATCH 1/2] ARM: dts: Add TOPEET itop core board SCP package version
      ` [PATCH 0/2 v2] Add a new board TOPEET iTOP for exynos 4412
        ` [PATCH 2/2] ARM: dts: add TOPEET itop elite based board
    ` [PATCH 2/2 v2] "

[PATCH 0/8] PCI: more trivial demodularization of builtin code
 2016-08-23 20:48 UTC  (3+ messages)
` [PATCH 7/8] PCI: exynos: make host support explicitly non-modular

[PATCH 0/4] ARM: dts: exynos: Enable HDMI in Arndale Octa board
 2016-08-23 20:10 UTC  (7+ messages)
` [PATCH 1/4] ARM: dts: exynos: Enable HDMI for "
` [PATCH 2/4] ARM: dts: exynos: Use 'hpd-gpios' instead of 'hpd-gpio'
` [PATCH 3/4] gpu: drm: exynos_hdmi: Use consolidated function on binding DDC DT property
` [PATCH 4/4] gpu: drm: exynos_hdmi: Use consolidated function on binding PHY "

[PATCH 0/2] clk: samsung: Move struct samsung_cmu_info to init section
 2016-08-23 10:07 UTC  (6+ messages)
` [PATCH 1/2] clk: samsung: exynos5260: "
` [PATCH 2/2] clk: samsung: exynos5410: Use samsung_cmu_register_one() to simplify code

[RFC 0/2] New feature: Framebuffer processors
 2016-08-23  9:41 UTC  (14+ messages)
` [RFC 1/2] drm: add support for framebuffer processors
` [RFC 2/2] drm/exynos: register rotator as fbproc instead of custom ipp framework
` [RFC libdrm] add support for framebuffer processor (fbproc) objects
` [RFC code example] example code for testing fbproc drivers

[PATCH v2] ARM: EXYNOS: Remove unused DMC and CMU offset and its mapping
 2016-08-23  6:01 UTC 

[PATCH] ARM: EXYNOS: Remove unused DMC offset and its mapping
 2016-08-23  5:50 UTC 

[PATCH 0/7] arm64: dts: Add the dts file for Exynos5433 and TM/TM2E board
 2016-08-23  2:58 UTC  (36+ messages)
` [PATCH 1/7] clocksource: exynos_mct: Add the support for Exynos 64bit SoC
` [PATCH 2/7] Documentation: bindings: Add Exynos5433 PMU compatible
` [PATCH 4/7] pinctrl: samsung: Add GPFx support of Exynos5433
  ` [PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
  ` [PATCH 5/7] arm64: dts: exynos: Add dts files for Samsung Exynos5433 64bit SoC
  ` [PATCH 7/7] arm64: dts: exynos: Add dts file for Exynos5433-based TM2E board
` [PATCH 6/7] arm64: dts: exynos: Add dts file for Exynos5433-based TM2 board

[PATCH] ARM: dts: exynos: Add entries for sound support on Odroid-XU board
 2016-08-22 16:34 UTC 

[PATCH 0/5] clk/samsung: Add support for PDMA, EPLL clocks on exynos5410
 2016-08-22 16:31 UTC  (6+ messages)
` [PATCH 1/5] clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks
` [PATCH 2/5] clk: samsung: exynos5410: Expose the peripheral DMA gate clocks
` [PATCH 3/5] clk: samsung: Use common registration function for pll2550x
` [PATCH 4/5] clk: samsung: Add support for EPLL on exynos5410
` [PATCH 5/5] clk: samsung: Add support for exynos5410 AUDSS clock controller

[RESEND][PATCH v2] pinctrl: exynos: remove duplicate calls in irq handler
 2016-08-22 12:08 UTC  (2+ messages)

[PATCH 0/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
 2016-08-22 12:02 UTC  (4+ messages)
  ` [PATCH 1/2] dt-bindings: Add the clock id for CMU_CDREX (DRAM Express Controller)
  ` [PATCH 2/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain

[PATCH v2 0/2] Fix arch timer trigger
 2016-08-22 10:26 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: Fix broken architected timer interrupt trigger

[PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS
 2016-08-22 10:19 UTC  (3+ messages)

[PATCH 0/5] clk: samsung: exynos: Fix the checkpatch warnings
 2016-08-22 10:06 UTC  (7+ messages)
` [PATCH 1/5] clk: samsung: exynos5433: "
` [PATCH 2/5] clk: samsung: exynos3250: "
` [PATCH 3/5] clk: samsung: exynos5260: "
` [PATCH 4/5] clk: samsung: exynos5420: "
` [PATCH 5/5] clk: samsung: exynos4: "

[PATCH] ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback
 2016-08-21  7:27 UTC 

[RFC 00/17] clk: Add per-controller locks to fix deadlocks
 2016-08-20 16:03 UTC  (25+ messages)
` [RFC 01/17] clk: bcm2835: Rename clk_register to avoid name conflict
` [RFC 02/17] clk: Add clock controller to fine-grain the prepare lock
` [RFC 03/17] clk: s2mps11: Switch to new clock controller API
` [RFC 04/17] clk: samsung: Allocate a clock controller in context
` [RFC 05/17] clk: fixed-rate: Switch to new clock controller API
` [RFC 06/17] clk: gate: "
` [RFC 07/17] clk: mux: "
` [RFC 08/17] clk: fixed-factor: "
` [RFC 09/17] clk: divider: "
` [RFC 10/17] clk: composite: "
` [RFC 11/17] clk: gpio: "
` [RFC 12/17] ASoC: samsung: "
` [RFC 13/17] clk: samsung: audss: "
` [RFC 14/17] clk: samsung: clkout: "
` [RFC 15/17] clk: Use per-controller locking
` [RFC 16/17] Revert "i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared"
` [RFC 17/17] Revert "i2c: s3c2410: fix ABBA deadlock by keeping "

[PATCH 0/5] Change my email to kernel.org
 2016-08-19 17:16 UTC  (11+ messages)
` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's "
` [PATCH 2/5] power: supply: "
` [PATCH 3/5] extcon: max14577: "
` [PATCH 4/5] input: misc: max77693: "
` [PATCH 5/5] regulator: "
  ` Applied "regulator: Change Krzysztof Kozlowski's email to kernel.org" to the regulator tree

[PATCH v3 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
 2016-08-19 15:43 UTC  (2+ messages)
` [PATCH v3 2/2] ARM: multi_v7_defconfig: "

[PATCH v2 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
 2016-08-19 13:47 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: multi_v7_defconfig: "

[RESEND PATCH] serial: samsung: Register cpufreq notifier only on S3C24xx
 2016-08-19  7:12 UTC 

[RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage
 2016-08-19  6:46 UTC  (2+ messages)

[PATCH v5 1/2] ASoC: samsung: Add DT bindings documentation for TM2 sound subsystem
 2016-08-19  1:52 UTC  (3+ messages)
  ` [PATCH v5 2/2] ASoC: samsung: Add machine driver for Exynos5433 based TM2 board

[PATCH v6 1/2] mfd: Add DT bindings documentation for Samsung Exynos LPASS
 2016-08-19  1:32 UTC  (3+ messages)
  ` [PATCH v6 2/2] mfd: Add Samsung Exynos Low Power Audio Subsystem driver

[PATCH v2] MAINTAINERS: add myself as Samsung SPI maintainer
 2016-08-18 10:17 UTC  (4+ messages)
  ` Applied "MAINTAINERS: add myself as Samsung SPI maintainer" to the spi tree

[PATCH] MAINTAINERS: add myself as Samsung SPI maintainer
 2016-08-18  7:11 UTC  (4+ messages)

[GIT PULL] ARM: exynos: Fixes for v4.8
 2016-08-18  6:31 UTC 

[PATCH] ARM: dts: exynos: Use stdout non-deprecated property and add serial options to Odroid XU/XU3/XU4
 2016-08-17 15:23 UTC  (5+ messages)

[PATCH v5 0/4] Add PSR function support for Analogix/Rockchip DP
 2016-08-17  6:32 UTC  (4+ messages)
` [PATCH v5 3/4] drm/bridge: analogix_dp: add the PSR function support

[PATCH] drm/analogix_dp: Ensure the panel is properly prepared/unprepared
 2016-08-17  5:08 UTC  (4+ messages)
` [PATCH v2] drm/bridge: analogix_dp: "

[PATCH v3] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
 2016-08-17  1:45 UTC  (2+ messages)

[PATCH] pwm: samsung: fix to use lowest div for large enough modulation bits
 2016-08-16 16:25 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
 2016-08-16 12:01 UTC  (7+ messages)

[RESEND][PATCH v2] remove duplicate calls in irq handler
 2016-08-16 10:43 UTC 

[RESEND][PATCH v2] remove duplicate calls in irq handler
 2016-08-16 10:37 UTC 

[RESEND][PATCH] pinctrl: exynos: remove duplicate calls in irq handler
 2016-08-16  9:16 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
 2016-08-16  9:04 UTC  (2+ messages)

[PATCH] ARM: s3c64xx: Delete unnecessary assignment for the field "owner"
 2016-08-16  8:22 UTC  (3+ messages)

[PATCH] pinctrl: exynos: remove duplicate calls in irq handler
 2016-08-16  6:04 UTC  (4+ messages)

[PATCH] exynos-drm: Fix display manager failing to start without IOMMU problem
 2016-08-16  4:40 UTC  (6+ messages)

[Resend][PATCH] pinctrl: exynos: remove duplicate calls in irq handler
 2016-08-15 23:56 UTC 


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