Exynos hdmiphy operations and configs are kept inside
the hdmi driver. Hdmiphy related code is tightly coupled
with hdmi IP driver.
This patche moves hdmiphy related code to hdmiphy driver.
It will help in cleanly supporting the hdmiphy variations
in further SoCs.
Signed-off-by: Rahul Sharma
---
Currently, exynos hdmiphy operations and configs are kept
inside the hdmi driver. Hdmiphy related code is tightly
coupled with hdmi IP driver.
This series also removes hdmiphy dummy clock for hdmiphy
and replace it with Phy PMU Control from the hdmiphy driver.
At the end, support for exynos5420 h
Exynos hdmi ddc is a I2C device and if we register hdmi ddc
driver with id_table as NULL, cause failure in probing.
id_table field should not be NULL for i2c_driver registeration.
Signed-off-by: Rahul Sharma
---
drivers/gpu/drm/exynos/exynos_ddc.c |5 +
1 file changed, 5 insertions(+)
hdmiphy dt node needs a child node called 'phy-power-control'
which represents the PMU register for power controlling the
hdmiphy.
hdmi driver dt node provides phy property which points to
the hdmiphy dt node.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250-smdk5250.dts |9
Exynos5420 hdmiphy device is a platform device, unlike
predecessor SoCs where it used to be a I2C device. This
support is added to the hdmiphy driver.
Signed-off-by: Rahul Sharma
---
drivers/gpu/drm/exynos/exynos_hdmiphy.c | 224 ++-
1 file changed, 221 insertions(+)
hdmiphy is a dummy clock which actually controls the PMU bit
to enable/disbale hdmiphy (before CCF). This clock is cleaned
from the hdmi driver.
Signed-off-by: Rahul Sharma
---
drivers/gpu/drm/exynos/exynos_hdmi.c |8
1 file changed, 8 deletions(-)
diff --git a/drivers/gpu/drm/exyn
Before hdmiphy operation like config, start etc, hdmiphy
bit in PMU block should be enabled. Earlier this happens
in hdmi drvier through a dummy "hdmiphy" clock.
Signed-off-by: Rahul Sharma
---
.../devicetree/bindings/video/exynos_hdmiphy.txt |6 ++
drivers/gpu/drm/exynos/exynos_drm_hdmi.h
hdmiphy dt node needs a child node called 'phy-power-control'
which represents the PMU register for power controlling the
hdmiphy.
hdmi driver dt node provides phy property which points to
the hdmiphy dt node.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420.dtsi | 12
This patch adds dma controller node info on Exynos5420.
Exynos5420 has adma for audio IPs. As adma clk is dependent
on audss clk provider that will be added later.
Signed-off-by: Padmavathi Venna
---
Change since V2:
- Removed adma node as adma clock is dependent audss clock provider.
Ch
On 29 August 2013 19:05, Tomasz Figa wrote:
> Hi Rahul,
>
> On Thursday 29 of August 2013 19:22:51 Rahul Sharma wrote:
>> It adds Device tree nodes and clocks information for HDMI subsystem
>> for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi
>> hpd gpio and update binding document
On Thu, August 29, 2013, Tomasz Figa wrote:
> Hi Seungwon,
>
> On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote:
> > Yuvaraj Kumar wrote:
> > > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon
> wrote:
> > > > On Thu, August 29, 2013, Alim Akhtar wrote:
> > > >> Hi Seungwon,
> > > >>
> >
Quoting Rahul Sharma (2013-08-29 06:36:51)
> On 29 August 2013 18:00, Tomasz Figa wrote:
> > Hi Rahul,
> >
> > On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote:
> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> >> include addition of new clocks like mout_hdmi and smmu_
On Wed, Aug 28, 2013 at 09:58:23AM +0900, Kukjin Kim wrote:
> Hi Arnd, Olof and Kevin,
>
> Sorry for a bit late pull-request.
>
> Here is s3c64xx DT series and common clk stuff. It took some time due to
> dependency problem with the clk tree, and fixed now by merge clk-s3c64xx
> branch in Mike's
Hi Heiko,
First of all, big thanks for you work on this, letting our dream about
getting rid of S3C DMA API get closer to the reality. ;)
Overall the driver looks very good, but let me share some comments inline.
On Wednesday 28 of August 2013 00:13:51 Heiko Stübner wrote:
> This adds a new dri
On Wed, Aug 28, 2013 at 08:34:58AM +0900, Kukjin Kim wrote:
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
>Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
>
> are available in the git repository at:
>
>git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linu
On Mon, Aug 26, 2013 at 09:14:35AM +0900, Kukjin Kim wrote:
> The following changes since commit 6f9d02a056fff8e965da0f940a09d4c39a4fe80a:
>
> ARM: dts: Add USB host node for Exynos4 (2013-08-19 05:07:17 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linu
On Mon, Aug 26, 2013 at 09:14:31AM +0900, Kukjin Kim wrote:
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
> Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-
On Thu, Aug 29, 2013 at 6:36 PM, Mark Brown wrote:
> On Sun, Aug 11, 2013 at 07:59:21PM +0200, Tomasz Figa wrote:
>> The legacy S3C-DMA API required every period of a cyclic buffer to be
>> queued separately. After conversion of Samsung ASoC to Samsung DMA
>> wrappers somebody made an assumption t
Yuvaraj,
On Thu, Aug 29, 2013 at 4:41 AM, Yuvaraj Kumar C D wrote:
> This patch adds the device tree node entries for exynos5420 SOC.
> Exynos5420 has a different version of DWMMC controller,so a new
> compatible string is used to distinguish it from the prior SOC's.
>
> This patch depends on
>
Yavaraj,
On Thu, Aug 29, 2013 at 4:53 AM, Yuvaraj Kumar C D wrote:
> This patch updates the exynos-dw-mshc.txt.Currently we are using
> "pinctrl" binding property to describe the CMD and DATA line's
> of Mobile Storage Host Controller(mshc) node.
>
> Signed-off-by: Yuvaraj Kumar C D
> ---
> ...
This series of patches addresses some suspend/resume problems with
dw_mmc on exynos platforms, espeically exynos5420. This patchset was
tested on the current ToT Chromeos 3.8 tree (which has lots of
backports from 3.10/3.11) and on ToT Linux (v3.11-rc6). I have
confirmed basic booting and that SD
If the WAKEUP_INT is asserted at wakeup and not cleared, we'll end up
looping around forever. This has been seen to happen on exynos5420
silicon despite the fact that we haven't enabled any wakeup events due
to a silicon errata. It is safe to do on all exynos variants.
Signed-off-by: Doug Anders
On Sun, Aug 11, 2013 at 07:59:21PM +0200, Tomasz Figa wrote:
> The legacy S3C-DMA API required every period of a cyclic buffer to be
> queued separately. After conversion of Samsung ASoC to Samsung DMA
> wrappers somebody made an assumption that the same is needed for DMA
> engine API, which is not
On 08/29/2013 01:55 PM, Shaik Ameer Basha wrote:
> Hi Sylwester,
>
> On Thu, Aug 29, 2013 at 3:42 PM, Sylwester Nawrocki
> wrote:
>> Hi Shaik,
>>
>> On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
>>> This patch adds the Makefile for the M-Scaler (M2M scaler).
>>
>> Perhaps we could combine this
From: Mark Brown
It is possible that we may fail to set the clock rate, if we do so then
log the failure and don't bother reprogramming the IP.
Signed-off-by: Mark Brown
---
drivers/mmc/host/sdhci-s3c.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/host
On Wednesday 28 of August 2013 18:29:17 Mateusz Krawczuk wrote:
> This patch migrates the s5pc100 platform to use new clock driver
> using Common Clock Framework.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> arch/arm/mach-s5pc100/Kconfig | 8
> arch/arm/mach-s5pc100/Makefile
Hi Mateusz,
On Wednesday 28 of August 2013 18:29:16 Mateusz Krawczuk wrote:
> This patch adds new, Common Clock Framework-based clock driver for
> Samsung S5PC100 SoCs. The driver is just added.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> .../bindings/clock/samsung,s5pc100-clock.txt | 72
Hi Mateusz,
On Wednesday 28 of August 2013 18:29:15 Mateusz Krawczuk wrote:
> Signed-off-by: Mateusz Krawczuk
> ---
> drivers/clk/samsung/clk-pll.c | 2 ++
> drivers/clk/samsung/clk-pll.h | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/drivers/clk/samsung/clk-pll.c
> b/drivers/clk/s
Hi Mateusz,
On Wednesday 28 of August 2013 18:13:04 Mateusz Krawczuk wrote:
> This patch migrates the s5pv210 platform to use new clock driver
> using Common Clock Framework.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> arch/arm/mach-s5pv210/Kconfig | 9 +
> arch/arm/mach-s5pv21
Hi Mateusz,
On Wednesday 28 of August 2013 18:13:03 Mateusz Krawczuk wrote:
> This patch adds new, Common Clock Framework-based clock driver for
> Samsung S5PV210 SoCs. The driver is just added, without enabling it yet.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> .../bindings/clock/samsung,s5pv
On Thursday 29 of August 2013 14:42:25 Linus Walleij wrote:
> On Mon, Aug 26, 2013 at 7:35 PM, Tomasz Figa wrote:
> > GPIO support on Exynos SoCs is provided by pinctrl-samsung driver,
> > leaving all the support code in gpio-samsung driver unused.
>
> Just double checking: you mean it is unused
On Wednesday 28 August 2013, Sebastian Hesselbarth wrote:
> >
> > This forces zynq to move some initialization our clock code relies on to
> > init_irq(). Also, the current code already takes an approach of
> > doing either common init or machine specific init.
>
> Soeren,
>
> you know that patch
On 29 August 2013 18:00, Tomasz Figa wrote:
> Hi Rahul,
>
> On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote:
>> Add clock changes for hdmi subsystem for exynos5250 SoC. These
>> include addition of new clocks like mout_hdmi and smmu_tv, associating
>> ID to clk_hdmiphy and some essential
Hi Rahul,
On Thursday 29 of August 2013 19:22:51 Rahul Sharma wrote:
> It adds Device tree nodes and clocks information for HDMI subsystem
> for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi
> hpd gpio and update binding documents.
>
> This set is based on kukjin's for-next branch
Adding information about clocks to the binding documentation
for exynos mixer and hdmi.
Signed-off-by: Rahul Sharma
---
Documentation/devicetree/bindings/video/exynos_hdmi.txt | 14 +-
Documentation/devicetree/bindings/video/exynos_mixer.txt |4
2 files changed, 17 insert
From: Andrew Bresticker
This adds device-tree nodes for the i2c busses on Exynos
5420 platforms.
Signed-off-by: Andrew Bresticker
Signed-off-by: Rahul Sharma
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5420.dtsi | 56 +
1 file changed, 56 insert
Add pinctrl node for hdmi hpd gpio pin to exynos5420 smdk board
file. hpd Gpio property is added to the hdmi node. This patch also
adds hdmi ddc node.
Both hdmi device and ddc i2c channel are enabled in
exynos5420-smdk5420.dts
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420-smdk542
It adds Device tree nodes and clocks information for HDMI subsystem
for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi
hpd gpio and update binding documents.
This set is based on kukjin's for-next branch at
http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
v7:
1)
Fix wrong clock numbers in hdmi dt node. Removed hdmiphy
clock which was a dummy clock earlier and not required now.
Also added mux clock to change the clock parent.
Signed-off-by: Rahul Sharma
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5250.dtsi |6 +++---
1 file changed, 3 inser
From: Sean Paul
This patch adds the mixer clocks to the mixer node in the
exynos 5250 dts file.
Signed-off-by: Sean Paul
Signed-off-by: Rahul Sharma
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5250.dtsi |2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/exyno
Add hdmi and mixer device tree nodes for Exynos 5420 SoC.
Signed-off-by: Rahul Sharma
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5420.dtsi | 19 +++
1 file changed, 19 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi
b/arch/arm/boot/dts/exynos5420.dtsi
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> This patch adds the memory to memory (m2m) interface functionality
> for the M-Scaler driver.
>
> Signed-off-by: Shaik Ameer Basha
> ---
> drivers/media/platform/exynos-mscl/mscl-m2m.c | 763
> +
> 1 file changed, 763 i
On Wednesday 28 of August 2013 18:13:02 Mateusz Krawczuk wrote:
> Replace clk_enable by clock_enable_prepare and clk_disable with
> clk_disable_unprepare. Clock prepare is required by Clock Common
> Framework, and old clock driver didn`t support it. Without it Common
> Clock Framework prints a warn
Hi Mateusz,
On Wednesday 28 of August 2013 18:13:01 Mateusz Krawczuk wrote:
> Replace clk_enable by clock_enable_prepare and clk_disable with
> clk_disable_unprepare. Clock prepare is required by Clock Common
> Framework, and old clock driver didn`t support it. Without it Common
> Clock Framework
Hi Mateusz,
Generally this patch looks good, but I have some minor nitpicks, that I
would like to be fixed.
On Wednesday 28 of August 2013 18:13:00 Mateusz Krawczuk wrote:
> Restore vpll clock rate if start stream fail or stream is off.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> drivers/medi
On Thursday 29 of August 2013 11:10:20 Rahul Sharma wrote:
> It adds Device tree nodes and clocks information for HDMI subsystem
> for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi
> hpd gpio and update binding documents.
>
> This set is based on kukjin's for-next branch at
> http:
On Thursday 29 of August 2013 11:10:21 Rahul Sharma wrote:
> Adding information about clocks to the binding documentation
> for exynos mixer and hdmi.
>
> Signed-off-by: Rahul Sharma
> ---
> Documentation/devicetree/bindings/video/exynos_hdmi.txt | 15
> ++- .../devicetree/bindings/
On Tue, Jul 30, 2013 at 04:58:59PM +0900, Jingoo Han wrote:
> Use the wrapper function for retrieving the platform data instead of
> accessing dev->platform_data directly.
Applied, thanks.
signature.asc
Description: Digital signature
Hi Shaik,
Couple more comments...
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> This patch adds the core functionality for the M-Scaler driver.
>
> Signed-off-by: Shaik Ameer Basha
> ---
> drivers/media/platform/exynos-mscl/mscl-core.c | 1312
>
> drivers/media/p
Hi,
On 08/26/2013 07:08 PM, Tomasz Figa wrote:
> This series fixes various functional and non-functional (e.g. stylistic)
> issues in Common Clock Framework drivers for Samsung Exynos SoCs. See
> particular patches for more detailed descriptions.
>
> Changes since v1:
> [http://www.mail-archive.c
On Mon, Aug 26, 2013 at 7:35 PM, Tomasz Figa wrote:
> GPIO support on Exynos SoCs is provided by pinctrl-samsung driver,
> leaving all the support code in gpio-samsung driver unused.
Just double checking: you mean it is unused in v3.11-rc7 OK?
Not in Linux-next?
In the former case I can merge i
Hi Rahul,
On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote:
> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> include addition of new clocks like mout_hdmi and smmu_tv, associating
> ID to clk_hdmiphy and some essential corrections.
>
> V4:
> 1) Optimised gaps between Ga
On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
> Currently platform specific private data initialisation is done by
> dw_mci_socfpga_priv_init and dw_mci_socfpga_parse_dt.As we already have
> separate platform specific device tree parser dw_mci_socfpga_parse_dt,
> move the dw_mci_socfpga_priv_in
Hi Sylwester,
On Thu, Aug 29, 2013 at 3:42 PM, Sylwester Nawrocki
wrote:
> Hi Shaik,
>
> On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
>> This patch adds the Makefile for the M-Scaler (M2M scaler).
>
> Perhaps we could combine this with patch 3/5 ?
Ok. I will do that.
are you done with the r
This patch updates the exynos-dw-mshc.txt.Currently we are using
"pinctrl" binding property to describe the CMD and DATA line's
of Mobile Storage Host Controller(mshc) node.
Signed-off-by: Yuvaraj Kumar C D
---
.../devicetree/bindings/mmc/exynos-dw-mshc.txt | 34 ++--
1 fil
Hi Viresh,
On Thursday 29 of August 2013 13:45:56 Viresh Kumar wrote:
> On Tue, Jun 18, 2013 at 11:59 AM, Chander Kashyap
>
> wrote:
> > Instead of having to specify the number for CPUs in Exynos5250 in
> > platsmp.c file, let the number of CPUs be determined by having this
> > information liste
Hi Seungwon,
On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote:
> Yuvaraj Kumar wrote:
> > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon
wrote:
> > > On Thu, August 29, 2013, Alim Akhtar wrote:
> > >> Hi Seungwon,
> > >>
> > >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon
wrote:
>
This patch adds the device tree node entries for exynos5420 SOC.
Exynos5420 has a different version of DWMMC controller,so a new
compatible string is used to distinguish it from the prior SOC's.
This patch depends on
mmc: dw_mmc: exynos: Add a new compatible string for exynos5420
changes
Yuvaraj Kumar wrote:
> On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote:
> > On Thu, August 29, 2013, Alim Akhtar wrote:
> >> Hi Seungwon,
> >>
> >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon
> >> wrote:
> >> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
> >> >> Exynos5420 Mobile S
Hi Mateusz,
On Wednesday 28 of August 2013 18:12:59 Mateusz Krawczuk wrote:
> Replace mxr_dbg, mxr_info and mxr_warn by generic solution.
>
> Signed-off-by: Mateusz Krawczuk
> ---
> drivers/media/platform/s5p-tv/mixer.h | 12 ---
> drivers/media/platform/s5p-tv/mixer_drv.c | 4
On Thu, Aug 29, 2013 at 3:34 PM, Yuvaraj Kumar wrote:
> On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote:
>> On Thu, August 29, 2013, Alim Akhtar wrote:
>>> Hi Seungwon,
>>>
>>> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote:
>>> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
>>>
Hi Shaik,
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> This patch adds the Makefile for the M-Scaler (M2M scaler).
Perhaps we could combine this with patch 3/5 ?
--
Regards,
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message t
On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote:
> On Thu, August 29, 2013, Alim Akhtar wrote:
>> Hi Seungwon,
>>
>> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote:
>> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
>> >> Exynos5420 Mobile Storage Host controller has Security Manag
On Thu, August 29, 2013, Alim Akhtar wrote:
> Hi Seungwon,
>
> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote:
> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
> >> Exynos5420 Mobile Storage Host controller has Security Management Unit
> >> (SMU) for channel 0 and channel 1 (mainly for
On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote:
> On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
>> Exynos5420 Mobile Storage Host controller has Security Management Unit
>> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures
>> SMU for exynos5420.
>>
>> This patch i
Add support for registering external sensor subdevs using the v4l2-async
API. The async API is used only for sensor subdevs and only for platforms
instantiated from Device Tree.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
Changes since v1:
- register clock provider after
This patch removes the common fimc-is-sensor driver for image sensors
that are normally controlled by the FIMC-IS firmware. The FIMC-IS
driver now contains only a table of properties specific to each sensor.
The sensor properties required for the ISP's firmware are parsed from
device tree and retri
This patch adds clock provider to expose the sclk_cam0/1 clocks
for image sensor subdevs.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
.../devicetree/bindings/media/samsung-fimc.txt | 17 ++-
drivers/media/platform/exynos4-is/media-dev.c | 115 +
This patch converts the driver to use v4l2 asynchronous subdev
registration API an the clock API to control the external master
clock directly.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/media/i2c/s5k6a3.c | 36 ++--
1 file chang
This patch adds subdev driver for Samsung S5K6A3 raw image sensor.
As it is intended at the moment to be used only with the Exynos
FIMC-IS (camera ISP) subsystem it is a pretty minimal subdev driver.
It doesn't do any I2C communication since the sensor is controlled
by the ISP and its own firmware.
This patch adds binding documentation for the Samsung S5K6A3(YX)
raw image sensor.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
The binding of this sensors shows some issue in the generic video-interfaces
binding. Namely The video bus type (serial MIPI CSI-2, parallel ITU-
From: Andrzej Hajda
This patch adds the V4L2 asychronous subdev registration and
device tree support. Common clock API is used to control the
sensor master clock from within the subdev driver.
Signed-off-by: Andrzej Hajda
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
Chan
[Sigh, I've forgotten to Cc some mailing lists when submitting this
previously, resending with device tree and samsung-soc ML added]
This series is intended to add device tree support for both cameras
on the Exynos4412 SoC Trats 2 board. It converts related drivers to use
the v4l2-async API and e
Hi Seungwon,
On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote:
> On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
>> Exynos5420 Mobile Storage Host controller has Security Management Unit
>> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures
>> SMU for exynos5420.
>>
>
On Wed, August 28, 2013, Yuvaraj Kumar C D wrote:
> Exynos5420 Mobile Storage Host controller has Security Management Unit
> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures
> SMU for exynos5420.
>
> This patch is on top of the below patch by Doug Anderson.
> mmc: dw_mmc:
On Tue, Jun 18, 2013 at 11:59 AM, Chander Kashyap
wrote:
> Instead of having to specify the number for CPUs in Exynos5250 in platsmp.c
> file, let the number of CPUs be determined by having this information listed
> in Exynos5250 device tree file.
>
> Signed-off-by: Chander Kashyap
> Reviewed-by:
On Thursday, August 29, 2013, Jaehoon Chung wrote:
> Hi Yuvaraj,
>
> I have tested on Exynos4 series.
> I didn't test for SMU feature. If Seungwon could test or review and confirm
> this patch,
> then looks good to me.
>
> With exynos4 series,
> Tested-by: Jaehoon Chung
Just now, this series l
77 matches
Mail list logo