Re: [PATCH] [RFC PATCH] dmaengine: pl330: residual - do not reset on last descriptor.

2015-07-08 Thread Alban Browaeys
Le mardi 07 juillet 2015 à 14:13 +0200, Alban Browaeys a écrit : Le mardi 07 juillet 2015 à 20:53 +0900, Krzysztof Kozlowski a écrit I am not quite sure what bug you are trying to fix here. It isn't described in commit message. Also I don't get why the residue=0 is being removed

Re: [PATCH] [RFC PATCH] dmaengine: pl330: residual - do not reset on last descriptor.

2015-07-07 Thread Alban Browaeys
Le mardi 07 juillet 2015 à 20:53 +0900, Krzysztof Kozlowski a écrit : 2015-07-07 20:05 GMT+09:00 Alban Browaeys alban.browa...@gmail.com: Removed the residual rest to zero on last descriptor. Also set residue granularity to BURST instead of SEGMENT. This last item needs more

[PATCH] [RFC PATCH] dmaengine: pl330: residual - do not reset on last descriptor.

2015-07-07 Thread Alban Browaeys
Removed the residual rest to zero on last descriptor. Also set residue granularity to BURST instead of SEGMENT. This last item needs more investigation before I could give a rationale for it. Signed-off-by: Alban Browaeys pra...@yahoo.com Reported-by: gabr...@unseen.is Reported-by: Krzysztof

[PATCH] exynos/drm: fix no hdmi output

2015-01-29 Thread Alban Browaeys
: remove struct exynos_drm_manager) Signed-off-by: Alban Browaeys pra...@yahoo.com --- drivers/gpu/drm/exynos/exynos_mixer.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c index d8fd8e1

Re: [PATCH v2 11/18] iommu: exynos: remove useless device_add/remove callbacks

2014-10-22 Thread Alban Browaeys
Le mardi 16 septembre 2014 à 13:54 +0200, Marek Szyprowski a écrit : The driver doesn't need to do anything important in device add/remove callbacks, because initialization will be done from device-tree specific callbacks added later. IOMMU groups created by current code were never used.

Re: [PATCH v2 11/18] iommu: exynos: remove useless device_add/remove callbacks

2014-10-21 Thread Alban Browaeys
Le mardi 16 septembre 2014 à 13:54 +0200, Marek Szyprowski a écrit : The driver doesn't need to do anything important in device add/remove callbacks, because initialization will be done from device-tree specific callbacks added later. IOMMU groups created by current code were never used.

Re: [PATCH 1/3] dmaengine: pl330: Set residue in tx_status callback.

2013-12-03 Thread Alban Browaeys
txstate.residue with the amount of bytes remaining in the transfers. This is required by alsa core dmaengine pcm pointer. Based on patch from Dylan Reid dgr...@chromium.org but compute the the residue in all transfers instead of the current one. Signed-off-by: Alban Browaeys pra...@yahoo.com