Hi Jingoo,
On 10 October 2013 12:01, Jingoo Han wrote:
> The non-DT for EXYNOS SoCs is not supported from v3.11.
> Thus, there is no need to support non-DT for Exynos EHCI driver.
>
> The 'include/linux/platform_data/usb-ehci-exynos.h' file has been
> used for non-DT support. Thus, the 'usb-ehci-
When devm_usb_get_phy() fails, usb_put_hcd() should be called
to prevent memory leak.
Signed-off-by: Jingoo Han
---
drivers/usb/host/ohci-exynos.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c
index 5c877bf..aa50e18 100644
The non-DT for EXYNOS SoCs is not supported from v3.11.
Thus, there is no need to support non-DT for Exynos OHCI driver.
The 'include/linux/platform_data/usb-ohci-exynos.h' file has been
used for non-DT support. Thus, the 'usb-ohci-exynos.h' file can
be removed.
Signed-off-by: Jingoo Han
---
dr
Currently, Samsung is using 'EXYNOS' as the name of Samsung SoCs.
Thus, ehci-exynos is preferred than ehci-s5p.
Signed-off-by: Jingoo Han
---
drivers/usb/host/Kconfig |5 +-
drivers/usb/host/Makefile |2 +-
drivers/usb/host/{ehci-s5p.c =
The non-DT for EXYNOS SoCs is not supported from v3.11.
Thus, there is no need to support non-DT for Exynos EHCI driver.
The 'include/linux/platform_data/usb-ehci-exynos.h' file has been
used for non-DT support. Thus, the 'usb-ehci-exynos.h' file can
be removed.
Signed-off-by: Jingoo Han
---
dr
Since commit ca91435 "ARM: EXYNOS: Remove unused board files",
s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can
be removed. Also, unnecessary S5P_DEV_USB_EHCI option is removed.
Signed-off-by: Jingoo Han
Reviewed-by: Sylwester Nawrocki
---
arch/arm/plat-samsung/Kconfig
This patchset removes non-DT support for Exynos EHCI and OHCI
from arch and driver directories, because the non-DT for EXYNOS SoCs
is not supported from v3.11.
In order to keep the consistency, ehci-s5p.c is changed to
ehci-exynos.c. So, the name of Exynos EHCI and OHCI driver is
as below:
- ehci
Hi Leela,
On 10 October 2013 11:12, Leela Krishna Amudala wrote:
> Add the device-tree binding for the PWM controller to Exynos5250 and
> Exynos5420
>
> Signed-off-by: Andrew Bresticker
> Signed-off-by: Olof Johansson
> Signed-off-by: Leela Krishna Amudala
> ---
> arch/arm/boot/dts/exynos525
This patch maudio/gps_alive power domain to exynos4x12.dtsi.
Signed-off-by: Chanwoo Choi
Signed-off-by: Kyungmin Park
---
Changes since v1:
- Fix GPS_ALIVE power domain's register address
arch/arm/boot/dts/exynos4x12.dtsi | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm
Signed-off-by: Chanwoo Choi
Signed-off-by: Kyungmin Park
---
Changes since v1:
- No change
arch/arm/boot/dts/exynos4212.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4212.dtsi
b/arch/arm/boot/dts/exynos4212.dtsi
index 6f34d7f..3081bae 100644
--- a/arch/
From: Marek Szyprowski
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
---
Changes since v1:
- No change
arch/arm/boot/dts/exynos4212.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4212.dtsi
b/arch/arm/boot/dts/exynos4212.dtsi
index 3081bae..d
This patchset add missing dt data to bring up kernel feature
- MAUDIO/GPS_ALIVE power domain
- PMU
- Clock data for Multi core timer
Changes since v1:
- Fix wrong address of GPS_ALIVE power domain
Chanwoo Choi (2):
ARM: dts: exynos4212: Add PMU dt data for pmu-irq
ARM: dts: exynos4x12: Add ma
On Thursday 10 of October 2013 14:29:58 Jingoo Han wrote:
> On Thursday, October 10, 2013 2:18 PM, Tomasz Figa wrote:
> > On Thursday 10 of October 2013 11:40:22 Jingoo Han wrote:
> > > On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote:
> []
>
> > > > Are you planning to remove
We are European Loan service,Do you need a Loan,contact Via
(europanl...@foxmail.com)
This message was sent using IMP, the Internet Messaging Program.
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-s
On Thursday, October 10, 2013 2:18 PM, Tomasz Figa wrote:
> On Thursday 10 of October 2013 11:40:22 Jingoo Han wrote:
> > On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote:
[]
> > > Are you planning to remove also this file altogether ? Probably the
> > > s5p-ehci driver could
Hi Arun,
On Wednesday 09 of October 2013 09:21:43 Arun Kumar K wrote:
> Hi Doug,
>
> On Tue, Oct 8, 2013 at 9:39 PM, Doug Anderson wrote:
> > Arun,
> >
> > On Mon, Oct 7, 2013 at 11:56 PM, Arun Kumar K wrote:
> >> PLL35XX lock factor is 250 as per the manual whereas its
> >> wrongly set as 270
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420
Signed-off-by: Andrew Bresticker
Signed-off-by: Olof Johansson
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5250.dtsi |9 +
arch/arm/boot/dts/exynos5420.dtsi |9 +
2 file
Hi Jingoo,
On Thursday 10 of October 2013 11:40:22 Jingoo Han wrote:
> On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote:
> > On 10/10/2013 11:02 AM, Jingoo Han wrote:
> > > Since commit ca91435 "ARM: EXYNOS: Remove unused board files",
> > > s5p_device_ehci is not used anymore. Thu
> -Original Message-
> From: Mark Brown [mailto:broo...@kernel.org]
> Sent: Thursday, October 10, 2013 3:29 AM
> To: Inki Dae
> Cc: Olof Johansson; Sean Paul; devicet...@vger.kernel.org; linux-samsung-
> s...@vger.kernel.org; linux-...@vger.kernel.org; linux-
> ker...@vger.kernel.org; DRI
On 10/10/2013 01:05 PM, Chanwoo Choi wrote:
> On 10/10/2013 12:29 PM, Sachin Kamat wrote:
>> On 10 October 2013 06:00, Chanwoo Choi wrote:
>>> This patch maudio/gps_alive power domain to exynos4x12.dtsi.
>>>
>>> Signed-off-by: Chanwoo Choi
>>> Signed-off-by: Kyungmin Park
>>> ---
>>> arch/arm/b
On 10/10/2013 12:29 PM, Sachin Kamat wrote:
> On 10 October 2013 06:00, Chanwoo Choi wrote:
>> This patch maudio/gps_alive power domain to exynos4x12.dtsi.
>>
>> Signed-off-by: Chanwoo Choi
>> Signed-off-by: Kyungmin Park
>> ---
>> arch/arm/boot/dts/exynos4x12.dtsi | 10 ++
>> 1 file ch
On 10 October 2013 06:00, Chanwoo Choi wrote:
> This patch maudio/gps_alive power domain to exynos4x12.dtsi.
>
> Signed-off-by: Chanwoo Choi
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/boot/dts/exynos4x12.dtsi | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boo
On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote:
> On 10/10/2013 11:02 AM, Jingoo Han wrote:
> > Since commit ca91435 "ARM: EXYNOS: Remove unused board files",
> > s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can
> > be removed. Also, unnecessary S5P_DEV_USB_EHCI opti
Hi,
On 10/10/2013 11:02 AM, Jingoo Han wrote:
> Since commit ca91435 "ARM: EXYNOS: Remove unused board files",
> s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can
> be removed. Also, unnecessary S5P_DEV_USB_EHCI option is removed.
>
> Signed-off-by: Jingoo Han
Reviewed-by: Sylweste
Since commit ca91435 "ARM: EXYNOS: Remove unused board files",
s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can
be removed. Also, unnecessary S5P_DEV_USB_EHCI option is removed.
Signed-off-by: Jingoo Han
---
arch/arm/plat-samsung/Kconfig |5 -
arch/arm/plat-sams
This patch maudio/gps_alive power domain to exynos4x12.dtsi.
Signed-off-by: Chanwoo Choi
Signed-off-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4x12.dtsi | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
b/arch/arm/boot/dts/exynos4x12.dtsi
inde
From: Marek Szyprowski
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4212.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4212.dtsi
b/arch/arm/boot/dts/exynos4212.dtsi
index 3081bae..d7a3fbc 100644
--- a/arch/arm/bo
This patchset add missing dt data to bring up kernel feature
- MAUDIO/GPS_ALIVE power domain
- PMU
- Clock data for Multi core timer
Chanwoo Choi (2):
ARM: dts: exynos4212: Add PMU dt data for pmu-irq
ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12
Marek Szyprowski (1)
Signed-off-by: Chanwoo Choi
Signed-off-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4212.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4212.dtsi
b/arch/arm/boot/dts/exynos4212.dtsi
index 6f34d7f..3081bae 100644
--- a/arch/arm/boot/dts/exynos4212.dtsi
++
Мы умеем подсобить с уборкой апартаментов или Квартиры за небольшие деньги
http://74.ru/go/?url=http://m00.me/qpzd
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/m
On Wed, Oct 09, 2013 at 08:46:06PM +0100, Olof Johansson wrote:
> On Wed, Oct 9, 2013 at 1:25 AM, Mark Rutland wrote:
> > On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote:
> >> [Adding Tony, who reported a mainline booting issue, and Sean who
> >> helped me track this down]
> >>
> >>
On Tue, Oct 8, 2013 at 5:15 PM, Olof Johansson wrote:
> [Adding Tony, who reported a mainline booting issue, and Sean who
> helped me track this down]
>
> On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland wrote:
>> On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa wrote:
>>> Hi Yuvaraj,
>>>
>>> O
On Sun, Oct 6, 2013 at 8:48 PM, Vinod Koul wrote:
> On Mon, Oct 07, 2013 at 10:39:34AM +0900, Chanho Park wrote:
>> > > Why didn't you use a cookie value to track the request?
>> > > The cookie is assigned when each transfer is submitted.
>> > > If you save the value in the desc, we can find the r
On Wed, Oct 9, 2013 at 1:25 AM, Mark Rutland wrote:
> On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote:
>> [Adding Tony, who reported a mainline booting issue, and Sean who
>> helped me track this down]
>>
>> On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland wrote:
>> > On Sat, Sep 21,
On Fri, Oct 04, 2013 at 11:05:48AM +0900, Inki Dae wrote:
> 2013/10/4 Olof Johansson :
> > "If PD_N is LOW, then the device is in Deep power-down completely,
> > even if supply rail is ON; for the device to be able to operate, the
> > PD_N pin must be HIGH."
> I still think the pin could be repla
Currently, code include opp.h twice. Remove one inclusion
of opp.h
Signed-off-by: Manish Badarkhe
---
:100644 100644 574b16b... 93c29f4... M drivers/devfreq/exynos/exynos5_bus.c
drivers/devfreq/exynos/exynos5_bus.c |1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/devfreq/exynos/exy
From: Mark Brown
Many SPI drivers perform setup and tear down on every message, usually
doing things like DMA mapping the message. Provide hooks for them to use
to provide such operations.
This is of limited value for drivers that implement transfer_one_message()
but will be of much greater util
From: Mark Brown
This is of very little value in itself but will be useful once the loop
iterating over the transfers is also factored out into the core.
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 36
1 file changed, 28 insertions(+), 8 delet
On Wed, Oct 9, 2013 at 6:32 AM, Jingoo Han wrote:
> From: Pratyush Anand
>
> Without irq_create_mapping(), the correct irq number cannot be
> provided. In this case, it makes problems such as NULL deference.
> Thus, irq_create_mapping() should be added for MSI.
>
> Signed-off-by: Pratyush Anand
Currently, code checks false return value from "regulator_set_voltage"
to show failure message. Modify the code to check proper return
value from "regulator_set_voltage".
Signed-off-by: Manish Badarkhe
---
Based on master branch of linux-mainline.
:100644 100644 0fac344... 1537f32... M drivers/
Hi,
All patches (#1-#3) look good to me, FWIW you can add:
Reviewed-by: Bartlomiej Zolnierkiewicz
Please note that (at least) patch #3 conflicts with Lukasz's EXYNOS4412
fixup patchset:
https://lkml.org/lkml/2013/10/9/35
It is up to Eduardo to resolve this but it probably wou
From: Pratyush Anand
Without irq_create_mapping(), the correct irq number cannot be
provided. In this case, it makes problems such as NULL deference.
Thus, irq_create_mapping() should be added for MSI.
Signed-off-by: Pratyush Anand
Suggested-by: Kishon Vijay Abraham I
Signed-off-by: Jingoo Han
On Wednesday, October 09, 2013 8:14 PM, Pratyush Anand wrote:
> On Wed, Oct 09, 2013 at 06:49:15PM +0800, Jingoo Han wrote:
> > On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote:
> > > On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote:
> > > > On Wednesday, October 09, 2013
This patch adds the neccessary register changes and arch information
to support Exynos5420 SoCs
Exynos5420 has 5 TMU channels one for each CPU 0, 1, 2 and 3 and GPU
Also updated the Documentation at
Documentation/devicetree/bindings/thermal/exynos-thermal.txt
Note: The platform data structure wil
On Exynos5440 and Exynos5420 there are registers common
across the TMU channels.
To support that, we introduced a ADDRESS_MULTIPLE flag in the
driver and the 2nd set of register base and size are provided
in the "reg" property of the node.
As per Amit's suggestion, this patch changes the base_com
The FALL interrupt related en, status bits are available at an offset of
16 on INTEN, INTSTAT registers and at an offset of
12 on INTCLEAR register.
This patch corrects the same for exyns5250 and exynos5440
Signed-off-by: Naveen Krishna Chatradhi
---
Changes since v1:
Changes since v2:
Changes s
Hello Bartlomiej,
On 3 October 2013 18:12, Bartlomiej Zolnierkiewicz
wrote:
>
> Hi,
>
> I would like to see few minor cleanup changes, please see below:
Sure.
>
> On Thursday, October 03, 2013 05:31:42 PM Naveen Krishna Ch wrote:
>> On 4 September 2013 09:53, Naveen Krishna Chatradhi
>> wrote:
>
On Wed, Oct 09, 2013 at 06:49:15PM +0800, Jingoo Han wrote:
> On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote:
> > On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote:
> > > On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote:
> > >> On Wednesday 09 October
On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote:
> > On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote:
> >> On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote:
> >>> On Wednesday, October 09, 20
On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote:
> On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote:
>> On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote:
>>> On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote:
On Wednesday 09 October 2013 01
On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote:
> > On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote:
> >> On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote:
> >>> Without irq_create_mapping()
Hi,
Mike:
Could you please apply this patch? It is few months overdue..
Amit:
This patch no longer applies to -next. Could you please refresh and resend it?
You can add:
Reviewed-by: Bartlomiej Zolnierkiewicz
while at it.
Thanks.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung
On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote:
> On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote:
>> On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote:
>>> Without irq_create_mapping(), the correct irq number cannot be
>>> provided. In this case, it makes proble
On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote:
> > Without irq_create_mapping(), the correct irq number cannot be
> > provided. In this case, it makes problem such as NULL deference.
> > Thus, irq_create_mapping() sho
Hi Jingoo,
On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote:
> Without irq_create_mapping(), the correct irq number cannot be
> provided. In this case, it makes problem such as NULL deference.
> Thus, irq_create_mapping() should be added for MSI.
>
> Signed-off-by: Jingoo Han
> Cc: Kishon
On 28/09/13 22:27, Sylwester Nawrocki wrote:
> Use the generic PHY API instead of the platform callback
> for the MIPI DSIM DPHY enable/reset control.
>
> Signed-off-by: Sylwester Nawrocki
> Signed-off-by: Kyungmin Park
> Acked-by: Felipe Balbi
> Acked-by: Donghwa Lee
> ---
> Changes since v4:
On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote:
> [Adding Tony, who reported a mainline booting issue, and Sean who
> helped me track this down]
>
> On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland wrote:
> > On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa wrote:
> >> Hi Yuvara
Without irq_create_mapping(), the correct irq number cannot be
provided. In this case, it makes problem such as NULL deference.
Thus, irq_create_mapping() should be added for MSI.
Signed-off-by: Jingoo Han
Cc: Kishon Vijay Abraham I
---
Tested on Exynos5440.
drivers/pci/host/pcie-designware.c
58 matches
Mail list logo