Most of the nodes of exynos5420 remains same for exynos5800.
So moving the common dt nodes to exynos5-octa.dtsi.
The pinctrl dtsi is completely re-used and is renamed to
exynos5-octa-pinctrl.dtsi.
Signed-off-by: Arun Kumar K
---
...5420-pinctrl.dtsi => exynos5-octa-pinctrl.dtsi} |0
arch/arm
Adds support for google peach-pi board having the
Exynos5800 SoC.
Signed-off-by: Arun Kumar K
Signed-off-by: Doug Anderson
---
arch/arm/boot/dts/Makefile|3 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 225 +
2 files changed, 227 insertions(+),
Exynos5800 is an octa core SoC which is based on the 5420
platform. This patch adds the basic SoC support.
Signed-off-by: Arun Kumar K
---
arch/arm/mach-exynos/Kconfig |8
arch/arm/mach-exynos/exynos.c|1 +
arch/arm/mach-exynos/platsmp.c |2
From: Alim Akhtar
Exynos5800 clock structure is mostly similar to 5420 with only
a small delta changes. So the 5420 clock file is re-used for
5800 also. The common clocks for both are seggreagated and few
clocks which are different for both are separately initialized.
Signed-off-by: Alim Akhtar
Exynos5800 is a derivative of Exynos5420 with higher
clock speeds and most other IP blocks remaining the same
except for a few.
Due to the similarities with 5420, following is done to
achieve maximum code re-use:
- Use the same 5420 clock file with few changes for adding
extra 5800 clocks.
- Re-u
Add placeholder Kconfig and linkage for driver/soc.
The first patch set that implemented this was authored by Santosh Shilimkar:
https://lkml.org/lkml/2014/2/28/567
Signed-off-by: Andy Gross
---
drivers/Kconfig |2 ++
drivers/Makefile|4
drivers/soc/Kconfig |4
3 f
Add device tree binding support for the QCOM GSBI driver.
Signed-off-by: Andy Gross
---
.../devicetree/bindings/soc/qcom/qcom,gsbi.txt | 78
1 file changed, 78 insertions(+)
create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,gsbi.txt
diff --git a/Docu
The GSBI (General Serial Bus Interface) driver controls the overarching
configuration of the shared serial bus infrastructure on APQ8064, IPQ8064, and
earlier QCOM processors. The GSBI supports UART, I2C, SPI, and UIM
functionality in various combinations.
Signed-off-by: Andy Gross
---
drivers/
This patch removes direct access of the GSBI registers. GSBI configuration
should be done through the GSBI driver directly.
Signed-off-by: Andy Gross
---
drivers/tty/serial/msm_serial.c | 48 ++-
drivers/tty/serial/msm_serial.h |5
2 files changed,
The first patch in this set adds the drivers/soc directory and all the necessary
plumbing. These changes were discussed at the kernel summit and also were
introduced in an earlier patch set from Santosh Shilimkar.
Reference the following set of patches:
https://lkml.org/lkml/2014/2/28/567
The re
Hi Arun,
On 20 April 2014 10:56, Arun Kumar K wrote:
> Adds the google peach-pit board dts file which uses
> exynos5420 SoC.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Doug Anderson
> ---
> arch/arm/boot/dts/Makefile |1 +
> arch/arm/boot/dts/exynos5420-peach-pit.dts
Signed-off-by: Wenyou Yang
---
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 42 +++
1 file changed, 42 insertions(+)
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index ce13755..57cdd83 100644
--- a/arch/arm/boo
Hi Nicolas,
> -Original Message-
> From: Ferre, Nicolas
> Sent: Saturday, April 19, 2014 5:26 AM
> To: Yang, Wenyou
> Cc: broo...@kernel.org; lgirdw...@gmail.com; grant.lik...@linaro.org;
> rob.herr...@calxeda.com; plagn...@jcrosoft.com; linux-
> ker...@vger.kernel.org; devicetree@vger.ker
Dear Kukjin,
Please review this patchset for Exynos3250 SoC.
Best Regards,
Chanwoo Choi
On 04/18/2014 10:15 AM, Chanwoo Choi wrote:
> This patchset support new Exynos3250 Samsung SoC based on Cortex-A7 dual core.
> Exynos3250 is a System-On-Chip (SoC) that is based on 32-bit RISC processor
> for
Hello Lyappan,
On Thu, Apr 17, 2014 at 5:18 AM, Joe Perches wrote:
> On Wed, 2014-04-16 at 19:39 -0700, Iyappan Subramanian wrote:
>> This patch adds a MAINTAINERS entry for APM X-Gene SoC
>> ethernet driver.
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
> []
>> @@ -686,6 +686,14 @@ S: Mai
On Wed, Apr 09, 2014 at 09:28:11AM +0200, Linus Walleij wrote:
> Implement device tree probing for the tc3589x keypad driver.
> This is modeled on the STMPE keypad driver and tested on the
> Ux500 TVK1281618 UIB.
>
> Signed-off-by: Linus Walleij
> ---
> ChangeLog v2->v3:
> - Use two local u32 var
Hi!
> Some style fixes in twl4030-madc driver.
>
> Reported-by: Jonathan Cameron
> Signed-off-by: Sebastian Reichel
> Acked-by: Lee Jones
Reviewed-by: Pavel Machek
> @@ -665,10 +660,6 @@ out:
> }
> EXPORT_SYMBOL_GPL(twl4030_madc_conversion);
>
> -/*
> - * Return channel value
> - * Or
On Tue 2014-03-04 23:05:44, Sebastian Reichel wrote:
> This converts twl4030-madc module to use the Industrial IO ADC
> framework and adds device tree support.
>
> Signed-off-by: Sebastian Reichel
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
On Tue 2014-03-04 23:05:43, Sebastian Reichel wrote:
> Update twl4030-madc driver to use managed resources.
>
> Signed-off-by: Sebastian Reichel
> Acked-by: Lee Jones
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.cun
On Sat 2014-03-01 21:22:45, Sebastian Reichel wrote:
> Add devicetree binding documentation for rx51-battery,
> which is a simple A/D converter consumer.
>
> Signed-off-by: Sebastian Reichel
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http
On Sat 2014-03-29 11:09:45, Jonathan Cameron wrote:
> On 01/03/14 20:22, Sebastian Reichel wrote:
> >Update rx51-battery driver to use the new IIO API of
> >twl4030-madc and add DT support.
> >
> >Signed-off-by: Sebastian Reichel
> This looks fine to me. I'd love to see a more generic solution, b
From: Rahul Sharma
Enable fimd node for snow board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250-snow.dts |5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts
b/arch/arm/boot/dts/exynos5250-snow.dts
index 586cd38..09f363d 100644
---
From: Rahul Sharma
Enable fimd for peach-pit board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420-peach-pit.dts |5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts
b/arch/arm/boot/dts/exynos5420-peach-pit.dts
index 5b70522..d6e
From: Rahul Sharma
Display controller HPD Gpio line is board specific. This patch
is moving the pinctrl for hpd gpio line to the respective board
file.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420-pinctrl.dtsi |7 ---
arch/arm/boot/dts/exynos5420-smdk5420.dts |7 +++
From: Rahul Sharma
Add nodes for fimd and dp controller for exynos5250 based snow
and exynos5420 based peach-pit board.
This series is based on Kukjin Kims, for-next branch.
It is dependent on
1) Andrew Bresticker's patch for hpd gpio addition, avilable at
http://www.spinics.net/lists/linux-sam
From: Rahul Sharma
Enable dp-controller for peach-pit board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420-peach-pit.dts | 34
1 file changed, 34 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts
b/arch/arm/boot/dts/exynos5420
From: Rahul Sharma
Ennable dp-controller for snow board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250-snow.dts | 27 +++
1 file changed, 27 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts
b/arch/arm/boot/dts/exynos5250-snow.dts
index
From: Rahul Sharma
Add dt node for simple phy provider for exynos5420 SoC.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420.dtsi |6 ++
1 file changed, 6 insertions(+)
mode change 100644 => 100755 arch/arm/boot/dts/exynos5420.dtsi
diff --git a/arch/arm/boot/dts/exynos5420
From: Rahul Sharma
Add reference to simple phy to hdmi node for exynos5420
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250.dtsi |2 ++
1 file changed, 2 insertions(+)
mode change 100755 => 100644 arch/arm/boot/dts/exynos5250.dtsi
diff --git a/arch/arm/boot/dts/exynos5250.dts
From: Rahul Sharma
Enable support for HDMI for exynos5250 based Snow board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250-cros-common.dtsi | 13 -
arch/arm/boot/dts/exynos5250-snow.dts |7 +++
2 files changed, 19 insertions(+), 1 deletion(-)
diff -
From: Rahul Sharma
Replace compatible string for HDMI node in Exynos5420. Since
latest restructring in Drm hdmi driver, it is agreed to use
a seperate compatible string for Exynos5420 HDMI IP siince it
uses APB mapped Phy.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420.dtsi |
From: Rahul Sharma
Enable hdmi for exynos5420 based peach-pit board.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420-peach-pit.dts | 26 ++
arch/arm/boot/dts/exynos5420.dtsi |5 +
2 files changed, 31 insertions(+)
diff --git a/arch/arm/b
From: Rahul Sharma
add reference for hdmiphy phy to the client node, which is
hdmi for exynos5420.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5420.dtsi |2 ++
1 file changed, 2 insertions(+)
mode change 100755 => 100644 arch/arm/boot/dts/exynos5420.dtsi
diff --git a/arch/arm
From: Rahul Sharma
Enable hdmi for exynos5250 based snow board and exynos5420
based peach pit board. It also adds properties to hdmi nodes
for accessing hdmiphy as simple phys.
This series is based on Kukjin Kims, for-next branch.
It is dependent on
1) Tomasz Stanislawski's Simple phy driver pa
From: Rahul Sharma
Add dt node for simple phy provider for exynos5250 SoC.
Signed-off-by: Rahul Sharma
---
arch/arm/boot/dts/exynos5250.dtsi |6 ++
1 file changed, 6 insertions(+)
mode change 100644 => 100755 arch/arm/boot/dts/exynos5250.dtsi
diff --git a/arch/arm/boot/dts/exynos5250
Hi KyongHo Cho,
Please find the comments inline.
On Fri, Mar 14, 2014 at 10:36 AM, Cho KyongHo wrote:
> This patch adds dts entries for the System MMU devices found on
> Exynos4 and Exynos5 SoC series and the System MMU binding
> documentation.
>
> CC: Rob Herring
> CC: Sylwester Nawrocki
> Si
Hi Tomasz,
Thanks for the review comments.
On Tue, Apr 15, 2014 at 10:33 PM, Tomasz Figa wrote:
> Hi Shaik,
>
>
> On 27.03.2014 12:07, Shaik Ameer Basha wrote:
>>
>> From: Rahul Sharma
>>
>> This patch renames the clock IDs used for the DT bindings as
>> per Exynos5420 datasheet.
>>
>> Signed-o
Hi Tomasz,
On Tue, Apr 15, 2014 at 10:20 PM, Tomasz Figa wrote:
> Hi Shaik,
>
>
> On 27.03.2014 12:07, Shaik Ameer Basha wrote:
>>
>> From: Rahul Sharma
>>
>> Add more clock IDs to be used in DT bindings for Exynos5420.
>>
>> Signed-off-by: Rahul Sharma
>> Signed-off-by: Shaik Ameer Basha
>>
Hi Tomasz,
Thanks for the review comments.
On Tue, Apr 15, 2014 at 10:15 PM, Tomasz Figa wrote:
> Hi Shaik,
>
>
> On 27.03.2014 12:07, Shaik Ameer Basha wrote:
>>
>> From: Rahul Sharma
>>
>> This patch adds the missing clock register offsets for Exynos5420.
>>
>> Signed-off-by: Rahul Sharma
>>
Hi Tomasz,
On 18 April 2014 20:12, Tomasz Figa wrote:
> When CPU topology is specified in device tree, cpu_logical_map() does
> not return core ID anymore, but rather full MPIDR value. This breaks
> existing calculation of PMU register offsets on Exynos SoCs.
>
> This patch fixes the problem by
40 matches
Mail list logo