RE: [PATCH 2/2] mmc: core: Add poweroff notify handling feature

2011-09-06 Thread Seungwon Jeon
Hi Girish K S, I think short type is proper rather than long type by default. Long type seems to be unacceptable in suspend regarding long timeout. One question, Is this patch considered for system power off besides suspend? Beset regards, Seungwon Jeon. Girish K S wrote: Hi Mr Park, On 5

Re: [PATCH 2/2] mmc: core: Add poweroff notify handling feature

2011-09-06 Thread Girish K S
Hello Mr Jeon, i have modified the patch to handle the poweroff in suspend and normal condition. during suspend it is be short and during normal poweroff it is long. I will update the V2 patch with Mr Parks changes updated. regards Girish K S On 6 September 2011 12:31, Seungwon Jeon

Re: [PATCH 2/2] ARM: Samsung: update/rewrite Samsung SYSMMU (IOMMU) driver

2011-09-06 Thread KyongHo Cho
Hi. On Fri, Sep 2, 2011 at 10:56 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: + * + * iova must be aligned on a 4kB, 64kB, 1MB and 16MB boundaries, respectively. + */ Actually, iova is just needed to be aligned by 4KiB because it is minimum requirement. I think IOMMU driver is

[PATCH v2 0/2] PowerOff Notify/handle feature eMMC 4.5

2011-09-06 Thread Girish K S
This set of patch implements the PowerOff notification feature for eMMC 4.5 devices. Girish K S (2): mmc: core: Add power off notify feature(eMMC 4.5) mmc: core: Add Poweroff Notify handling drivers/mmc/core/core.c | 33 + drivers/mmc/core/mmc.c | 21

[PATCH v2 1/2] mmc: core: Add power off notify feature(eMMC 4.5)

2011-09-06 Thread Girish K S
This patch adds the support for power off notify feature available in eMMC 4.5 devices. If the the host has support for this feature, then the mmc core will notify it to the device by setting the POWER_OFF_NOTIFICATION byte in the extended csd register with a value 1(POWER_ON).

[PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Girish K S
This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used. Signed-off-by: Girish K S girish.shivananja...@linaro.org --- drivers/mmc/core/core.c | 33

RE: [PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Seungwon Jeon
Hi Girish, In case of system poweroff, mmc_power_off can be called indeed? And I added some comments. Best regards, Seungwon Jeon. Girish K S wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for

Re: [PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Girish K S
Hi Jeon, Thanks for the review. On 6 September 2011 17:22, Seungwon Jeon tgih@samsung.com wrote: Hi Girish, In case of system poweroff, mmc_power_off can be called indeed? And I added some comments. Best regards, Seungwon Jeon. Girish K S wrote: This patch adds the power off

Re: [PATCH v8 04/16] DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

2011-09-06 Thread Jassi Brar
On Fri, Sep 2, 2011 at 6:14 AM, Boojin Kim boojin@samsung.com wrote: Origianl code carries out the start operation after flush operation. But start operation is not required for DMA_TERMINATE_ALL command. So, This patch removes the unnecessary start operation and only carries out the flush

Re: [Linaro-mm-sig] [PATCH 2/2] ARM: Samsung: update/rewrite Samsung SYSMMU (IOMMU) driver

2011-09-06 Thread Ohad Ben-Cohen
On Tue, Sep 6, 2011 at 1:27 PM, KyongHo Cho pullip@samsung.com wrote: On Fri, Sep 2, 2011 at 10:56 PM, Marek Szyprowski +static int s5p_sysmmu_map(struct iommu_domain *domain, unsigned long iova, +                         phys_addr_t paddr, int gfp_order, int prot) +{ +       struct

Re: [PATCH v8 04/16] DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

2011-09-06 Thread Jassi Brar
On 6 September 2011 17:57, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Sep 06, 2011 at 05:52:19PM +0530, Jassi Brar wrote: On Fri, Sep 2, 2011 at 6:14 AM, Boojin Kim boojin@samsung.com wrote: Origianl code carries out the start operation after flush operation. But

[PATCH 0/2] Add device tree support for Samsung's keypad controller driver

2011-09-06 Thread Thomas Abraham
This patchset adds device tree support for samsung's keypad controller driver. First patch adds a new config option to be used by device tree enabled platforms for selecting the samsung's keypad controller driver. The second patch adds device tree support for the keypad driver. Thomas Abraham

[PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

2011-09-06 Thread Thomas Abraham
Samsung keyboard driver could be used with platforms using device tree. So the inclusion of samsung keyboard driver cannot be based on SAMSUNG_DEV_KEYPAD. A new config option HAVE_SAMSUNG_KEYPAD is added which device tree based platforms should use to include samsung keyboard driver.

[PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-06 Thread Thomas Abraham
Add device tree based discovery support for Samsung's keypad controller. Cc: Joonyoung Shim jy0922.s...@samsung.com Cc: Donghwa Lee dh09@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/input/samsung-keypad.txt | 88 +++

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

2011-09-06 Thread Ajay kumar
Hi Florian, On Thu, Sep 1, 2011 at 10:15 PM, Florian Tobias Schandinat florianschandi...@gmx.de wrote: Hi all, On 08/25/2011 07:51 PM, Ajay Kumar wrote: Just as a note, there are many drivers like mx3fb.c, au1200fb.c and OMAP seem to be doing window/plane positioning in their driver code.

Re: [PATCH 0/19 v4] s5p-fimc driver conversion to media controller and control framework

2011-09-06 Thread Mauro Carvalho Chehab
Em 03-09-2011 13:32, Sylwester Nawrocki escreveu: On 09/01/2011 05:30 PM, Sylwester Nawrocki wrote: Hello, following is a fourth version of the patchset converting s5p-fimc driver to the media controller API and the new control framework. Mauro, could you please have a look at the patches

Re: [PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Kyungmin Park
On Tue, Sep 6, 2011 at 7:59 PM, Girish K S girish.shivananja...@linaro.org wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used. Signed-off-by: Girish K S

Re: [PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Girish K S
On 7 September 2011 07:19, Kyungmin Park kmp...@infradead.org wrote: On Tue, Sep 6, 2011 at 7:59 PM, Girish K S girish.shivananja...@linaro.org wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for