[PATCH v2 0/3] Support for multiple MFC FW sub-versions

2014-05-21 Thread Arun Kumar K
This patchset is for supporting multple firmware sub-versions
for MFC. Newer firmwares come with changed interfaces and fixes
without any change in the fw version number.
So this implementation is as per Tomasz Figa's suggestion [1].
[1] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/31735

Changes from v1
- Addressed nits pointed by Sachin on PATCH 2/3

Arun Kumar K (3):
  [media] s5p-mfc: Remove duplicate function s5p_mfc_reload_firmware
  [media] s5p-mfc: Support multiple firmware sub-versions
  [media] s5p-mfc: Add init buffer cmd to MFCV6

 drivers/media/platform/s5p-mfc/s5p_mfc.c|   15 +---
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |   11 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   |   44 ++-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |6 ++--
 4 files changed, 34 insertions(+), 42 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/3] Support for multiple MFC FW sub-versions

2014-05-21 Thread Sachin Kamat
On 21 May 2014 14:59, Arun Kumar K arun...@samsung.com wrote:
 This patchset is for supporting multple firmware sub-versions
 for MFC. Newer firmwares come with changed interfaces and fixes
 without any change in the fw version number.
 So this implementation is as per Tomasz Figa's suggestion [1].
 [1] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/31735

 Changes from v1
 - Addressed nits pointed by Sachin on PATCH 2/3

Thanks Arun.

Series looks good.
Reviewed-by: Sachin Kamat sachin.ka...@linaro.org

-- 
With warm regards,
Sachin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html