messages from 2015-06-22 00:31:15 to 2015-07-06 14:20:01 UTC [more...]
[PATCH v2 00/23] drm/exynos: atomic improvements + exynos_encoder removal
2015-07-06 14:20 UTC
[PATCHv5] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
2015-07-06 14:12 UTC
[PATCHv4] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
2015-07-06 14:03 UTC (3+ messages)
[PATCH] thermal: consistently use int for temperatures
2015-07-06 10:26 UTC (4+ messages)
[PATCH] thermal: exynos: Disable the regulator on probe failure
2015-07-06 7:02 UTC (5+ messages)
[PATCH v2] clk: exynos4: Fix wrong clock for Exynos4x12 ADC
2015-07-06 5:12 UTC (4+ messages)
[PATCH] ARM: dts: Add CPU cooling binding for Exynos3250-based Rinato/Monk board
2015-07-06 1:08 UTC (5+ messages)
[PATCH] Documentation: ARM: EXYNOS: Extend boot loader interface documentation
2015-07-05 2:56 UTC
[PATCH] media: s5p-jpeg: Eliminate double kfree
2015-07-03 10:04 UTC
[PATCH 00/23] drm/exynos: atomic improvements + exynos_encoder removal
2015-07-03 9:00 UTC (33+ messages)
` [PATCH 01/23] drm/exynos: pass the correct pipe number
` [PATCH 02/23] drm/exynos: calculate vrefresh instead of use a fixed value
` [PATCH 03/23] drm/exynos: use KMS version of DRM vblanks functions
` [PATCH 04/23] drm/exynos: remove duplicated check for suspend
` [PATCH 05/23] drm/exynos: Kconfig: select DP if FIMD or DECON are selected
` [PATCH 06/23] drm/exynos: add atomic asynchronous commit
` [PATCH 07/23] drm/exynos: rename win_commit/disable to atomic-like names
` [PATCH 08/23] drm/exynos: pass struct exynos_drm_plane in update/enable
` [PATCH 09/23] drm/exynos: use drm atomic state directly
` [PATCH 10/23] drm/exynos: remove unused fields from struct exynos_drm_plane
` [PATCH 11/23] drm/exynos: unify exynos_drm_plane names with drm core
` [PATCH 12/23] drm/exynos: don't track enabled state at exynos_crtc
` [PATCH 13/23] drm/exynos: split display's .dpms() into .enable() and .disable()
` [PATCH 14/23] drm/exynos: remove wrappers for phy_power_{on,off}
` [PATCH 15/23] drm/exynos: remove unused .remove() and .check_mode() ops from display
` [PATCH 16/23] drm/exynos: simplify calculation of possible CRTCs
` [PATCH 17/23] drm/exynos: remove struct exynos_drm_display
` [PATCH 18/23] drm/exynos: remove extra call to hdmi_commit()
` [PATCH 19/23] drm/exynos: remove extra call to exynos_dp_commit()
` [PATCH 20/23] drm/exynos: remove exynos_encoder's .commit() op
` [PATCH 21/23] drm/exynos: remove exynos_drm_create_enc_conn()
` [PATCH 22/23] drm/exynos: fold encoder setup into exynos_drm_load()
` [PATCH 23/23] drm/exynos: remove struct exynos_drm_encoder layer
[PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250
2015-07-02 16:13 UTC (5+ messages)
` [PATCH v6 1/3] clk: samsung: exynos3250: Add cpu clock configuration data and instaniate cpu clock
` [PATCH v6 2/3] ARM: dts: Add CPU OPP and regulator supply property for Exynos3250
` [PATCH v6 3/3] ARM: exynos: Add exynos3250 compatible to use generic cpufreq driver
[PATCH] drm/exynos: iommu: fix potential NULL pointer dereference
2015-07-02 12:46 UTC (3+ messages)
[PATCH v3 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
2015-07-02 11:30 UTC (10+ messages)
` [PATCH v3 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock
` [PATCH v3 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property
` [PATCH v3 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250
` [PATCH v3 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support
[PATCH 0/2] thermal: exynos: Fix minor issue
2015-07-02 7:30 UTC (4+ messages)
` [PATCH 1/2] thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF
` [PATCH 2/2] thermal: exynos: Remove unused code related to platform_data on probe()
[PATCH v5 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250
2015-07-02 0:40 UTC (9+ messages)
` [PATCH v5 1/3] clk: samsung: exynos3250: Add cpu clock configuration data and instaniate cpu clock
` [PATCH v5 2/3] ARM: dts: Add CPU OPP and regulator supply property for Exynos3250
` [PATCH v5 3/3] ARM: exynos: Add exynos3250 compatible to use generic cpufreq driver
[PATCHv3] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
2015-07-01 23:50 UTC (4+ messages)
[PATCHv3] clk samsung exynos5420 add CLK_RECALC_NEW_RATES flag to mout_apll and mout_kpll clock
2015-07-01 13:47 UTC (3+ messages)
[PATCH v2 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
2015-07-01 13:26 UTC (9+ messages)
` [PATCH v2 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock
` [PATCH v2 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property
` [PATCH v2 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250
` [PATCH v2 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support
[PATCH 1/2] spi/s3c24xx: remove unnecessary memset of s3c24xx_spi
2015-07-01 4:25 UTC (2+ messages)
[PATCH 2/2] spi/rockchip: remove unnecessary memset of rockchip_spi
2015-06-30 18:04 UTC
[PATCH] clk: samsung: fix cpu clock's flags checking
2015-06-30 17:51 UTC (6+ messages)
[PATCHv7 00/15] HDMI CEC framework
2015-06-30 16:43 UTC (20+ messages)
` [PATCHv7 01/15] dts: exynos4*: add HDMI CEC pin definition to pinctrl
` [PATCHv7 02/15] dts: exynos4: add node for the HDMI CEC device
` [PATCHv7 03/15] dts: exynos4412-odroid*: enable "
` [PATCHv7 04/15] HID: add HDMI CEC specific keycodes
` [PATCHv7 05/15] input.h: add BUS_CEC type
` [PATCHv7 06/15] rc: Add HDMI CEC protocol handling
` [PATCHv7 07/15] cec: add HDMI CEC framework
` [PATCHv7 08/15] cec.txt: add CEC framework documentation
` [PATCHv7 09/15] DocBook/media: add CEC documentation
` [PATCHv7 10/15] v4l2-subdev: add HDMI CEC ops
` [PATCHv7 11/15] cec: adv7604: add cec support
` [PATCHv7 12/15] adv7842: "
` [PATCHv7 13/15] cec: adv7511: "
` [PATCHv7 14/15] cec: s5p-cec: Add s5p-cec driver
` [PATCHv7 15/15] cobalt: add cec support
[PATCH] pinctrl: samsung: Remove old unused defines
2015-06-30 6:20 UTC (2+ messages)
[PATCH 0/3] mfd: ChromeOS EC Kconfig dependency cleanup
2015-06-30 6:09 UTC (8+ messages)
` [PATCH 1/3] platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM
` [PATCH 2/3] mfd: Remove MFD_CROS_EC "
` [PATCH 3/3] mfd: Remove MFD_CROS_EC_SPI depends on OF
[PATCH] ARM: dts: exynos4: add DMA support for serial ports
2015-06-30 0:56 UTC (2+ messages)
[PATCH] iommu/exynos: Skip unsupported devices instead of returning -ENODEV
2015-06-29 13:43 UTC (4+ messages)
` [PATCH] iommu: Ignore -ENODEV errors from add_device call-back "
[PATCH v2] clocksource: exynos_mct: fix for sleeping in atomic ctx handling cpu hotplug notif
2015-06-29 11:50 UTC (6+ messages)
` [RESEND PATCH v3] "
[PATCH 0/4] cec-ctl/compliance: new CEC utilities
2015-06-29 10:43 UTC (5+ messages)
` [PATCH 1/4] Makefile.am: copy cec headers with make sync-with-kernel
` [PATCH 2/4] sync-with-kernel
` [PATCH 3/4] cec-compliance: add new CEC compliance utility
` [PATCH 4/4] cec-ctl: CEC control utility
[question] [PATCH RFC] clocksource: exynos_mct: remove unneeded container_of()
2015-06-29 9:09 UTC (3+ messages)
` [PATCH] "
[PATCH] GPU-DRM-Exynos: Delete unnecessary checks before two function calls
2015-06-27 17:17 UTC (3+ messages)
clk: samsung: add infrastructure to register cpu clocks
2015-06-26 11:06 UTC (5+ messages)
[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform
2015-06-24 14:25 UTC (11+ messages)
` [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property
[PATCH RESEND] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
2015-06-24 11:25 UTC (2+ messages)
[PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3
2015-06-24 10:57 UTC (4+ messages)
[PATCH] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
2015-06-24 10:43 UTC (5+ messages)
[PATCH 04/11] mtd: ofpart: do not fail probe when no partitions exist
2015-06-23 18:26 UTC
[PATCH] Show proper respect for Heinrich Hertz by using the correct unit for frequency
2015-05-11 13:19 UTC (2+ messages)
[PATCH v6 15/15] ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'
2015-06-23 4:00 UTC (8+ messages)
` [PATCH v6 08/15] drm/exynos: dsi: rename pll_clk to sclk_clk
exynos4412: Audio dies after one day on kernel 4.0
2015-06-23 2:35 UTC (11+ messages)
[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform
2015-06-23 2:05 UTC (2+ messages)
[PATCH 00/21] On-demand device registration
2015-06-23 0:01 UTC (4+ messages)
[patch] pinctrl: samsung: don't truncate the last char of "-grp"
2015-06-22 23:53 UTC (5+ messages)
` [patch v2 1/2] pinctrl: samsung: don't truncate the last char
` [patch v2 2/2] pinctrl: samsung: remove "out of memory" messages
[PATCH v2 0/9] drm/exynos: cleanups and small fixes for libdrm
2015-06-22 17:13 UTC (2+ messages)
[PATCH v7 05/15] drm/exynos: add Exynos5433 decon driver
2015-06-22 11:59 UTC (4+ 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