Re: [PATCH v2 2/3] ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] ops

2014-09-23 Thread Kukjin Kim
On 08/13/14 00:11, Bartlomiej Zolnierkiewicz wrote: Ifdef around cpu_\name\()_do_suspend and cpu_\name\()_do_resume ops in proc-macros.S should check for CONFIG_ARM_CPU_SUSPEND and not CONFIG_PM_SLEEP. Fix it. [ Please note that cpu_v7_do_[suspend,resume] code in proc-v7.S already correctly

Re: [PATCH v5] ARM: dts: exynos3250 add MFC codec device node

2014-09-23 Thread Kukjin Kim
On 09/15/14 20:44, Jacek Anaszewski wrote: Signed-off-by: Jacek Anaszewski Signed-off-by: Kyungmin Park Cc: Kukjin Kim --- arch/arm/boot/dts/exynos3250.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi

Re: [PATCH v3 1/5] ARM: firmware: Introduce suspend and resume operations

2014-09-23 Thread Kukjin Kim
On 08/26/14 23:10, Tomasz Figa wrote: This patch extends the firmware_ops structure with two new callbacks: .suspend() and .resume(). The former is intended to ask the firmware to save all its volatile state and suspend the system, without returning back to the kernel in between. The latter is to

Re: [PATCH v2] ARM: dts: Add Maxim 77693 PMIC to the Trats2 board

2014-09-23 Thread Kukjin Kim
On 09/16/14 00:06, Krzysztof Kozlowski wrote: The MAX77693 is a companion power management IC for smart phones and tablets. The MAX77693 contains input over-voltage protection (OVP), a fully-integrated 2.5A switching charger for Lithium Ion battery with integrated battery disconnect, OTG/accesso

Re: [PATCH 0/3 v3] Fix Exynos USB on kernels with USB Gadget support

2014-09-23 Thread Kukjin Kim
ukjin -- Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- 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://

Re: [PATCH 2/2] ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow

2014-09-23 Thread Kukjin Kim
On 09/23/14 15:17, Kukjin Kim wrote: Kukjin Kim wrote: Andreas Färber wrote: [...] Kukjin: Andreas's patch series was Reviewed long ago I think and by now I'd imagine it's got some conflicts due to it not having been applied in a timely fashion. Perhaps you could fix it

RE: [PATCH 2/2] ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow

2014-09-22 Thread Kukjin Kim
Kukjin Kim wrote: > > > Andreas Färber wrote: [...] > > > Kukjin: Andreas's patch series was Reviewed long ago I think and by > > > now I'd imagine it's got some conflicts due to it not having been > > > applied in a timely fashion. Perhap

RE: [PATCH 2/2] ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow

2014-09-22 Thread Kukjin Kim
Andreas Färber wrote: > > Am 17.09.2014 um 17:47 schrieb Doug Anderson: > > Hi, > > > > On Wed, Sep 17, 2014 at 4:50 AM, Javier Martinez Canillas > > wrote: > >> commit 546b117fdf17 ("rtc: s3c: add support for RTC of Exynos3250 SoC") > >> added an "rtc_src" DT property for the Samsung's S3C Real

RE: [PATCH] ARM: dts: s3c64xx: Enable PWM node by default

2014-09-22 Thread Kukjin Kim
Tomasz Figa wrote: > > The PWM block is required for system clock source so it must be always > enabled. This patch fixes boot issues on SMDK6410 which did not have the > node enabled explicitly for other purposes. > > Fixes: eeb93d02c5d8 ("clocksource: of: Respect device tree node status") > Sig

RE: ASoC: samsung: MACH_SMDKC100

2014-09-19 Thread Kukjin Kim
Paul Bolle wrote: > > Hi Kukjin, > Hi, > On Sat, 2014-07-19 at 04:03 +0900, Kukjin Kim wrote: > > On 07/18/14 17:55, Paul Bolle wrote: > > > On Wed, 2014-07-02 at 10:01 +0200, Paul Bolle wrote: > > >> Your commit 52ad6582ceb2 ("ARM: S5PC100: no mor

RE: [PATCH v4 5/8] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-19 Thread Kukjin Kim
Naveen Krishna Chatradhi wrote: > > Add initial device tree nodes for EXYNOS7 SoC and board dts file > to support Espresso board based on Exynos7 SoC. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Rob Herring > Cc: Catalin Marinas Looks good to me, Acked-by: Kukjin

RE: [PATCH RESEND] ARM: DTS: correct the capability string for mmc0

2014-09-17 Thread Kukjin Kim
Doug Anderson wrote: > > Vivek, > Hi, > On Tue, Sep 16, 2014 at 1:50 AM, Vivek Gautam > wrote: > > From: Naveen Krishna Chatradhi > > > > MMC capability for HS200 is parsed in mmc/core/host.c as > > dts string "mmc-hs200-1_8v". > > > > This patch corrects the dts string for Exynos5420 based p

[GIT PULL 2/2] Samsung DT changes for 3.18

2014-09-16 Thread Kukjin Kim
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt for you to fetch changes up to 9b02732643d

[GIT PULL 1/2] Samsung cleanup for 3.18

2014-09-16 Thread Kukjin Kim
- remove separate restart code for s3c24xx Heiko Stuebner (1): ARM: S3C24XX: remove separate restart code Krzysztof Kozlowski (1): ARM: EXYNOS: Do not calculate boot address twice Kukjin Kim (1): ARM: S5PV210: move into

RE: [PATCH v3 0/5] Firmware-assisted suspend/resume of Exynos SoCs

2014-09-14 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Kukjin, > Hi, > On 26.08.2014 16:10, Tomasz Figa wrote: > > On Exynos-based boards running secure firmware the sequence of low level > > operations to enter and leave system-wide sleep mode is different than > > on those without the firmware. Namely: > > - CP15 power c

Re: [PATCH 0/5] usb: phy: samsung: remove old USB PHY code

2014-09-13 Thread Kukjin Kim
ones using the generic PHY layer. Depends on: - next-20140813 branch of linux-next kernel this thread seems to have died, what do I need to do with these patches? Please apply them (patches #3, #4 and #5). Patches #1 and #2 should be applied (or Acked-by) by Kukjin Kim. I've applied #1 a

Re: [PATCH V3] ARM: dts: Add DT changes for display on peach_pi

2014-09-13 Thread Kukjin Kim
On 08/25/14 15:13, Ajay kumar wrote: On Mon, Aug 4, 2014 at 3:17 PM, Ajay Kumar wrote: Add DT nodes for panel-simple "auo,b133htn01" panel. Add backlight enable pin and backlight power supply for pwm-backlight. Also, add panel phandle needed by dp to enable display on peach_pi. Signed-off-by:

Re: [PATCH] ARM: S3C24XX: remove separate restart code

2014-09-13 Thread Kukjin Kim
On 09/09/14 00:30, Heiko Stübner wrote: The restart-handler series from Guenter Roeck got accepted recently and implements among other things also the restart handler in the samsung watchdog driver and where applicable in the clock drivers. So there is no need for having the restart callbacks in

Re: [PATCH V3 1/2] ARM: dts: Add DT changes for display on snow

2014-09-13 Thread Kukjin Kim
On 09/01/14 19:36, Ajay Kumar wrote: Add DT nodes for ptn3460 bridge chip and panel. Add backlight enable pin and backlight power supply for pwm-backlight. Also add bridge phandle needed by dp to enable display on snow. Signed-off-by: Ajay Kumar --- Changes since V1: -- Remove "simple-pa

Re: [PATCH v4] ARM: dts: exynos3250: add MFC codec device node

2014-09-13 Thread Kukjin Kim
On 09/09/14 22:09, Jacek Anaszewski wrote: Signed-off-by: Jacek Anaszewski Signed-off-by: Kyungmin Park Cc: Kukjin Kim --- arch/arm/boot/dts/exynos3250.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250

Re: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-13 Thread Kukjin Kim
On 09/11/14 18:44, Javier Martinez Canillas wrote: Hello Dmitry, Hi, On 09/11/2014 12:25 AM, Dmitry Torokhov wrote: +&hsi2c_8 { + status = "okay"; + clock-frequency =<333000>; + + /* Atmel mXT336S */ + trackpad@4b { + compatible = "atmel,maxtouch"; +

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-03 Thread Kukjin Kim
Arnd Bergmann wrote: > Hi, Arnd > On Thursday 04 September 2014 01:15:20 Kukjin Kim wrote: > > Naveen Krishna Chatradhi wrote: > > > > > diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > > > b/arch/arm64/boot/dts/exynos/exynos7- > >

RE: [PATCH 1/1] ARM: exynos_defconfig: Enable options for display panel support

2014-09-03 Thread Kukjin Kim
Javier Martinez Canillas wrote: > > Many Exynos devices have a display panel, most of them just have > a simple panel while others have more complex configurations that > requires an embedded DisplayPort (eDP) to LVDS display bridge. > > This patch enables the following features to support both s

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-03 Thread Kukjin Kim
Naveen Krishna Chatradhi wrote: > > Add initial device tree nodes for EXYNOS7 SoC and board dts file > to support Espresso board based on Exynos7 SoC. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Rob Herring > Cc: Catalin Marinas NAK. There are several exynos7 SoCs which cannot be suppo

RE: [PATCH] ARM: dts: exynos4x12: Fix pull setting in sd4_width8 pin group

2014-09-03 Thread Kukjin Kim
Tomasz Figa wrote: > > The group has the samsung,pin-pud property set to 4, which is not a > correct value. This patch fixes this by replacing it with 3, which is > the correct value for pull-up. > Yes, I checked the value. You're right. Will apply into fixes. Thanks, Kukjin > Signed-off-by: T

RE: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-09-03 Thread Kukjin Kim
Vikas Sajjan wrote: > > Hi, > Hi, Sorry for late response... > On Tue, Aug 19, 2014 at 3:05 PM, Bartlomiej Zolnierkiewicz > wrote: > > > > Hi, > > > > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: > >> Hi Kukjin, > >> > >> On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan > >> wro

RE: [PATCH v7] ARM: dts: Prepare node labels for exynos5250

2014-08-22 Thread Kukjin Kim
Andreas Färber wrote: > > Allows them to be extended by reference. > > Reviewed-by: Doug Anderson > Signed-off-by: Andreas Färber > --- > v6 -> v7: > * Dropped uart* labels (Tomasz Figa) > > v6: Split off from Snow/SMDK cleanups (Doug Anderson) > > arch/arm/boot/dts/exynos5250.dtsi | 16 +

RE: [PATCH 1/2] ARM: dts: Enable PMIC interrupts on ODROID

2014-08-22 Thread Kukjin Kim
Olof Johansson wrote: > > On Tue, Aug 19, 2014 at 12:15:41PM +0200, Javier Martinez Canillas wrote: > > Hello, > > > > On Tue, Aug 19, 2014 at 11:57 AM, Bartlomiej Zolnierkiewicz > > wrote: > > > > > > IMHO they should go to upstream ASAP as they fix the boot for > > > ODROID boards and they cann

Re: [PATCH v5 01/10] ARM: dts: Fix MMC pinctrl for exynos5250-snow

2014-08-18 Thread Kukjin Kim
On 08/18/14 13:48, Tomasz Figa wrote: Hi Kukjin, Hi, On 18.08.2014 20:37, Kukjin Kim wrote: On 08/01/14 11:26, Doug Anderson wrote: Hi, Hi, On Thu, Jul 31, 2014 at 9:54 PM, Andreas Färber wrote: The pinctrl properties should be on the device directly and not on the slot sub-node

Re: [PATCH v5 02/10] ARM: dts: Fold exynos5250-cros-common into exynos5250-snow

2014-08-18 Thread Kukjin Kim
On 08/01/14 11:45, Doug Anderson wrote: Andreas, On Thu, Jul 31, 2014 at 9:54 PM, Andreas Färber wrote: exynos5250-cros-common.dtsi was meant for sharing common pieces across ChromeOS devices. This turned out premature, as several devices ended up in the common file that are not common after a

Re: [PATCH v5 01/10] ARM: dts: Fix MMC pinctrl for exynos5250-snow

2014-08-18 Thread Kukjin Kim
On 08/01/14 11:26, Doug Anderson wrote: Hi, Hi, On Thu, Jul 31, 2014 at 9:54 PM, Andreas Färber wrote: The pinctrl properties should be on the device directly and not on the slot sub-node. Reported-by: Doug Anderson Cc: Jaehoon Chung Reviewed-by: Tomasz Figa Signed-off-by: Andreas Färber

Re: [RESEND PATCH 1/2] ARM: dts: Improve Peach Pit and Pi power scheme

2014-08-18 Thread Kukjin Kim
On 08/11/14 10:46, Doug Anderson wrote: Javier, On Mon, Aug 11, 2014 at 4:38 AM, Javier Martinez Canillas wrote: The DeviceTree files for the Peach Pit and Pi machines have a simplistic model of the connections between the different regulators since not all the tps65090 regulators get their i

Re: [PATCHv10 3/5] ARM: dts: exynos: unuse the slot-node and deprecate the supports-highspeed for dw-mmc

2014-08-18 Thread Kukjin Kim
On 08/18/14 12:06, Andreas Färber wrote: Am 18.08.2014 18:54, schrieb Kukjin Kim: On 08/18/14 09:10, Andreas Färber wrote: Hi Jaehoon, Am 18.08.2014 14:23, schrieb Jaehoon Chung: Socfpga and Rockchip were queued into each SoC tree. I want to know whether this patch is queued or not into

Re: [PATCHv10 3/5] ARM: dts: exynos: unuse the slot-node and deprecate the supports-highspeed for dw-mmc

2014-08-18 Thread Kukjin Kim
On 08/18/14 09:10, Andreas Färber wrote: Hi Jaehoon, Am 18.08.2014 14:23, schrieb Jaehoon Chung: Socfpga and Rockchip were queued into each SoC tree. I want to know whether this patch is queued or not into Samsung-Soc tree. Do you have any other plan for this patch? It isn't applied in his tr

Re: [PATCH 1/2] ARM: dts: Enable PMIC interrupts on ODROID

2014-08-18 Thread Kukjin Kim
On 08/12/14 08:06, Tomeu Vizoso wrote: Tested on an Odroid-U2: Tested-by: Tomeu Vizoso Thanks, Tomeu On 16 July 2014 10:50, Daniel Drake wrote: The ODROID kernel shows that the PMIC interrupt line is hooked up to pin GPX3-2. This is needed for the max77686-irq driver to create the PMIC IR

Re: [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support

2014-08-18 Thread Kukjin Kim
-by: Doug Anderson Signed-off-by: Javier Martinez Canillas Acked-by: Kukjin Kim Reviewed-by: Doug Anderson Thanks for updating the patch. Reviewed-by: Bartlomiej Zolnierkiewicz Thanks, applied into fixes. - Kukjin Changes since v1: - Don't build it as a module since is the excepti

RE: [GIT PULL 3/5] Samsung exynos cpuidle update for v3.17

2014-08-08 Thread Kukjin Kim
Kevin Hilman wrote: > > Hello, > Hi, > On Fri, Jul 18, 2014 at 5:52 PM, Kukjin Kim wrote: > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > > > are availab

RE: [FIX][RESEND PATCH v3] ARM: EXYNOS: Fix suspend/resume sequences

2014-08-01 Thread Kukjin Kim
tion, so in the end > > more code is removed than added. > > > > Fixes: 85f9f90808b4 ("ARM: EXYNOS: Use the cpu_pm notifier for pm") > > Cc: Kukjin Kim > > Cc: Arnd Bergmann > > Cc: Olof Johansson > > Cc: a...@kernel.org > > Signed-off-by:

[GIT PULL] Samsung 2nd cleanup for v3.17

2014-07-31 Thread Kukjin Kim
. Kukjin Kim (1): ARM: S5PV210: move into mach-s5pv210/ Uwe Kleine-Koenig (1): ARM: EXYNOS: remove unused arch/arm/mach-exynos/include/mach/memory.h | 26 -- arch/arm/mach-s5pv210/pm.c | 3 +-- .../mach

Re: [PATCH v4 1/4] ARM: dts: Fix MMC pinctrl for exynos5250-snow

2014-07-31 Thread Kukjin Kim
On 08/01/14 01:08, Andreas Färber wrote: The pinctrl properties should be on the device directly and not on the slot sub-node. Reported-by: Doug Anderson Cc: Jaehoon Chung Signed-off-by: Andreas Färber --- v3 -> v4: Unchanged v3: New (Doug Anderson) Redundant with Jaehoon Chung's general

Re: [PATCHv9 1/5] mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.

2014-07-31 Thread Kukjin Kim
On 08/01/14 01:02, Doug Anderson wrote: Jaehoon On Wed, Jul 30, 2014 at 10:35 PM, Jaehoon Chung wrote: Slot quirks "disable-wp" is deprecated. Instead, use the host quirk "disable-wp". (Because the slot-node is removed in dt-file.) Signed-off-by: Jaehoon Chung Tested-by: Sachin Kamat Acked-by

Re: [PATCHv9 1/5] mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.

2014-07-31 Thread Kukjin Kim
On 08/01/14 01:02, Doug Anderson wrote: Jaehoon On Wed, Jul 30, 2014 at 10:35 PM, Jaehoon Chung wrote: Slot quirks "disable-wp" is deprecated. Instead, use the host quirk "disable-wp". (Because the slot-node is removed in dt-file.) Signed-off-by: Jaehoon Chung Tested-by: Sachin Kamat Acked-by

Re: [PATCH v9 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420

2014-07-31 Thread Kukjin Kim
Figa Cc: Kukjin Kim Looks good to me, Acked-by: Kukjin Kim BTW, who will handle this series? I hope see this series in 3.17. - Kukjin Signed-off-by: Thomas Abraham Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/exynos.c | 24 +++- 1 file changed, 23 insertions(+), 1

Re: [GIT PULL] Samsung 2nd DT updates for v3.17

2014-07-31 Thread Kukjin Kim
On 08/01/14 03:20, Kukjin Kim wrote: Hi Arnd and Olof, Probably you may see merge conflict when you merge this branch into arm-soc because of cros-ec-keyboard related patches from Stephen. Here is my preferred resolution. diff --cc arch/arm/boot/dts/exynos5250-snow.dts index c682c88,7c4bdaa

[GIT PULL] Samsung 2nd DT updates for v3.17

2014-07-31 Thread Kukjin Kim
The following changes since commit 6da287ad0266cca1fa8f88fb8b1c466e8164671f: Merge branch 'v3.17-next/power-exynos' into v3.17-next/dt-samsung-2 (2014-07-29 06:09:42 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags

RE: [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot

2014-07-30 Thread Kukjin Kim
Olof Johansson wrote: > > Hi, > Hi Olof, > On Sun, Jul 27, 2014 at 5:39 PM, Kukjin Kim wrote: > > Andreas Färber wrote: > >> > >> Am 27.07.2014 14:22, schrieb Andreas Färber: > >> > Hello, > >> > > >> > This mini-serie

RE: [PATCH] exynos: Support big endian mode in secondary_startup

2014-07-29 Thread Kukjin Kim
Mark Brown wrote: > > On Fri, Jul 25, 2014 at 01:45:14PM +0900, Kukjin Kim wrote: > > > Basically, I have no objection on this, BTW is there any requirement to > > support > > big endian on exynos stuff? Just wondering... > > We've been using it for testi

Re: [PATCH v2 2/4] ARM: dts: exynos5250: cypress,cyapa trackpad is Snow only

2014-07-29 Thread Kukjin Kim
On 07/30/14 01:16, Doug Anderson wrote: Andreas, On Fri, Jul 18, 2014 at 10:20 AM, Andreas Färber wrote: Move it from exynos5250-cros-common.dtsi to exynos5250-snow.dts. Spring does not need it, it uses an Atmel maXTouch instead. Signed-off-by: Andreas Färber --- v2: New (Doug Anderson)

Re: [PATCH 0/3] ARM: dts: Add TMU dt node and missing data for Exynos3250

2014-07-29 Thread Kukjin Kim
On 07/29/14 11:17, Chanwoo Choi wrote: This patchset add TMU (Thermal Management Unit) dt node and missing pinctrl property of uart0/1. Also, this patchset remove duplcate 'interrupt-parent' property for code clean. Chanwoo Choi (3): ARM: dts: Add TMU dt node to monitor the temperature for Ex

Re: [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt

2014-07-29 Thread Kukjin Kim
On 07/29/14 13:27, Thomas Abraham wrote: The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of Exynos5250 on the Exynos5250 SMDK board. Specify this connection using interrupts property for the max77686 pmic node. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos5250-

Re: [RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Kukjin Kim
On 07/29/14 05:29, Andreas Färber wrote: Hi Vikas and Sachin, Am 28.07.2014 17:26, schrieb Sachin Kamat: On Mon, Jul 28, 2014 at 6:07 PM, Vikas Sajjan wrote: Adds PMU DT node for exynos5260 SoC. Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/arm/samsung/pmu.txt|1 + a

RE: kgene's for-next branch broken, and boot regressions

2014-07-27 Thread Kukjin Kim
Andreas Färber wrote: > > Am 27.07.2014 05:08, schrieb Andreas Färber: > > On the ODROID-XU (with local patches based on smdk5410) I get the > > following with earlyprintk: > > > > Uncompressing Linux... done, booting the kernel. > > [0.00] Booting Linux on physical CPU 0x0 > > [0.

RE: [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot

2014-07-27 Thread Kukjin Kim
Andreas Färber wrote: > > Am 27.07.2014 14:22, schrieb Andreas Färber: > > Hello, > > > > This mini-series unbreaks booting on 5410 based ODROID-XU. > > > > Since I do not have access to a TRM, the address is a guess based on > > 5250 and 5410. Such a node was not present in the 3.14 downstream tr

RE: kgene's for-next branch broken, and boot regressions

2014-07-27 Thread Kukjin Kim
Andreas Färber wrote: > > Hi Kukjin, > Hi, > Are you aware that `make dtbs` fails on your for-next branch (4533046)? > > DTC arch/arm/boot/dts/exynos5420-peach-pit.dtb > arch/arm/boot/dts/exynos5420-peach-pit.dts:447:33: fatal error: > cros-ec-keyboard.dtsi: No such file or directory > #

RE: [PATCH v2 1/4] ARM: dts: exynos5250: max77686 is Snow only

2014-07-24 Thread Kukjin Kim
Andreas Färber wrote: > > Move it from exynos5250-cros-common.dtsi to exynos5250-snow.dts. > Spring does not need it, it uses an s5m8767 instead. > > Signed-off-by: Andreas Färber > --- Hi Andreas, I think this should be reviewed by chrome guys. Doug, can you have a look this series for exyn

RE: [PATCH] exynos: Support big endian mode in secondary_startup

2014-07-24 Thread Kukjin Kim
Mark Brown wrote: > > From: Victor Kamensky > > Exynos processors generally operate in little endian mode so their > bootloader and ROM will almost always operate in little endian mode. > This means that if a big endian kernel is run it must switch the CPU > into big endian mode after gaining co

[PATCH] ARM: S5PV210: move into mach-s5pv210/

2014-07-24 Thread Kukjin Kim
This moves into mach-s5pv210 so no more include/mach/ under mach-s5pv210. Signed-off-by: Kukjin Kim Cc: Tomasz Figa --- arch/arm/mach-s5pv210/pm.c| 3 +-- arch/arm/mach-s5pv210/{include/mach => }/regs-clock.h | 3 +-- arch/arm/mach-s5pv210/s5pv21

RE: [PATCH v7 3/4] ARM: EXYNOS: Add platform driver support for Exynos PMU

2014-07-24 Thread Kukjin Kim
Pankaj Dubey wrote: > > This patch modifies Exynos Power Management Unit (PMU) initialization > implementation in following way: > > - Added platform driver support and probe function where Exynos PMU > driver will register itself as syscon provider with syscon framework. > - Added platform str

RE: [PATCH v6 2/4] ARM: EXYNOS: Refactor the code to use DT based lookup

2014-07-24 Thread Kukjin Kim
Vikas Sajjan wrote: > > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > instead use the DT based lookup. > Yes! please. Can you please make a separate patch from this series? And see my small comments inline... > While at it, consolidate the common code across SoCs > and create a

Re: [PATCH 1/1] ARM: exynos_defconfig: Enable SBS battery support

2014-07-24 Thread Kukjin Kim
, picking this into arm-soc directly would be better and you may add my ack on this. Acked-by: Kukjin Kim Thanks, Kukjin -- 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 inf

Re: [PATCH v2] ARM: dts: add CPU nodes for Exynos4 SoCs

2014-07-24 Thread Kukjin Kim
On 07/21/14 22:57, Bartlomiej Zolnierkiewicz wrote: Recent patch by Tomasz Figa ("irqchip: gic: Fix core ID calculation when topology is read from DT") fixed GIC driver to filter cluster ID from values returned by cpu_logical_map() for SoCs having registers mapped without per-CPU banking making i

[GIT PULL 2/2] 2nd Samsung S5PV210 DT support for v3.17

2014-07-24 Thread Kukjin Kim
* Note that this is based on tags/samsung-cleanup The following changes since commit a7a30232df01db886473324050d79c3122937c78: Merge branch 'v3.17-next/cleanup-samsung' into v3.17-next/dt-s5pv210 (2014-07-19 04:24:18 +0900) are available in the git repository at: git://git.kernel.org/pu

[GIT PULL 1/2] 2nd Samsung power related updates for v3.17

2014-07-24 Thread Kukjin Kim
The following changes since commit 5f534d10d223636b3cd214376471fcfef71baea2: Merge branch 'v3.17-next/cpuidle-exynos' into v3.17-next/power-exynos (2014-07-23 08:18:15 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git ta

Re: [PATCH 1/3] ARM: exynos: remove unused

2014-07-22 Thread Kukjin Kim
On 07/23/14 01:14, Olof Johansson wrote: On Tue, Jul 22, 2014 at 12:51 AM, Uwe Kleine-König wrote: Hello, who takes care of this series? In fact they are all orthogonal to each other. The first patch ARM: exynos: remove unused has been reviewed and tested by Tomasz Figa and Sachi

Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17

2014-07-22 Thread Kukjin Kim
On 07/23/14 02:32, Daniel Lezcano wrote: On 07/22/2014 12:59 PM, Kukjin Kim wrote: Daniel Lezcano wrote: On 07/20/2014 12:06 AM, Olof Johansson wrote: On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: Note that this is also based on 3.16-rc5 because of dependency with previous

RE: [GIT PULL 1/5] Samsung non-critical-fixes for v3.17

2014-07-22 Thread Kukjin Kim
Olof Johansson wrote: > > On Sat, Jul 19, 2014 at 09:51:45AM +0900, Kukjin Kim wrote: > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > > > are available in t

RE: [GIT PULL 4/5] Samsung exynos_mct update for v3.17

2014-07-22 Thread Kukjin Kim
Daniel Lezcano wrote: > > On 07/20/2014 12:06 AM, Olof Johansson wrote: > > On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > >> Note that this is also based on 3.16-rc5 because of dependency with > >> previous samsung fixes including exynos_mct already

RE: [GIT PULL] Samsung fixes-4 for v3.16

2014-07-18 Thread Kukjin Kim
Olof Johansson wrote: > > On Fri, Jul 18, 2014 at 5:43 PM, Kukjin Kim wrote: > > On 07/19/14 09:18, Kukjin Kim wrote: > >> > >> On 07/19/14 09:12, Olof Johansson wrote: > >>> > >>> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim wrote: > >

[GIT PULL 5/5] Samsung DT updates for v3.17

2014-07-18 Thread Kukjin Kim
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt for you to fetch changes up to ccaba452715

[GIT PULL 2/5] Samsung cleanup for v3.17

2014-07-18 Thread Kukjin Kim
Note that this is based on 3.16-rc5 because of dependency with previous samsung fixes already merged in mainline during -rc. The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the git repository at: git:

[GIT PULL 3/5] Samsung exynos cpuidle update for v3.17

2014-07-18 Thread Kukjin Kim
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-cpuidle for you to fetch changes up to fc2cac4

[GIT PULL 4/5] Samsung exynos_mct update for v3.17

2014-07-18 Thread Kukjin Kim
Note that this is also based on 3.16-rc5 because of dependency with previous samsung fixes including exynos_mct already merged in mainline during -rc. The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the

[GIT PULL 1/5] Samsung non-critical-fixes for v3.17

2014-07-18 Thread Kukjin Kim
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/fixes-for-3.17 for you to fetch changes up to 042b687

Re: [GIT PULL] Samsung fixes-4 for v3.16

2014-07-18 Thread Kukjin Kim
On 07/19/14 09:18, Kukjin Kim wrote: On 07/19/14 09:12, Olof Johansson wrote: On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim wrote: Hi, This is a regression for v3.16 so please take this in -rc. Thanks, Kukjin The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux

Re: [GIT PULL] Samsung fixes-4 for v3.16

2014-07-18 Thread Kukjin Kim
On 07/19/14 09:12, Olof Johansson wrote: On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim wrote: Hi, This is a regression for v3.16 so please take this in -rc. Thanks, Kukjin The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33

[GIT PULL] Samsung fixes-4 for v3.16

2014-07-18 Thread Kukjin Kim
Hi, This is a regression for v3.16 so please take this in -rc. Thanks, Kukjin The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgen

Re: [PATCH v2] ARM: EXYNOS: Fix build with PM_SLEEP=n

2014-07-18 Thread Kukjin Kim
On 07/16/14 20:59, Tomasz Figa wrote: Hi Krzysztof, On 14.07.2014 09:45, Krzysztof Kozlowski wrote: Fix building of exynos defconfig with disabled PM_SLEEP: CONFIG_PM_SLEEP=n CONFIG_PM_SLEEP_SMP=n CONFIG_SUSPEND=n by moving functions for power up/down of CPU and cluster to platsmp.c The build

Re: [PATCH 13/19] ARM: s5pv210: move debug-macro.S into the common space

2014-07-18 Thread Kukjin Kim
On 07/16/14 09:56, Tomasz Figa wrote: On 16.07.2014 02:53, Kukjin Kim wrote: Kukjin Kim wrote: On 07/05/14 02:48, Tomasz Figa wrote: Move debug-macro.S from mach/include to include/debug where all other common debug macros are. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig.debug

Re: [PATCH 4/4] ARM: DTS: fix the chip select gpios definition in the SPI nodes

2014-07-18 Thread Kukjin Kim
On 07/18/14 03:49, Mark Brown wrote: On Wed, Jul 16, 2014 at 05:19:10PM +0200, Javier Martinez Canillas wrote: From: Naveen Krishna Chatradhi This patch replaces the "cs-gpio" from "controller-data" node as was specified in the old binding and uses the standard "cs-gpios" property expected by t

Re: [PATCHv2] ARM: dts: Add I2S dt node for Exynos3250

2014-07-18 Thread Kukjin Kim
On 07/18/14 09:10, Chanwoo Choi wrote: On 07/09/2014 12:00 PM, Chanwoo Choi wrote: From: Tomasz Figa This patch add I2S (Inter-IC Sound) dt node which supports 1-port stereo (1 channels) IIS-bus for audio interface with DMA-based operation. Signed-off-by: Tomasz Figa Signed-off-by: Inha Song T

Re: [PATCH v3] ARM: dts: Add cros_ec to exynos5420-peach-pit and exynos5800-peach-pi

2014-07-18 Thread Kukjin Kim
On 07/18/14 07:42, Javier Martinez Canillas wrote: Hello Kukjin, Hi, On 06/24/2014 06:28 PM, Doug Anderson wrote: This adds cros_ec to exynos5420-peach-pit and exynos5800-peach-pi, including: * The keyboard * The i2c tunnel * The tps65090 under the i2c tunnel * The battery under the i2c tunn

Re: ASoC: samsung: MACH_SMDKC100

2014-07-18 Thread Kukjin Kim
On 07/18/14 17:55, Paul Bolle wrote: Kukjin, Hi Paul, On Wed, 2014-07-02 at 10:01 +0200, Paul Bolle wrote: Your commit 52ad6582ceb2 ("ARM: S5PC100: no more support S5PC100 SoC" landed in next-20140702. It removed the Kconfig symbol MACH_SMDKC100 (and a lot of other stuff). Is the trivial pa

[PATCH] ASoC: samsung: remove MACH_SMDKC100

2014-07-18 Thread Kukjin Kim
This removes MACH_SMDKC100 because of no more support for SMDKC100. Reported-by: Paul Bolle Signed-off-by: Kukjin Kim Cc: Mark Brown --- sound/soc/samsung/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig

Re: [RESPIN PATCH v6] ARM: EXYNOS: Move cpufreq and cpuidle device registration to init_machine

2014-07-18 Thread Kukjin Kim
On 07/14/14 12:58, Pankaj Dubey wrote: As exynos_cpuidle_init and exynos_cpufreq_init function have just one lines of code for registering platform devices. We can move these lines to exynos_dt_machine_init and delete exynos_cpuidle_init and exynos_cpufreq_init function. This will help in reducin

RE: [PATCHv5 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-17 Thread Kukjin Kim
t;ARM: dts: Fix wrong compatible string for Exynos3250 ADC > > > > .../devicetree/bindings/arm/samsung/exynos-adc.txt | 26 +- > > arch/arm/boot/dts/exynos3250.dtsi | 4 +- > > drivers/iio/adc/exynos_adc.c | 326 > > +

RE: [PATCH 13/19] ARM: s5pv210: move debug-macro.S into the common space

2014-07-15 Thread Kukjin Kim
Kukjin Kim wrote: > > On 07/05/14 02:48, Tomasz Figa wrote: > > Move debug-macro.S from mach/include to include/debug where > > all other common debug macros are. > > > > Signed-off-by: Tomasz Figa > > --- > > arch/arm/Kconfig.debug

Re: [PATCH 13/19] ARM: s5pv210: move debug-macro.S into the common space

2014-07-15 Thread Kukjin Kim
On 07/05/14 02:48, Tomasz Figa wrote: Move debug-macro.S from mach/include to include/debug where all other common debug macros are. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig.debug | 12 +-- arch/arm/include/debug/s5pv210.S | 34

Re: [PATCH 17/19] gpio: samsung: Remove legacy support of S5PV210

2014-07-15 Thread Kukjin Kim
On 07/05/14 02:48, Tomasz Figa wrote: GPIO support of S5PV210 SoC is now fully handled by pinctrl-samsung driver making the old code in gpio-samsung driver unused. This patch removes it which will also let us remove more code from arch subtree. Signed-off-by: Tomasz Figa Cc: Linus Walleij Hi L

Re: [PATCH] ARM: dts: remove display power domain for exynos5420

2014-07-15 Thread Kukjin Kim
On 07/14/14 18:09, Rahul Sharma wrote: Hi Kukjin, Hi Rahul, Please consider this patch for your branch. This patch is important for Display for Exynos5 boards. OK, I will take this for exynos5420 display for 3.17...BTW I'm not sure this is a regression for 3.16 or not...if so, please let me

Re: [PATCH] ARM: dts: Add sound nodes for Odroid-X2/U3 boards

2014-07-15 Thread Kukjin Kim
On 07/15/14 00:12, Sylwester Nawrocki wrote: Add MAX98090 audio codec, I2S interface and the sound complex nodes to enable audio on Odroid-X2/U3 boards. Signed-off-by: Sylwester Nawrocki --- This patch depends on the series from Marek [1] adding dt sources for Odroid X2/U3. My testing branch can

Re: [PATCH 4/6] ARM: SAMSUNG: Restore Samsung PM Debug functionality

2014-07-15 Thread Kukjin Kim
On 07/08/14 22:54, Tomasz Figa wrote: On 08.07.2014 15:48, Kukjin Kim wrote: Tomasz Figa wrote: Due to recently merged patches and previous merge conflicts, the Samsung PM Debug functionality no longer can be enabled. This patch fixes incorrect dependency of SAMSUNG_PM_DEBUG on an integer

Re: [PATCH 2/6] ARM: EXYNOS: Fix core ID used by platsmp and hotplug code

2014-07-15 Thread Kukjin Kim
On 07/14/14 18:50, Tomasz Figa wrote: Hi Kukjin, Hi, On 08.07.2014 15:21, Kukjin Kim wrote: 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

Re: [PATCH v3 0/8] Add Exynos4412 based Odroid X2 and U2/U3/U3+ support

2014-07-15 Thread Kukjin Kim
On 07/14/14 21:48, Marek Szyprowski wrote: Hello, Hi Marek, This is the third version of the initial patch series adding support for Exynos 4412 based Odroid X2 and U2/U3/U3+ boards and improving support for Odroid X. Looks good to me and thanks for your support Odroid series. Complete US

Re: [PATCH v3 1/2] ARM: dts: Add mask-tpm-reset to the device tree

2014-07-15 Thread Kukjin Kim
On 07/16/14 01:19, Doug Anderson wrote: Vikas, On Tue, Jul 15, 2014 at 3:31 AM, Vikas Sajjan wrote: From: Doug Anderson The mask-tpm-reset GPIO is used by the kernel to prevent the TPM from being reset across sleep/wake. If we don't set it to anything then the TPM will be reset. U-Boot will

RE: [PATCH 1/1] ARM: exynos_defconfig: Update exynos_defconfig

2014-07-14 Thread Kukjin Kim
Olof Johansson wrote: > > On Mon, Jul 14, 2014 at 9:47 AM, Doug Anderson wrote: > > Sachin, > > > > On Wed, Jul 9, 2014 at 3:22 AM, Sachin Kamat > > wrote: > >> Removed outdated configs. Enabled most of the configs used on latest > >> Exynos based platforms. This will provide a reference for us

RE: [PATCH 1/1] ARM: exynos_defconfig: Update exynos_defconfig

2014-07-13 Thread Kukjin Kim
Sachin Kamat wrote: > + Some guys who has updated DT files for exynos SoCs. > Removed outdated configs. Enabled most of the configs used on latest > Exynos based platforms. This will provide a reference for users trying > to verify and test various features on Exynos based platforms and also > he

Re: [PATCH 00/19] ARM: SAMSUNG: S5PV210 platform clean-up

2014-07-12 Thread Kukjin Kim
On 07/05/14 05:15, Arnd Bergmann wrote: On Friday 04 July 2014 19:48:00 Tomasz Figa wrote: This huge series is a (hopefully final) attempt to convert Samsung S5PV210 into a DT-only and multiplatform-aware platform. It consists of several steps to gradually replace legacy code with one meeting cu

[GIT PULL] Samsung cleanup 2nd version for S5P SoCs for 3.17

2014-07-12 Thread Kukjin Kim
SoC in mainline because no more user and if it is required next time, it will be supported with DT. -------- Kukjin Kim (9): ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs gpio: samsung: remove s5p64x0 related gpio codes

Re: [GIT PULL] Samsung cleanup for S5P SoCs for 3.17

2014-07-12 Thread Kukjin Kim
On 07/13/14 04:44, Mark Brown wrote: On Sat, Jul 12, 2014 at 09:59:48AM -0700, Olof Johansson wrote: I've merged these in. I noticed lack of acked-by from Mark Brown, so I pinged him on IRC about it and the branch is currently at the top so it's easy to drop in case he has objections (cc:d here

[GIT PULL] Samsung fixes-3 for 3.16

2014-07-12 Thread Kukjin Kim
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1: Linux 3.16-rc4 (2014-07-06 12:37:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-3 for you to fetch changes up to bed711

<    1   2   3   4   5   6   7   8   9   10   >