Re: [PATCH] video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare

2012-10-10 Thread Florian Tobias Schandinat
On 10/04/2012 06:45 AM, Jingoo Han wrote: > Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare > calls as required by common clock framework. > > Signed-off-by: Jingoo Han Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/exyno

Re: [PATCH] video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare

2012-10-10 Thread Florian Tobias Schandinat
On 10/02/2012 11:57 PM, Thomas Abraham wrote: > Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare > calls as required by common clock framework. > > Signed-off-by: Thomas Abraham Applied. Thanks, Florian Tobias Schandinat > --- > drivers/vid

Re: [PATCH V2 0/5] arm: samsung: Move FIMD headers to include/video/

2012-09-23 Thread Florian Tobias Schandinat
On 08/23/2012 09:55 AM, Kukjin Kim wrote: > Florian Tobias Schandinat wrote: >> >> On 08/01/2012 02:28 AM, Kukjin Kim wrote: >>> Leela Krishna Amudala wrote: >>>> >>>> This patchset moves the contents of regs-fb-v4.h and regs-fb.h from >&g

Re: [GIT PULL 6/7] Samsung cleanup fimd header for v3.7

2012-09-20 Thread Florian Tobias Schandinat
h other patches as far as I can see, and it can just go in > through > Florian's tree. > > Florian, if you want, you can add: > > Acked-by: Olof Johansson > > on the merge you do. Works for me. I already merged it. Best regards, Florian Tobias Schandinat

Re: [PATCH V2 0/5] arm: samsung: Move FIMD headers to include/video/

2012-08-01 Thread Florian Tobias Schandinat
ranch of torvalds >> tree. >> Tested on smdk5250 board, build tested for other boards. >> > (Cc'ed Florian Tobias Schandinat) > > Yeah, since it's merge window, this series could be created against on > mainline. And IMO, would be helpful to us if this series cou

Re: [PATCH v3 0/4] video: s3c-fb: Rearrange the elements in platform data

2012-04-11 Thread Florian Tobias Schandinat
o: s3c-fb: remove 'default_win' element from platform data > ARM: s3c64xx: Decouple lcd type from display controller window data > ARM: Samsung: Rework platform data of s3c-fb driver Applied this series. Thanks, Florian Tobias Schandinat > > arch/arm/mach-exynos/mach-n

Re: [PATCH V2 RESEND] video: s3c-fb: Add support EXYNOS5 FIMD

2012-03-07 Thread Florian Tobias Schandinat
> > Signed-off-by: Jingoo Han Applied. No need to resend when just over a week has passed. I usually try to wait a week for non-trivial patches to give others a chance to comment on it before applying. Thanks, Florian Tobias Schandinat > --- > v2: fix commit message from VIDCONx to VID

Re: [PATCH 06/12] ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX

2012-02-19 Thread Florian Tobias Schandinat
gt; Cc: Grant Likely > Cc: Greg Kroah-Hartman > Cc: Felipe Balbi > Cc: Florian Tobias Schandinat for the framebuffer (video) part: Acked-by: Florian Tobias Schandinat > Cc: Wim Van Sebroeck > Cc: Sangbeom Kim > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Russell K

Re: [PATCH 1/3] include: fb: Add definiton for window positioning structure

2011-09-20 Thread Florian Tobias Schandinat
gs as they define what is visible. With the introduction of overlays (and maybe even for some hardware anyway) it is no longer always true to have any timings at all. So on all framebuffer that do not have physical timings the timing interpretation is useless anyway (I'm thinking about adding a

Re: [PATCH 0/2] video: s3c-fb: Add window positioning support

2011-09-18 Thread Florian Tobias Schandinat
Hi Laurent, On 09/07/2011 03:31 PM, Laurent Pinchart wrote: > Hi Florian, > > On Thursday 01 September 2011 18:45:18 Florian Tobias Schandinat wrote: >> Hi all, >> >> On 08/25/2011 07:51 PM, Ajay Kumar wrote: >>> Just as a note, there are many drivers like m

Re: [PATCH V4 RESEND 1/6] video: s3c-fb: Add S5P64X0 specific s3c_fb_driverdata

2011-09-14 Thread Florian Tobias Schandinat
m Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/s3c-fb.c | 27 +++ > 1 files changed, 27 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c > index 4aecf21..0fda252 100644 > --- a/d

Re: [PATCH 0/2] video: s3c-fb: Add window positioning support

2011-09-01 Thread Florian Tobias Schandinat
you need for a standardized window implementation? Any additional things that were useful/needed in this context? Would you consider adding support for this API in your drivers? (as standardizing wouldn't be useful if nobody would implement it) Best regards, Florian Tobias Schandinat > > Fo