Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2015-04-17 19:00:25 to 2015-04-29 10:37:34 UTC [more...]

[RESEND PATCH 0/8] cros_ec: Add multiple EC and protocol v3 support
 2015-04-29 10:37 UTC  (19+ messages)
` [RESEND PATCH 1/8] mfd: cros ec: Remove parent field
` [RESEND PATCH 2/8] platform/chrome: cros_ec_lpc - Use existing function to check EC result
` [RESEND PATCH 3/8] mfd: cros_ec: Instantiate sub-devices from device tree
` [RESEND PATCH 4/8] mfd: cros_ec: Use a zero-length array for command data
` [RESEND PATCH 5/8] mfd: cros-ec: Support multiple EC in a system
` [RESEND PATCH 6/8] mfd: cros_ec: rev cros_ec_commands.h
` [RESEND PATCH 7/8] mfd: cros_ec: add proto v3 skeleton
` [RESEND PATCH 8/8] mfd: cros_ec: add bus-specific proto v3 code

[PATCH v5 00/11] HDMI CEC framework
 2015-04-29 10:02 UTC  (13+ messages)
` [PATCH v5 01/11] dts: exynos4*: add HDMI CEC pin definition to pinctrl
` [PATCH v5 02/11] dts: exynos4: add node for the HDMI CEC device
` [PATCH v5 03/11] dts: exynos4412-odroid*: enable "
` [PATCH v5 04/11] HID: add HDMI CEC specific keycodes
` [PATCH v5 05/11] rc: Add HDMI CEC protoctol handling
` [PATCH v5 06/11] cec: add HDMI CEC framework
` [PATCH v5 07/11] v4l2-subdev: add HDMI CEC ops
` [PATCH v5 08/11] cec: adv7604: add cec support
` [PATCH v5 09/11] cec: adv7511: "
` [PATCH v5 10/11] cec: s5p-cec: Add s5p-cec driver
` [PATCH v5 11/11] DocBook/media: add CEC documentation
` [PATCH] libgencec: Add userspace library for the generic CEC kernel interface

[PATCH 10/14] s3c-camif: Check if fmt is NULL before use
 2015-04-29  9:03 UTC  (2+ messages)

[PATCH 0/5] Add support for Exynos SROM Controller driver
 2015-04-29  8:38 UTC  (6+ messages)
  ` [PATCH 1/5] drivers: soc: add support for exynos SROM driver
` [PATCH 2/5] ARM: EXYNOS: Remove SROM related register settings from mach-exynos
` [PATCH 3/5] ARM: EXYNOS: DTS: add SROM device node for exynos4
` [PATCH 4/5] ARM: EXYNOS: DTS: add SROM device node for exynos5
` [PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information

drm/exynos: mixer blending and layer order
 2015-04-29  6:49 UTC  (6+ messages)

[PATCH 1/2] clk: change clk_ops' ->round_rate() prototype
 2015-04-28 15:11 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: Fix bootup issue on smdk5250
 2015-04-28 11:05 UTC  (4+ messages)
` [1/2] "

[PATCH 2/2] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250
 2015-04-28 11:02 UTC  (2+ messages)
` [2/2] "

ARCH_EXYNOS5433 missing in Kconfig
 2015-04-28 10:21 UTC  (6+ messages)

[PATCH v3 00/10] clk: samsung: exynos5433: Fix bug and support dvfs/suspend-to-ram
 2015-04-28  9:28 UTC  (18+ messages)
` [PATCH v3 01/10] clk: samsung: Use CONFIG_ARCH_EXYNOS instead of CONFIG_ARCH_EXYNOS5433
` [PATCH v3 02/10] clk: samsung: exynos5433: Fix wrong offset of PCLK_MSCL_SECURE_SMMU_JPEG
` [PATCH v3 03/10] clk: samsung: exynos5433: Fix CLK_PCLK_MONOTONIC_CNT's register correctly
` [PATCH v3 04/10] clk: samsung: exynos5433: Fix wrong parent clock of sclk_apollo clock
` [PATCH v3 05/10] clk: samsung: exynos5433: Fix wrong PMS value of exynos5433_pll_rates
` [PATCH v3 06/10] clk: samsung: exynos5433: Add CLK_SET_RATE_PARENT to support DVFS for big.LITTLE core
` [PATCH v3 07/10] clk: samsung: exynos5433: Add DIV_CPIF to store it when the board is being suspended
` [PATCH v3 08/10] clk: samsung: exynos5433: Add clock flag to support the DVFS of GPU
` [PATCH v3 09/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks for sercure monitor call
` [PATCH v3 10/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to prevent the hang for suspend-to-ram

[PATCH v2] thermal: exynos: Add the support for Exynos5433 TMU
 2015-04-28  7:01 UTC  (5+ messages)

[PATCH v3] drm/exynos: mixer: cleanup pixelformat handling
 2015-04-28  6:44 UTC  (2+ messages)

[PATCH v2 1/4] drm/exynos: fb: use drm_format_num_planes to get buffer count
 2015-04-28  6:38 UTC  (5+ messages)
` [PATCH v2 2/4] drm/exynos: plane: honor buffer offset for dma_addr
` [PATCH v2 3/4] drm/exynos: mixer: remove buffer count handling in vp_video_buffer()
` [PATCH v2 4/4] drm/exynos: mixer: also allow NV21 for the video processor

[PATCH v2 0/8] clk: Minor cleanups
 2015-04-28  4:46 UTC  (9+ messages)
` [PATCH v2 1/8] clk: rockchip: Staticize file-scope declarations
` [PATCH v2 2/8] clk: exynos: "
` [PATCH v2 3/8] clk: tegra: Fix inconsistent indenting
` [PATCH v2 4/8] clk: tegra: Fix duplicate const for parent names
` [PATCH v2 5/8] clk: cdce706: Constify parent names in clock init data
` [PATCH v2 6/8] clk: sirf: "
` [PATCH v2 7/8] clk: ls1x: Fix duplicate const for parent names
` [PATCH v2 8/8] MIPS: Alchemy: Remove unneeded cast removing const

[PATCH 1/2] genirq: MSI: Constify irq_domain_ops
 2015-04-27 12:54 UTC  (2+ messages)
` [PATCH 2/2] irqchip: "

[PATCH] ARM: EXYNOS: Constify irq_domain_ops
 2015-04-27 12:51 UTC 

[PATCH] DocBook/media: add CEC documentation
 2015-04-27 12:19 UTC 

[PATCH v4 00/10] HDMI CEC framework
 2015-04-27 12:18 UTC  (23+ messages)
` [PATCH v4 01/10] dts: exynos4*: add HDMI CEC pin definition to pinctrl
` [PATCH v4 02/10] dts: exynos4: add node for the HDMI CEC device
` [PATCH v4 03/10] dts: exynos4412-odroid*: enable "
` [PATCH v4 04/10] HID: add HDMI CEC specific keycodes
` [PATCH v4 05/10] rc: Add HDMI CEC protoctol handling
` [PATCH v4 06/10] cec: add HDMI CEC framework
  ` [PATCH v4 06/10] cec: add HDMI CEC framework: y2038 question
` [PATCH v4 07/10] v4l2-subdev: add HDMI CEC ops
` [PATCH v4 08/10] cec: adv7604: add cec support
` [PATCH v4 09/10] cec: adv7511: "

[PATCH 1/2] drm/exynos: fb: use drm_format_num_planes to get buffer count
 2015-04-27 12:09 UTC  (4+ messages)
` [PATCH 2/2] drm/exynos: mixer: remove buffer count handling in vp_video_buffer()

drm/exynos: two small fixes (v2)
 2015-04-27 12:06 UTC  (11+ messages)
` [PATCH 1/2] drm/exynos: mixer: cleanup pixelformat handling
` [PATCH 2/2] drm/exynos: cleanup exynos_drm_plane

[PATCH v2 1/2] drm/exynos: mixer: cleanup pixelformat handling
 2015-04-27  6:58 UTC  (3+ messages)
` [PATCH v2 2/2] drm/exynos: cleanup exynos_drm_plane

[PATCH] ARM: SAMSUNG: fix clk_enable() WARNing in S3C24XX ADC
 2015-04-27  5:29 UTC 

[PATCH 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms
 2015-04-27  5:15 UTC  (17+ messages)
` [PATCH 1/8] cpufreq: arm_big_little: add cluster regulator support
` [PATCH 2/8] ARM: dts: add cluster regulator supply properties for exynos5422-odroidxu3
` [PATCH 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock
` [PATCH 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property
` [PATCH 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420
` [PATCH 6/8] clk: samsung: exynos5800: fix cpu clock configuration data
` [PATCH 7/8] ARM: dts: Exynos5800: fix CPU OPP
` [PATCH 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

[PATCH 0/2] Arndale Octa: Fix S2MPS11 RTC alarm IRQ
 2015-04-27  0:59 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa

[PATCH] ARM: exynos: Fix wake-up interrupts for Exynos3250
 2015-04-27  0:53 UTC  (4+ messages)

exynos4412: misc issues on Hardkernel Odroid boards
 2015-04-24 11:24 UTC  (6+ messages)

[PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
 2015-04-23 18:32 UTC  (7+ messages)

[PATCH v3 4/7] exynos: fimg2d: add g2d_exec2
 2015-04-23 14:43 UTC  (4+ messages)
` [PATCH v3 5/7] tests/exynos: add fimg2d event test
` [PATCH v3 6/7] exynos: fimg2d: fix return codes
` [PATCH v3 7/7] tests/exynos: replace return by break

drm/exynos: add async G2D execution to libdrm (v3)
 2015-04-23 14:29 UTC  (4+ messages)
` [PATCH v3 1/7] exynos: Introduce exynos_handle_event()
` [PATCH v3 2/7] tests/exynos: add fimg2d performance analysis
` [PATCH v3 3/7] exynos/fimg2d: add g2d_config_event

[PATCHv3 0/4] add devm_of_phy_get_by_index and update platform drivers
 2015-04-23 14:31 UTC  (7+ messages)
` [PATCHv3 1/4] phy: phy-core: Make GENERIC_PHY an invisible option
  ` [PATCHv3 2/4] phy: core: Add devm_of_phy_get_by_index to phy-core
  ` [PATCHv3 3/4] usb: ehci-platform: Use devm_of_phy_get_by_index
` [PATCHv3 4/4] usb: ohci-platform: "

drm/exynos: add async G2D execution to libdrm
 2015-04-23 12:04 UTC  (6+ messages)
` [PATCH 2/5] exynos: add EXYNOS_G2D_EVENT to drmHandleEvent

drm/exynos: getting the video processor to work
 2015-04-23 12:02 UTC  (9+ messages)

[RESEND PATCH v2 1/3] ARM: EXYNOS: Handle of of_iomap() failure
 2015-04-22 13:17 UTC  (3+ messages)
` [RESEND PATCH v2 2/3] ARM: EXYNOS: Handle of_find_device_by_node and kstrdup failures
` [RESEND PATCH v2 3/3] ARM: EXYNOS: Add missing of_node_put() when parsing power domains

[PATCH 0/2] thermal: Set default thermal_zoneX mode to "enabled"
 2015-04-22  8:49 UTC  (13+ messages)
` [PATCH 1/2] thermal: exynos: Reorder exynos_map_dt_data() function

[PATCH v2] i2c: Mark adapter devices with pm_runtime_no_callbacks
 2015-04-22  7:55 UTC  (4+ messages)

[PATCH v2 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms
 2015-04-21 15:49 UTC  (9+ messages)
` [PATCH v2 1/8] cpufreq: arm_big_little: add cluster regulator support
` [PATCH v2 2/8] ARM: dts: Exynos5420/5800: add cluster regulator supply properties
` [PATCH v2 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock
` [PATCH v2 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property
` [PATCH v2 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420
` [PATCH v2 6/8] clk: samsung: exynos5800: fix cpu clock configuration data
` [PATCH v2 7/8] ARM: dts: Exynos5800: fix CPU OPP
` [PATCH v2 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

drm/exynos: two small fixes
 2015-04-17 19:00 UTC  (5+ messages)
` [PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane


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