RE: [PATCH v8 00/16] To use DMA generic APIs for Samsung DMA

2011-09-20 Thread Vinod Koul
On Mon, 2011-09-19 at 19:23 +0900, Kukjin Kim wrote: > Vinod Koul wrote: > > > > On Wed, 2011-09-14 at 17:03 +0530, Jassi Brar wrote: > > > On 14 September 2011 16:47, Vinod Koul wrote: > > > > > > >> The changelog for [PATCH v8 04/16] is misleading - we don't need any > > > >> modification for t

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

2011-09-20 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 20:08 +0300, Baruch Siach wrote: > Hi Ajay, > > On Tue, Sep 20, 2011 at 08:56:57PM +0530, Ajay kumar wrote: > > Hi Baruch, > > On Tue, Sep 20, 2011 at 4:54 PM, Baruch Siach wrote: > > > Hi Ajay, > > > > > > On Tue, Sep 20, 2011 at 11:30:39AM -0400, Ajay Kumar wrote: > > >> T

Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-20 Thread Kyungmin Park
Hi, As I know, CONSISTENT_DMA_SIZE is removed, please use the updated APIs. Thank you, Kyungmin Park On Wed, Sep 21, 2011 at 2:44 PM, Hatim Ali wrote: > Change the consistent DMA allocation to 8MB to support the > TVOUT driver. > > NOTE: Once CMA support is merged into mainline, we will use it

[RESEND PATCH 3/3] s5p-tv: Add PM_RUNTIME dependency

2011-09-20 Thread Hatim Ali
The TVOUT driver requires PM_RUNTIME support for proper clock enabling. Signed-off-by: Hatim Ali --- drivers/media/video/s5p-tv/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig index 9c37dee

[RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-20 Thread Hatim Ali
Change the consistent DMA allocation to 8MB to support the TVOUT driver. NOTE: Once CMA support is merged into mainline, we will use it for memory allocation. Signed-off-by: Hatim Ali --- arch/arm/mach-exynos4/include/mach/memory.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) di

[PATCH V2 1/3] ARM: EXYNOS4: Add TVOUT support for SMDKV310

2011-09-20 Thread Hatim Ali
Add support for TVOUT on SMDKV310 board. Signed-off-by: Hatim Ali --- Changes since V1: Incorporated changes as suggested by Tomasz Stanislawski - Added GPIO settings for hot-plug detection. - Added setting hdmi and mixer's parent for TV power domain. arch/arm/mach-exynos4/Kconfig |

[PATCH V2 0/3] Add TVOUT support for SMDKV310

2011-09-20 Thread Hatim Ali
This is v2 of the TVOUT patch set for SMDKV310. v1 is available at below link. (http://www.spinics.net/lists/arm-kernel/msg138054.html) Patch 1 has been modified according to the comments received from Tomasz Stanislawski. Patches 2 and 3 are RESENDs. Hatim Ali (3): ARM: EXYNOS4: Add TVOUT supp

[PATCH] serial: samsung: move handling of fclk/n clock to platform code

2011-09-20 Thread Thomas Abraham
s3c2440 uses fclk/n (fclk divided by n) clock as one of the possible clocks used to generate the baud rate clock. The divider 'n' in this case can be logically represented outside of the uart controller. This patch creates a new clock by name "fclk_n" for s3c2440 based platforms to represent the f

RE: [GIT PULL] Samsung cleanup for v3.2

2011-09-20 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Monday 19 September 2011, Kukjin Kim wrote: > > This is Samsung cleanup for v3.2. > > > > Please pull from: > > git://github.com/kgene/linux-samsung.git next-samsung-cleanup > > Pulled into arm-soc/next/cleanup. > Thanks :) > > If any problems, please let me know.

RE: [GIT PULL] Samsung boards for v3.2

2011-09-20 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Monday 19 September 2011, Kukjin Kim wrote: > > Please pull from: > > git://github.com/kgene/linux-samsung.git next-samsung-board > > > > As you see, the next-samsung-board includes new board, SMDK4212. Of course > > to support new SoC, EXYNOS4212 is required for it b

RE: [PATCH 1/7 (RE-SEND)] gpio/s3c24xx: move gpio driver into drivers/gpio/

2011-09-20 Thread Kukjin Kim
Grant Likely wrote: > > On Mon, Sep 19, 2011 at 08:13:12PM +0900, Kukjin Kim wrote: > > Kukjin Kim wrote: > > > > > > > (snip)... > > > > Hi Grant, > > > > I didn't get any comments on this series, gpio-samsung patches for > > consolidation of Samsung gpiolib. Please let me know whether this is ok

Re: [PATCH 5/7] gpio/samsung: Added gpio-samsung.c to support Samsung GPIOs

2011-09-20 Thread Grant Likely
On Tue, Aug 30, 2011 at 09:27:27PM +0900, Kukjin Kim wrote: > This patch adds support for Samsung GPIOs with one gpio driver. > Actually there are drivers/gpio-s3c24xx.c, gpio-s3c64xx.c, > gpio-s5p64x0.c, gpio-s5pc100.c, gpio-s5pv210.c, gpio-exynos4.c, > gpio-plat-samsung.c, plat-samsung/gpio-confi

RE: [PATCH 5/7] gpio/samsung: Added gpio-samsung.c to support Samsung GPIOs

2011-09-20 Thread Kukjin Kim
Grant Likely wrote: > > On Tue, Aug 30, 2011 at 09:27:27PM +0900, Kukjin Kim wrote: > > This patch adds support for Samsung GPIOs with one gpio driver. > > Actually there are drivers/gpio-s3c24xx.c, gpio-s3c64xx.c, > > gpio-s5p64x0.c, gpio-s5pc100.c, gpio-s5pv210.c, gpio-exynos4.c, > > gpio-plat-

RE: [PATCH 4/7] gpio/samsung: Remove useless old Samsung related GPIO drivers

2011-09-20 Thread Kukjin Kim
Grant Likely wrote: > > On Tue, Aug 30, 2011 at 09:27:26PM +0900, Kukjin Kim wrote: > > Since gpio-samsung.c can replace old Samsung GPIO drivers, > > this patch removes them. > > > > Cc: Ben Dooks > > Cc: Grant Likely > > Signed-off-by: Kukjin Kim > > Removing this code before adding the new

Re: [PATCH 1/7 (RE-SEND)] gpio/s3c24xx: move gpio driver into drivers/gpio/

2011-09-20 Thread Grant Likely
On Mon, Sep 19, 2011 at 08:13:12PM +0900, Kukjin Kim wrote: > Kukjin Kim wrote: > > > > (snip)... > > Hi Grant, > > I didn't get any comments on this series, gpio-samsung patches for > consolidation of Samsung gpiolib. Please let me know whether this is ok to > you or not. And I think, if you're

Re: [PATCH 4/7] gpio/samsung: Remove useless old Samsung related GPIO drivers

2011-09-20 Thread Grant Likely
On Tue, Aug 30, 2011 at 09:27:26PM +0900, Kukjin Kim wrote: > Since gpio-samsung.c can replace old Samsung GPIO drivers, > this patch removes them. > > Cc: Ben Dooks > Cc: Grant Likely > Signed-off-by: Kukjin Kim Removing this code before adding the new code means it is not bisectable. I'll s

Re: [GIT PULL] Samsung boards for v3.2

2011-09-20 Thread Arnd Bergmann
On Monday 19 September 2011, Kukjin Kim wrote: > Please pull from: > git://github.com/kgene/linux-samsung.git next-samsung-board > > As you see, the next-samsung-board includes new board, SMDK4212. Of course > to support new SoC, EXYNOS4212 is required for it but current > arch/arm/mach-exynos4

Re: [GIT PULL] Samsung cleanup for v3.2

2011-09-20 Thread Arnd Bergmann
On Monday 19 September 2011, Kukjin Kim wrote: > This is Samsung cleanup for v3.2. > > Please pull from: > git://github.com/kgene/linux-samsung.git next-samsung-cleanup Pulled into arm-soc/next/cleanup. > If any problems, please let me know. One tiny conflict with Nico's cross-platform series

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

2011-09-20 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 16:55 +, Florian Tobias Schandinat wrote: > Did you have a look at the (existing) API [1] Laurent proposed for discovering > the internal connections between the framebuffers (or with any other devices)? I know the basics of media controller, but I haven't really looked

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

2011-09-20 Thread Baruch Siach
Hi Ajay, On Tue, Sep 20, 2011 at 08:56:57PM +0530, Ajay kumar wrote: > Hi Baruch, > On Tue, Sep 20, 2011 at 4:54 PM, Baruch Siach wrote: > > Hi Ajay, > > > > On Tue, Sep 20, 2011 at 11:30:39AM -0400, Ajay Kumar wrote: > >> This patch adds a data structure definiton to hold framebuffer > >> windo

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

2011-09-20 Thread Florian Tobias Schandinat
On 09/20/2011 03:39 PM, Tomi Valkeinen wrote: > On Tue, 2011-09-20 at 20:16 +0530, Ajay kumar wrote: >> Hi Tomi, >> >> On Tue, Sep 20, 2011 at 4:40 PM, Tomi Valkeinen >> wrote: >>> On Tue, 2011-09-20 at 11:30 -0400, Ajay Kumar wrote: This patch adds a data structure definiton to hold framebu

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

2011-09-20 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 20:16 +0530, Ajay kumar wrote: > Hi Tomi, > > On Tue, Sep 20, 2011 at 4:40 PM, Tomi Valkeinen wrote: > > On Tue, 2011-09-20 at 11:30 -0400, Ajay Kumar wrote: > >> This patch adds a data structure definiton to hold framebuffer > >> windows/planes. > >> An ioctl number is als

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

2011-09-20 Thread Ajay kumar
Hi Baruch, On Tue, Sep 20, 2011 at 4:54 PM, Baruch Siach wrote: > Hi Ajay, > > On Tue, Sep 20, 2011 at 11:30:39AM -0400, Ajay Kumar wrote: >> This patch adds a data structure definiton to hold framebuffer >> windows/planes. >> An ioctl number is also added to provide user access >> to change win

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

2011-09-20 Thread Ajay kumar
Hi Tomi, On Tue, Sep 20, 2011 at 4:40 PM, Tomi Valkeinen wrote: > On Tue, 2011-09-20 at 11:30 -0400, Ajay Kumar wrote: >> This patch adds a data structure definiton to hold framebuffer >> windows/planes. >> An ioctl number is also added to provide user access >> to change window position dynamic

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

2011-09-20 Thread Baruch Siach
Hi Ajay, On Tue, Sep 20, 2011 at 11:30:39AM -0400, Ajay Kumar wrote: > This patch adds a data structure definiton to hold framebuffer windows/planes. > An ioctl number is also added to provide user access > to change window position dynamically. [snip] > +/* Window overlaying */ > +struct fb_ove

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

2011-09-20 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 11:30 -0400, Ajay Kumar wrote: > This patch adds a data structure definiton to hold framebuffer windows/planes. > An ioctl number is also added to provide user access > to change window position dynamically. > > Signed-off-by: Ajay Kumar > Signed-off-by: Banajit Goswami > S

[PATCH] mmc: card: modify mmc_getgeo function

2011-09-20 Thread Girish K S
In the earlier code the cylinder, sector and head are assigned independently. Current patch generates the cylinder number with the values of sector and head. This patch only makes they cylinder value to be dependent on the sector and head. Signed-off-by: Girish K S --- drivers/mmc/card/block.c |

[PATCH 3/3] video: s3c-fb: Modify s3c-fb driver to support window positioning

2011-09-20 Thread Ajay Kumar
Positions the framebuffer window during driver initialization, using the platform data.It also adds an ioctl definition to change window position dynamically. Signed-off-by: Ajay Kumar Signed-off-by: Banajit Goswami Suggested-by: Marek Szyprowski --- drivers/video/s3c-fb.c | 37 +

[PATCH 2/3] ARM: SAMSUNG: Embed window positioning data structure in s3c-fb plat data

2011-09-20 Thread Ajay Kumar
This patch adds a new field in s3c_fb_pd_win structure, thereby allowing the user to place window at the desired position. Signed-off-by: Ajay Kumar Signed-off-by: Banajit Goswami Suggested-by: Marek Szyprowski --- arch/arm/plat-samsung/include/plat/fb.h |3 +++ 1 files changed, 3 insertio

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

2011-09-20 Thread Ajay Kumar
This patch adds a data structure definiton to hold framebuffer windows/planes. An ioctl number is also added to provide user access to change window position dynamically. Signed-off-by: Ajay Kumar Signed-off-by: Banajit Goswami Suggested-by: Marek Szyprowski --- include/linux/fb.h |7 +

[PATCH 0/3] FB: Add window positioning support

2011-09-20 Thread Ajay Kumar
This patchset adds support for positioning the overlay windows on the LCD. These patches are based on the discussion about adding features to fbdev at: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg06292.html To Florian: include: fb: Add definiton for window positioning