mbox

[GIT,PULL] Samsung 3rd fixes for v4.1

Message ID 555FEF3A.303@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

'Kukjin Kim' May 23, 2015, 3:08 a.m. UTC
The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736:

  Linux 4.1-rc3 (2015-05-10 15:12:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes-3

for you to fetch changes up to 242ddf04297f2c4768bd8eb7593ab911910c5f76:

  ARM: dts: set display clock correctly for exynos4412-trats2
(2015-05-23 11:46:55 +0900)

----------------------------------------------------------------
Samsung fix for v4.1

- Set display clock correctly for exynos4412-trats2
  : fix the following error

    exynos-drm: No connectors reported connected with modes
    [drm] Cannot find any crtc or sizes - going 1024x768

----------------------------------------------------------------
Inki Dae (1):
      ARM: dts: set display clock correctly for exynos4412-trats2

 arch/arm/boot/dts/exynos4412-trats2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann May 29, 2015, 12:30 p.m. UTC | #1
On Saturday 23 May 2015 12:08:42 Kukjin Kim wrote:
> Samsung fix for v4.1
> 
> - Set display clock correctly for exynos4412-trats2
>   : fix the following error
> 
>     exynos-drm: No connectors reported connected with modes
>     [drm] Cannot find any crtc or sizes - going 1024x768
> 

Pulled into fixes, thanks!

	Arnd