This patch implements pm_power_off function since a power-down
control register should be set in order to turn off EXYNOS5440.
Otherwise, power domains remain alive despite "poweroff" action.
Signed-off-by: Jungseok Lee
---
arch/arm/mach-exynos/common.c | 17 +++--
1 file changed,
Leela Krishna,
On Fri, Sep 27, 2013 at 3:16 AM, Leela Krishna Amudala
wrote:
> Add watchdog device tree node for exynos5420
>
> Signed-off-by: Leela Krishna Amudala
> ---
> arch/arm/boot/dts/exynos5420.dtsi |6 ++
> 1 file changed, 6 insertions(+)
Reviewed-by: Doug Anderson
--
To unsu
Leela Krishna,
On Fri, Sep 27, 2013 at 3:16 AM, Leela Krishna Amudala
wrote:
> Fixes the watchdog DT node name for Exynos5 as per the DT node naming
> convention also update "status" property for Exynos5250 SoC.
>
> Signed-off-by: Leela Krishna Amudala
> ---
> arch/arm/boot/dts/exynos5.dtsi
Hi Arun, Shaik,
This patch looks good to me, I have added it to my tree for 3.13, with
slightly edited patch's description.
I will be sending a pull request to the media tree not earlier than in
two weeks, thus there is still some time, should anyone have any further
comments/change requests.
B
From: Mark Brown
Rather than using the driver custom platform data to store the chip select
GPIO use the cs_gpio field provided by the SPI core, supporting future
refectoring.
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 24 ++--
1 file changed, 10 insertions(+
From: Mark Brown
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c
index 2e267ce..dd5ed13 100644
--- a/drivers/spi/spi-s3c64xx.c
+++ b/drivers/spi/spi-s3
From: Mark Brown
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c
index dd5ed13..7f960db 100644
--- a/drivers/spi/spi-s3c64xx.c
+++ b/drivers/spi/spi-s3c64xx.c
@@ -205,7 +205,6 @@ str
From: Mark Brown
To help with bisection of future refactoring to share more of the code for
handling a spi_message pull the enabling of GPIO based /CS prior to all
the hardware setup for starting a transfer.
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 6 +++---
1 file changed, 3
From: Mark Brown
Ensure that the FIFOs are fully drained before we deassert /CS or do any
delays that have been requested in order to ensure that the behaviour
visible on the bus matches that which was requested by the caller.
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 4 ++--
1
From: Mark Brown
The hardware level /CS handling is tied to the start of the data path so
is rolled into the same function as we use to manipulate GPIO /CS. In
order to support factoring out the /CS handling into the core separate the
two and explicitly start transfers separately to the /CS handl
On Fri, Sep 6, 2013 at 2:21 AM, Jingoo Han wrote:
> When link failed, there is no need to turn on phy block. Also,
> turning on phy block is added, in order to turn on phy block
> regardless of the default value of phy registers.
>
> Signed-off-by: Jingoo Han
Applied to my pci/host-exynos branch
On Fri, Sep 6, 2013 at 12:54 AM, Jingoo Han wrote:
> This patch adds support for Message Signaled Interrupt in the
> Exynos PCIe diver using Synopsys designware PCIe core IP.
>
> Signed-off-by: Siva Reddy Kallam
> Signed-off-by: Srikanth T Shivanand
> Signed-off-by: Jingoo Han
> Cc: Pratyush An
On Thu, Sep 12, 2013 at 5:29 AM, Jingoo Han wrote:
> Add myself as maintainer for Samsung Exynos PCIe driver.
>
> Signed-off-by: Jingoo Han
Applied to my pci/host-exynos branch for v3.13. Thanks!
> ---
> MAINTAINERS |6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS
On Tue, Dec 25, 2012 at 8:54 PM, Cho KyongHo wrote:
> This removes System MMU initialization from arch/arm/mach-exynos/
> to move them to DT and the exynos-iommu driver except gating clock
> definitions.
>
exynos with iommu support no longer compiles with this patch:
CC drivers/iommu/exy
Tomasz,
On Fri, Sep 27, 2013 at 11:14 AM, Tomasz Figa wrote:
>> So isn't the register in the PMU there to save power in the case that
>> the watchdog timer isn't being used? How is the PMU "driver" to know
>> whether the watchdog is being used? Better IMHO that the watchdog
>> driver knows to e
On Friday 27 of September 2013 08:20:25 Doug Anderson wrote:
> Tomasz
>
> On Fri, Sep 27, 2013 at 4:25 AM, Tomasz Figa wrote:
> >> >> Since we already have PMU "driver" in mach-exynos, which already
> >> >> has
> >> >> suspend/resume syscore ops, what about placing such configuration
> >> >> ther
On 27 September 2013 15:46, Leela Krishna Amudala wrote:
> This patch parses the watchdog node to read pmu wdt sys registers addresses
> and do mask/unmask enable/disable of WDT in probe and s2r scenarios.
>
> Signed-off-by: Leela Krishna Amudala
> ---
> .../devicetree/bindings/watchdog/samsung-
Hi Leela,
On 27 September 2013 15:46, Leela Krishna Amudala wrote:
> watchdog@101D {
> - compatible = "samsung,s3c2410-wdt";
> - reg = <0x101D 0x100>;
> + compatible = "samsung,s3c5250-wdt";
> + reg = <0x101D 0x100>, <0x1
Tomasz
On Fri, Sep 27, 2013 at 4:25 AM, Tomasz Figa wrote:
>> >> Since we already have PMU "driver" in mach-exynos, which already has
>> >> suspend/resume syscore ops, what about placing such configuration there
>> >> instead?
>> >
>> > Any opinions on this?
>> >
>>
>> In PMU we have control regi
On Wed, Sep 11, 2013 at 10:46 AM, José Miguel Gonçalves
wrote:
> Some GPIO line limits are incorrectly set which, for instance,
> does not allow nRTS1 (GPH11) configuration on a S3C2416 chip.
>
> Signed-off-by: José Miguel Gonçalves
> ---
> arch/arm/mach-s3c24xx/include/mach/gpio.h | 10 +
On Tue, Sep 24, 2013 at 5:04 PM, Mateusz Krawczuk
wrote:
> Values of pins in table s5pv210 bank are incorrect. This patch correct values.
>
> Signed-off-by: Mateusz Krawczuk
> Signed-off-by: Kyungmin Park
Patch applied for fixes with the ACKs from Tomasz and Kukjin.
Yours,
Linus Walleij
--
To
On 09/27/2013 03:09 PM, Ming Lei wrote:
On Thu, Sep 26, 2013 at 6:32 PM, Tomasz Figa wrote:
This is a fix that we may want to have, but it must be modified to take
my regression fix[1] into account.
[1] clocksource: exynos_mct: Set IRQ affinity when the CPU goes online
http://thread.gmane.org
On Thu, Sep 26, 2013 at 6:32 PM, Tomasz Figa wrote:
>
> This is a fix that we may want to have, but it must be modified to take
> my regression fix[1] into account.
>
> [1] clocksource: exynos_mct: Set IRQ affinity when the CPU goes online
> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/2
Hi Tomasz,
On Thu, Sep 26, 2013 at 7:30 PM, Tomasz Figa wrote:
> Hi Yadwinder,
>
> I haven't reviewed this series yet, but let me clarify some things from
> your comments.
>
> On Thursday 26 of September 2013 17:38:58 Yadwinder Singh Brar wrote:
>> > +
>> > +/* Helper macros to define clock array
On Friday 27 of September 2013 16:48:34 Leela Krishna Amudala wrote:
> Tomasz,
>
> On Fri, Sep 27, 2013 at 3:42 PM, Tomasz Figa wrote:
> > On Monday 23 of September 2013 19:11:11 Tomasz Figa wrote:
> >> On Monday 23 of September 2013 19:03:10 Bartlomiej Zolnierkiewicz wrote:
> >> >
> >> > Hi,
> >
Tomasz,
On Fri, Sep 27, 2013 at 3:42 PM, Tomasz Figa wrote:
> On Monday 23 of September 2013 19:11:11 Tomasz Figa wrote:
>> On Monday 23 of September 2013 19:03:10 Bartlomiej Zolnierkiewicz wrote:
>> >
>> > Hi,
>> >
>> > On Wednesday, September 18, 2013 12:20:31 PM Leela Krishna Amudala wrote:
>>
On 27/09/13 12:53, Mark Brown wrote:
> From: Mark Brown
>
> Otherwise we may try to start transfers immediately and then fail to
> runtime resume the device causing us not to have clocks enabled.
>
> Signed-off-by: Mark Brown
Reviewed-by: Sylwester Nawrocki
There is only a small typo in the
fimc-is driver takes video data input from the ISP video node
which is added in this patch. This node accepts Bayer input
buffers which is given from the IS sensors.
Signed-off-by: Arun Kumar K
Signed-off-by: Kilyeon Im
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/exynos5-is/fimc
From: Shaik Ameer Basha
This patch adds support for media device for EXYNOS5 SoCs.
The current media device supports the following ips to connect
through the media controller framework.
* MIPI-CSIS
Support interconnection(subdev interface) between devices
* FIMC-LITE
Support capture interfa
The patch series add support for Exynos5 camera subsystem. It
re-uses mipi-csis and fimc-lite from exynos4-is and adds a new
media device and fimc-is device drivers for exynos5.
Changes from v8
---
- Moved i2c-isp device nodes into the fimc-is node as suggested
by Sylwester
- Address
This patch adds the register definition file for the fimc-is driver
and also the header file containing the main context for the driver.
Signed-off-by: Arun Kumar K
Signed-off-by: Kilyeon Im
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/exynos5-is/fimc-is-regs.h | 105 +++
FIMC-IS has two hardware scalers named as scaler-codec and
scaler-preview. This patch adds the common code handling the
video nodes and subdevs of both the scalers.
Signed-off-by: Arun Kumar K
Signed-off-by: Kilyeon Im
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/exynos5-is/fimc-
The hardware interface module finally sends the commands to the
FIMC-IS firmware and runs the interrupt handler for getting the
responses.
Signed-off-by: Arun Kumar K
Signed-off-by: Kilyeon Im
Reviewed-by: Sylwester Nawrocki
---
.../media/platform/exynos5-is/fimc-is-interface.c | 810 +++
This patch adds the crucial hardware pipeline control for the
fimc-is driver. All the subdev nodes will call this pipeline
interfaces to reach the hardware. Responsibilities of this module
involves configuring and maintaining the hardware pipeline involving
multiple sub-ips like ISP, DRC, Scalers,
Some sensors to be used with fimc-is are exclusively controlled
by the fimc-is firmware. This minimal sensor driver provides
the required info for the firmware to configure the sensors
sitting on I2C bus.
Signed-off-by: Arun Kumar K
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/exy
s5k6a3 sensor has actual pixel resolution of 1408x1402 against
the active resolution 1392x1392. The real resolution is needed
when raw sensor SRGB data is dumped to memory by fimc-lite.
Signed-off-by: Arun Kumar K
Reviewed-by: Sylwester Nawrocki
---
drivers/media/i2c/s5k6a3.c | 10 ++
This patch adds subdev driver for Samsung S5K4E5 raw image sensor.
Like s5k6a3, it is also another fimc-is firmware controlled
sensor. This minimal sensor driver doesn't do any I2C communications
as its done by ISP firmware. It can be updated if needed to a
regular sensor driver by adding the I2C c
Adds Kconfig and Makefile for exynos5-is driver files.
Signed-off-by: Shaik Ameer Basha
Signed-off-by: Arun Kumar K
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/Kconfig |1 +
drivers/media/platform/Makefile|1 +
drivers/media/platform/exynos5-is/Kc
This driver is for the FIMC-IS IP available in Samsung Exynos5
SoC onwards. This patch adds the core files for the new driver.
Signed-off-by: Arun Kumar K
Signed-off-by: Kilyeon Im
Reviewed-by: Sylwester Nawrocki
---
drivers/media/platform/exynos5-is/fimc-is-core.c | 410 +
The patch adds the DT binding documentation for Samsung
Exynos5 SoC series imaging subsystem (FIMC-IS).
Signed-off-by: Arun Kumar K
Reviewed-by: Sylwester Nawrocki
---
.../devicetree/bindings/media/exynos5-fimc-is.txt | 84
1 file changed, 84 insertions(+)
create mode 1
From: Mark Brown
Otherwise we may try to start transfers immediately and then fail to
runtime resume the device causing us not to have clocks enabled.
Signed-off-by: Mark Brown
---
drivers/spi/spi-s3c64xx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/spi
This has been done for Arndale board vide commit aa3edb65
("ARM: dts: Put Arndale fixed voltage regulators on a simple-bus").
Replicate here for consistency and correctness.
Signed-off-by: Sachin Kamat
---
Based on Kukjin's for-next branch.
Changes since v1:
* Added reg property and renamed the n
This has been done for Arndale board vide commit aa3edb65
("ARM: dts: Put Arndale fixed voltage regulators on a simple-bus").
Replicate here for consistency and correctness.
Signed-off-by: Sachin Kamat
---
Based on Kukjin's for-next branch.
Changes since v1:
* Added reg property and renamed the n
For consistency and correctness, since this is a bus, even if not
physical, it is worth to add 'reg' property and unit-address to subnodes.
The 'reg' property would merely be an index. Also for consistency, use
"regulator" as node name as used most commonly across other dts files.
Signed-off-by: S
On Monday 23 of September 2013 19:11:11 Tomasz Figa wrote:
> On Monday 23 of September 2013 19:03:10 Bartlomiej Zolnierkiewicz wrote:
> >
> > Hi,
> >
> > On Wednesday, September 18, 2013 12:20:31 PM Leela Krishna Amudala wrote:
> > > Tomasz,
> > >
> > > On Wed, Sep 18, 2013 at 10:04 AM, Doug And
This patch parses the watchdog node to read pmu wdt sys registers addresses
and do mask/unmask enable/disable of WDT in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 24 -
drivers/watchdog/s3c2410_wdt.c
Fixes the watchdog DT node name for Exynos5 as per the DT node naming
convention also update "status" property for Exynos5250 SoC.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|2 +-
arch/arm/boot/dts/exynos5250.dtsi |3 ++-
2 files changed, 3 insertions(+),
This patchset does the following things
- Fixes the watchdog DT node name to follow convention
- Adds watchdog DT node to Exynos5420 SoC
- parse the watchdog device node to read pmu wdt sys registers
addresses and do mask/unmask enable/disable of WDT in probe
This patch adds support for specifying the pmu registers and masking bit
for watchdog to enable/disable and mask/unmask the watchdog reset request.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|4 ++--
arch/arm/boot/dts/exynos5250.dtsi |1 +
arch/arm/boot/dt
Add watchdog device tree node for exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5420.dtsi |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi
b/arch/arm/boot/dts/exynos5420.dtsi
index d537cd7..9fadc23 100644
--- a/arch/arm
On Thu, Sep 26, 2013 at 10:23:08PM +0200, Rafał Miłecki wrote:
> 2013/9/19 Russell King - ARM Linux :
> > This email is only being sent to the mailing lists in question, not to
> > anyone personally. The list of individuals is far to great to do that.
> > I'm hoping no mailing lists reject the pat
51 matches
Mail list logo