[PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-04-02 Thread Inki Dae
Applied. :) Thanks, Inki Dae 2013/4/2 Vikas Sajjan > Hi Mr. Inki Dae, > > Can you please review this patch.? > > On Wed, Mar 13, 2013 at 4:22 PM, Vikas Sajjan > wrote: > > Replaces the "platform_get_resource() for IORESOURCE_IRQ" with > > platform_get_resource_byname(). > > Both in exynos4 an

[PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-04-02 Thread Vikas Sajjan
Hi Mr. Inki Dae, Can you please review this patch.? On Wed, Mar 13, 2013 at 4:22 PM, Vikas Sajjan wrote: > Replaces the "platform_get_resource() for IORESOURCE_IRQ" with > platform_get_resource_byname(). > Both in exynos4 and exynos5, FIMD IP has 3 interrupts in the order: "fifo", > "vsync", an

Re: [PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-04-02 Thread Inki Dae
Applied. :) Thanks, Inki Dae 2013/4/2 Vikas Sajjan > Hi Mr. Inki Dae, > > Can you please review this patch.? > > On Wed, Mar 13, 2013 at 4:22 PM, Vikas Sajjan > wrote: > > Replaces the "platform_get_resource() for IORESOURCE_IRQ" with > > platform_get_resource_byname(). > > Both in exynos4 an

Re: [PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-04-01 Thread Vikas Sajjan
Hi Mr. Inki Dae, Can you please review this patch.? On Wed, Mar 13, 2013 at 4:22 PM, Vikas Sajjan wrote: > Replaces the "platform_get_resource() for IORESOURCE_IRQ" with > platform_get_resource_byname(). > Both in exynos4 and exynos5, FIMD IP has 3 interrupts in the order: "fifo", > "vsync", and

[PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-03-14 Thread Vikas Sajjan
Replaces the "platform_get_resource() for IORESOURCE_IRQ" with platform_get_resource_byname(). Both in exynos4 and exynos5, FIMD IP has 3 interrupts in the order: "fifo", "vsync", and "lcd_sys". But The FIMD driver expects the "vsync" interrupt to be mentioned as the 1st parameter in the FIMD DT no

[PATCH] drm/exynos: change the method for getting the interrupt resource of FIMD

2013-03-13 Thread Vikas Sajjan
Replaces the "platform_get_resource() for IORESOURCE_IRQ" with platform_get_resource_byname(). Both in exynos4 and exynos5, FIMD IP has 3 interrupts in the order: "fifo", "vsync", and "lcd_sys". But The FIMD driver expects the "vsync" interrupt to be mentioned as the 1st parameter in the FIMD DT no