All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alim Akhtar <alim.akhtar@samsung.com>
To: m.reichl@fivetechno.de, Alim Akhtar <alim.akhtar@gmail.com>
Cc: "linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>, kgene <kgene@kernel.org>,
	"Krzysztof Kozłowski" <k.kozlowski@samsung.com>,
	"Javier Martinez Canillas" <javier@osg.samsung.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"Tobias Jakobi" <tjakobi@math.uni-bielefeld.de>
Subject: Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers
Date: Wed, 21 Oct 2015 11:39:32 +0530	[thread overview]
Message-ID: <56272C1C.8040007@samsung.com> (raw)
In-Reply-To: <1606098.olLAyTIhB3@dell2.five-lan.de>



On 10/20/2015 10:53 PM, Markus Reichl wrote:
> Am Dienstag, 20. Oktober 2015, 21:22:05 schrieb Alim Akhtar:
>> On Tue, Oct 20, 2015 at 9:17 PM, Alim Akhtar <alim.akhtar@gmail.com> wrote:
>>> Hi Markus,
>>>
>>> On Tue, Oct 20, 2015 at 8:29 PM, Markus Reichl <m.reichl@fivetechno.de> wrote:
>>>> Am 20.10.2015 um 11:24 schrieb Alim Akhtar:
>>>>> Now we have a nice way to reboot/poweroff system using a generic
>>>>> syscon regmap based drivers, this series moves exynos SoCs to
>>>>> make use of the same.
>>>>>
>>>>> Changes since v1:
>>>>> * Added a comment about the register information
>>>>> * Droped defconfig changes as disscussed
>>>>> * Collected various Reviewed-by, Tested-by and Acked-by tags
>>>>> * Added SYSCON-{RESET, POWEROFF} to select from Kconfig
>>>>>
>>>>> Alim Akhtar (6):
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC
>>>>>    ARM: exynos: select POWER_RESET_SYSCON and
>>>>>      POWER_RESET_SYSCON_POWEROFF
>>>>>    ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs
>>>>>
>>>>>   arch/arm/boot/dts/exynos3250.dtsi |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos4.dtsi    |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos5.dtsi    |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos5410.dtsi |   14 ++++++++++++
>>>>>   arch/arm/mach-exynos/Kconfig      |    3 +++
>>>>>   arch/arm/mach-exynos/pmu.c        |   43 -------------------------------------
>>>>>   6 files changed, 59 insertions(+), 43 deletions(-)
>>>>>
>>>>
>>>> Hi Alim,
>>>>
>>>> I have installed your patch set above with git am on top of
>>>> 4.3.0-rc6-00108-gce1fad2 torvalds/linux of today
>>>> with make exynos_defconfig on Odroid U3.
>>>>
>>> which exynos soc Odroid U3 uses?
>>>
>> OK, I can see its uses exynos4412 and exynos4412-odroidu3.dts does
>> include exynos4.dtsi,
>> so these should have worked.
>>
>>>> "halt -p" worked (power 0.0W).
>>>> "reboot" got stuck at 0.5W.
>>>>
>>> reboot stuck mean system does not reboot any more?
>
> It freezes when going for reboot.
> Have to power off/on to boot again.
>
> Btw I use an mmc, not an sd-card.
> No other HW connected, just LAN-cable.
> Bootloader is u-boot v2015.10.
> o
Have checked on 4.3.0-rc6-00006-gd03c139e7e77, still works on peach boards.
Sorry I don't have Odroid U3 with me, may be Javier or Krzysztof might 
help here to check whats wrong. To me its looks more of a board specific 
issue for now.

>>> As far as I can see there in __no__ functional changes that my patch introduce.
>>> So ideally it should have work. My patches are based on the top on
>>> vanilla v4.3-rc5.
>>> (25cb62b Linux 4.3-rc5), can you check at this commit?
>
> Will try tomorrow.
>
>>>
>>> Will check with the commit mentioned by you tomorrow.
>>>
>>>>
>>>> Without your patch set reboot worked.
>>>>
>>>>
>>>> Thanks,
>>>> --
>>>> Markus Reichl
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Alim
>>
>>
>>
>>
> Thanks,
> --
> Markus
>

WARNING: multiple messages have this Message-ID (diff)
From: alim.akhtar@samsung.com (Alim Akhtar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] Switch to generic syscon regmap based drivers
Date: Wed, 21 Oct 2015 11:39:32 +0530	[thread overview]
Message-ID: <56272C1C.8040007@samsung.com> (raw)
In-Reply-To: <1606098.olLAyTIhB3@dell2.five-lan.de>



On 10/20/2015 10:53 PM, Markus Reichl wrote:
> Am Dienstag, 20. Oktober 2015, 21:22:05 schrieb Alim Akhtar:
>> On Tue, Oct 20, 2015 at 9:17 PM, Alim Akhtar <alim.akhtar@gmail.com> wrote:
>>> Hi Markus,
>>>
>>> On Tue, Oct 20, 2015 at 8:29 PM, Markus Reichl <m.reichl@fivetechno.de> wrote:
>>>> Am 20.10.2015 um 11:24 schrieb Alim Akhtar:
>>>>> Now we have a nice way to reboot/poweroff system using a generic
>>>>> syscon regmap based drivers, this series moves exynos SoCs to
>>>>> make use of the same.
>>>>>
>>>>> Changes since v1:
>>>>> * Added a comment about the register information
>>>>> * Droped defconfig changes as disscussed
>>>>> * Collected various Reviewed-by, Tested-by and Acked-by tags
>>>>> * Added SYSCON-{RESET, POWEROFF} to select from Kconfig
>>>>>
>>>>> Alim Akhtar (6):
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5
>>>>>    arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC
>>>>>    ARM: exynos: select POWER_RESET_SYSCON and
>>>>>      POWER_RESET_SYSCON_POWEROFF
>>>>>    ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs
>>>>>
>>>>>   arch/arm/boot/dts/exynos3250.dtsi |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos4.dtsi    |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos5.dtsi    |   14 ++++++++++++
>>>>>   arch/arm/boot/dts/exynos5410.dtsi |   14 ++++++++++++
>>>>>   arch/arm/mach-exynos/Kconfig      |    3 +++
>>>>>   arch/arm/mach-exynos/pmu.c        |   43 -------------------------------------
>>>>>   6 files changed, 59 insertions(+), 43 deletions(-)
>>>>>
>>>>
>>>> Hi Alim,
>>>>
>>>> I have installed your patch set above with git am on top of
>>>> 4.3.0-rc6-00108-gce1fad2 torvalds/linux of today
>>>> with make exynos_defconfig on Odroid U3.
>>>>
>>> which exynos soc Odroid U3 uses?
>>>
>> OK, I can see its uses exynos4412 and exynos4412-odroidu3.dts does
>> include exynos4.dtsi,
>> so these should have worked.
>>
>>>> "halt -p" worked (power 0.0W).
>>>> "reboot" got stuck at 0.5W.
>>>>
>>> reboot stuck mean system does not reboot any more?
>
> It freezes when going for reboot.
> Have to power off/on to boot again.
>
> Btw I use an mmc, not an sd-card.
> No other HW connected, just LAN-cable.
> Bootloader is u-boot v2015.10.
> o
Have checked on 4.3.0-rc6-00006-gd03c139e7e77, still works on peach boards.
Sorry I don't have Odroid U3 with me, may be Javier or Krzysztof might 
help here to check whats wrong. To me its looks more of a board specific 
issue for now.

>>> As far as I can see there in __no__ functional changes that my patch introduce.
>>> So ideally it should have work. My patches are based on the top on
>>> vanilla v4.3-rc5.
>>> (25cb62b Linux 4.3-rc5), can you check at this commit?
>
> Will try tomorrow.
>
>>>
>>> Will check with the commit mentioned by you tomorrow.
>>>
>>>>
>>>> Without your patch set reboot worked.
>>>>
>>>>
>>>> Thanks,
>>>> --
>>>> Markus Reichl
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>>> the body of a message to majordomo at vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Alim
>>
>>
>>
>>
> Thanks,
> --
> Markus
>

  reply	other threads:[~2015-10-21  6:18 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-20  9:24 [PATCH v2 0/6] Switch to generic syscon regmap based drivers Alim Akhtar
2015-10-20  9:24 ` Alim Akhtar
2015-10-20  9:24 ` [PATCH v2 1/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs Alim Akhtar
2015-10-20  9:24   ` Alim Akhtar
     [not found]   ` <1445333085-22837-2-git-send-email-alim.akhtar-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-11-20  0:20     ` Krzysztof Kozlowski
2015-11-20  0:20       ` Krzysztof Kozlowski
2015-10-20  9:24 ` [PATCH v2 2/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4 Alim Akhtar
2015-10-20  9:24   ` Alim Akhtar
2015-11-20  0:20   ` Krzysztof Kozlowski
2015-11-20  0:20     ` Krzysztof Kozlowski
2015-10-20  9:24 ` [PATCH v2 3/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5 Alim Akhtar
2015-10-20  9:24   ` Alim Akhtar
2015-10-20 10:30   ` Javier Martinez Canillas
2015-10-20 10:30     ` Javier Martinez Canillas
2015-10-21 11:55     ` Anand Moon
2015-10-21 11:55       ` Anand Moon
2015-11-20  0:22   ` Krzysztof Kozlowski
2015-11-20  0:22     ` Krzysztof Kozlowski
2015-10-20  9:24 ` [PATCH v2 4/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC Alim Akhtar
2015-10-20  9:24   ` Alim Akhtar
2015-11-20  0:21   ` Krzysztof Kozlowski
2015-11-20  0:21     ` Krzysztof Kozlowski
     [not found] ` <1445333085-22837-1-git-send-email-alim.akhtar-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-10-20  9:24   ` [PATCH v2 5/6] ARM: exynos: select POWER_RESET_SYSCON and POWER_RESET_SYSCON_POWEROFF Alim Akhtar
2015-10-20  9:24     ` Alim Akhtar
2015-10-20 10:30     ` Javier Martinez Canillas
2015-10-20 10:30       ` Javier Martinez Canillas
2015-10-21  0:14     ` Krzysztof Kozlowski
2015-10-21  0:14       ` Krzysztof Kozlowski
2015-10-20  9:24 ` [PATCH v2 6/6] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs Alim Akhtar
2015-10-20  9:24   ` Alim Akhtar
2015-10-20 10:31   ` Javier Martinez Canillas
2015-10-20 10:31     ` Javier Martinez Canillas
2015-10-20 10:29 ` [PATCH v2 0/6] Switch to generic syscon regmap based drivers Javier Martinez Canillas
2015-10-20 10:29   ` Javier Martinez Canillas
2015-10-20 14:59 ` Markus Reichl
2015-10-20 14:59   ` Markus Reichl
     [not found]   ` <562656D4.1040403-SRyzfwRm/0rPTwkrwQOX7A@public.gmane.org>
2015-10-20 15:47     ` Alim Akhtar
2015-10-20 15:47       ` Alim Akhtar
     [not found]       ` <CAGOxZ50G-ttivhVjbozUisA0HXcFz7bvRUuPR67xR88TTCa_wQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-20 15:52         ` Alim Akhtar
2015-10-20 15:52           ` Alim Akhtar
2015-10-20 17:23           ` Markus Reichl
2015-10-20 17:23             ` Markus Reichl
2015-10-21  6:09             ` Alim Akhtar [this message]
2015-10-21  6:09               ` Alim Akhtar
     [not found]               ` <56272C1C.8040007-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-10-21 10:16                 ` Javier Martinez Canillas
2015-10-21 10:16                   ` Javier Martinez Canillas
2015-10-21 10:42                   ` Markus Reichl
2015-10-21 10:42                     ` Markus Reichl
2015-10-21 10:46                     ` Alim Akhtar
2015-10-21 10:46                       ` Alim Akhtar
2015-10-21 11:46                       ` Anand Moon
2015-10-21 11:46                         ` Anand Moon
2015-10-21 13:25                         ` Javier Martinez Canillas
2015-10-21 13:25                           ` Javier Martinez Canillas
2015-10-21 10:44                   ` Alim Akhtar
2015-10-21 10:44                     ` Alim Akhtar
2015-10-21 13:23                     ` Javier Martinez Canillas
2015-10-21 13:23                       ` Javier Martinez Canillas
     [not found]                       ` <562791D4.3050105-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-10-21 14:56                         ` Alim Akhtar
2015-10-21 14:56                           ` Alim Akhtar
2015-10-21 14:50                   ` Alim Akhtar
2015-10-21 14:50                     ` Alim Akhtar
2015-10-21 14:55                     ` Javier Martinez Canillas
2015-10-21 14:55                       ` Javier Martinez Canillas
2015-10-21 15:01                       ` Alim Akhtar
2015-10-21 15:01                         ` Alim Akhtar
2015-10-22  0:17                         ` Krzysztof Kozlowski
2015-10-22  0:17                           ` Krzysztof Kozlowski
2015-10-22  3:54                           ` Alim Akhtar
2015-10-22  3:54                             ` Alim Akhtar
2015-11-19 18:06                           ` Alim Akhtar
2015-11-19 18:06                             ` Alim Akhtar
2015-11-19 18:18                             ` Javier Martinez Canillas
2015-11-19 18:18                               ` Javier Martinez Canillas
2015-11-20  0:46                             ` Krzysztof Kozlowski
2015-11-20  0:46                               ` Krzysztof Kozlowski
2015-11-20  5:08                               ` Alim Akhtar
2015-11-20  5:08                                 ` Alim Akhtar
     [not found]                       ` <5627A75E.60509-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-10-23 18:52                         ` Kukjin Kim
2015-10-23 18:52                           ` Kukjin Kim
     [not found]                           ` <562A8209.7090305-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-10-23 18:59                             ` Kukjin Kim
2015-10-23 18:59                               ` Kukjin Kim
2015-10-21  0:08 ` Krzysztof Kozlowski
2015-10-21  0:08   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56272C1C.8040007@samsung.com \
    --to=alim.akhtar@samsung.com \
    --cc=alim.akhtar@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=javier@osg.samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.reichl@fivetechno.de \
    --cc=tjakobi@math.uni-bielefeld.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.