All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Rutland <mark.rutland@arm.com>
To: Fu Wei <fu.wei@linaro.org>
Cc: Timur Tabi <timur@codeaurora.org>,
	kbuild test robot <lkp@intel.com>,
	Linaro ACPI Mailman List <linaro-acpi@lists.linaro.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Wim Van Sebroeck <wim@iguana.be>, Wei Huang <wei@redhat.com>,
	Tomasz Nowicki <tn@semihalf.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Guenter Roeck <linux@roeck-us.net>,
	kbuild-all@01.org, "Abdulhamid, Harb" <harba@codeaurora.org>,
	Julien Grall <julien.grall@arm.com>,
	linux-watchdog@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Marc Zyngier <marc.zyngier@arm.com>, Jon Masters <jcm@redhat.com>,
	Christopher Covington <cov@codeaurora.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-arm-kern
Subject: Re: [Linaro-acpi] [PATCH v17 08/15] clocksource/drivers/arm_arch_timer: move arch_timer_needs_of_probing into DT init call
Date: Thu, 8 Dec 2016 11:04:10 +0000	[thread overview]
Message-ID: <20161208110410.GA9768@leverpostej> (raw)
In-Reply-To: <CADyBb7vAfMGV5ERFqAbwo4v4BhJv5s_-x4DXmdvy=iUacBzJWQ@mail.gmail.com>

On Thu, Dec 08, 2016 at 11:16:21AM +0800, Fu Wei wrote:
> Hi Timur,
> 
> On 8 December 2016 at 01:25, Timur Tabi <timur@codeaurora.org> wrote:
> > On Fri, Nov 25, 2016 at 9:06 AM, Fu Wei <fu.wei@linaro.org> wrote:
> >>
> >> a "+ int ret;" should be move from [12/15] to here, I have fix the
> >> problem in my repo, it would happen in next patchset
> >>
> >> https://git.linaro.org/people/fu.wei/linux.git/log/?h=topic-gtdt-wakeup-timer_upstream_v18_devel
> >
> > Fu, please post v18 to the mailing list so that it can be picked up
> > for 4.10 (if it's not too late already).

Unfortunately, it's too late for v4.10. It hasn't been sat in linux-next
at all, and we've seen kbuild test failures.

Hopefully there's time to beat this into shape and get it into
linux-next so that it's ready to queue for v4.11, though.

> Great thanks for your suggestion!  :-)
> yes, you are right, I would love to post v18 ASAP.
> 
> But I am still waiting for more feedback from the maintainers.

Please post a version which passes inspection by the kbuild test robot.
I haven't had a chance to look at this yet, and it'll be better to look
at a version that actually works.

Thanks,
Mark.

WARNING: multiple messages have this Message-ID (diff)
From: Mark Rutland <mark.rutland@arm.com>
To: Fu Wei <fu.wei@linaro.org>
Cc: Timur Tabi <timur@codeaurora.org>,
	kbuild test robot <lkp@intel.com>,
	Linaro ACPI Mailman List <linaro-acpi@lists.linaro.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Wim Van Sebroeck <wim@iguana.be>, Wei Huang <wei@redhat.com>,
	Tomasz Nowicki <tn@semihalf.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Guenter Roeck <linux@roeck-us.net>,
	kbuild-all@01.org, "Abdulhamid, Harb" <harba@codeaurora.org>,
	Julien Grall <julien.grall@arm.com>,
	linux-watchdog@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Marc Zyngier <marc.zyngier@arm.com>, Jon Masters <jcm@redhat.com>,
	Christopher Covington <cov@codeaurora.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Sudeep Holla <sudeep.holla@arm.com>, Len Brown <lenb@kernel.org>,
	Christoffer Dall <christoffer.dall@linaro.org>
Subject: Re: [Linaro-acpi] [PATCH v17 08/15] clocksource/drivers/arm_arch_timer: move arch_timer_needs_of_probing into DT init call
Date: Thu, 8 Dec 2016 11:04:10 +0000	[thread overview]
Message-ID: <20161208110410.GA9768@leverpostej> (raw)
In-Reply-To: <CADyBb7vAfMGV5ERFqAbwo4v4BhJv5s_-x4DXmdvy=iUacBzJWQ@mail.gmail.com>

On Thu, Dec 08, 2016 at 11:16:21AM +0800, Fu Wei wrote:
> Hi Timur,
> 
> On 8 December 2016 at 01:25, Timur Tabi <timur@codeaurora.org> wrote:
> > On Fri, Nov 25, 2016 at 9:06 AM, Fu Wei <fu.wei@linaro.org> wrote:
> >>
> >> a "+ int ret;" should be move from [12/15] to here, I have fix the
> >> problem in my repo, it would happen in next patchset
> >>
> >> https://git.linaro.org/people/fu.wei/linux.git/log/?h=topic-gtdt-wakeup-timer_upstream_v18_devel
> >
> > Fu, please post v18 to the mailing list so that it can be picked up
> > for 4.10 (if it's not too late already).

Unfortunately, it's too late for v4.10. It hasn't been sat in linux-next
at all, and we've seen kbuild test failures.

Hopefully there's time to beat this into shape and get it into
linux-next so that it's ready to queue for v4.11, though.

> Great thanks for your suggestion!  :-)
> yes, you are right, I would love to post v18 ASAP.
> 
> But I am still waiting for more feedback from the maintainers.

Please post a version which passes inspection by the kbuild test robot.
I haven't had a chance to look at this yet, and it'll be better to look
at a version that actually works.

Thanks,
Mark.

WARNING: multiple messages have this Message-ID (diff)
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [Linaro-acpi] [PATCH v17 08/15] clocksource/drivers/arm_arch_timer: move arch_timer_needs_of_probing into DT init call
Date: Thu, 8 Dec 2016 11:04:10 +0000	[thread overview]
Message-ID: <20161208110410.GA9768@leverpostej> (raw)
In-Reply-To: <CADyBb7vAfMGV5ERFqAbwo4v4BhJv5s_-x4DXmdvy=iUacBzJWQ@mail.gmail.com>

On Thu, Dec 08, 2016 at 11:16:21AM +0800, Fu Wei wrote:
> Hi Timur,
> 
> On 8 December 2016 at 01:25, Timur Tabi <timur@codeaurora.org> wrote:
> > On Fri, Nov 25, 2016 at 9:06 AM, Fu Wei <fu.wei@linaro.org> wrote:
> >>
> >> a "+ int ret;" should be move from [12/15] to here, I have fix the
> >> problem in my repo, it would happen in next patchset
> >>
> >> https://git.linaro.org/people/fu.wei/linux.git/log/?h=topic-gtdt-wakeup-timer_upstream_v18_devel
> >
> > Fu, please post v18 to the mailing list so that it can be picked up
> > for 4.10 (if it's not too late already).

Unfortunately, it's too late for v4.10. It hasn't been sat in linux-next
at all, and we've seen kbuild test failures.

Hopefully there's time to beat this into shape and get it into
linux-next so that it's ready to queue for v4.11, though.

> Great thanks for your suggestion!  :-)
> yes, you are right, I would love to post v18 ASAP.
> 
> But I am still waiting for more feedback from the maintainers.

Please post a version which passes inspection by the kbuild test robot.
I haven't had a chance to look at this yet, and it'll be better to look
at a version that actually works.

Thanks,
Mark.

  reply	other threads:[~2016-12-08 11:04 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-25  8:46 [PATCH v17 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer fu.wei-QSEj5FYQhm4dnm+yROfE0A
2016-11-25  8:46 ` fu.wei at linaro.org
2016-11-25  8:46 ` fu.wei
2016-11-25  8:46 ` [PATCH v17 01/15] clocksource/drivers/arm_arch_timer: Move enums and defines to header file fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 02/15] clocksource/drivers/arm_arch_timer: Add a new enum for spi type fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 03/15] clocksource/drivers/arm_arch_timer: Improve printk relevant code fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 04/15] clocksource/drivers/arm_arch_timer: rename some enums and defines fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
     [not found] ` <20161125084623.22515-1-fu.wei-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-11-25  8:46   ` [PATCH v17 05/15] clocksource/drivers/arm_arch_timer: rework PPI determination fu.wei-QSEj5FYQhm4dnm+yROfE0A
2016-11-25  8:46     ` fu.wei at linaro.org
2016-11-25  8:46     ` fu.wei
2016-11-25  8:46   ` [PATCH v17 11/15] acpi/arm64: Add GTDT table parse driver fu.wei-QSEj5FYQhm4dnm+yROfE0A
2016-11-25  8:46     ` fu.wei at linaro.org
2016-11-25  8:46     ` fu.wei
2016-11-25  8:46 ` [PATCH v17 06/15] clocksource/drivers/arm_arch_timer: Rework counter frequency detection fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 07/15] clocksource/drivers/arm_arch_timer: Refactor arch_timer_needs_probing fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 08/15] clocksource/drivers/arm_arch_timer: move arch_timer_needs_of_probing into DT init call fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25 14:32   ` kbuild test robot
2016-11-25 14:32     ` kbuild test robot
2016-11-25 14:32     ` kbuild test robot
     [not found]     ` <201611252221.UyJ9iWPV%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-11-25 15:06       ` Fu Wei
2016-11-25 15:06         ` Fu Wei
2016-11-25 15:06         ` Fu Wei
2016-12-07 17:25         ` [Linaro-acpi] " Timur Tabi
2016-12-07 17:25           ` Timur Tabi
2016-12-07 17:25           ` Timur Tabi
2016-12-08  3:16           ` Fu Wei
2016-12-08  3:16             ` Fu Wei
2016-12-08  3:16             ` Fu Wei
2016-12-08 11:04             ` Mark Rutland [this message]
2016-12-08 11:04               ` Mark Rutland
2016-12-08 11:04               ` Mark Rutland
2016-12-08 11:20               ` Fu Wei
2016-12-08 11:20                 ` Fu Wei
2016-12-08 11:20                 ` Fu Wei
2016-11-25  8:46 ` [PATCH v17 09/15] clocksource/drivers/arm_arch_timer: Introduce some new structs to prepare for GTDT fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 10/15] clocksource/drivers/arm_arch_timer: Refactor the timer init code " fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 12/15] clocksource/drivers/arm_arch_timer: Simplify ACPI support code fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 13/15] acpi/arm64: Add memory-mapped timer support in GTDT driver fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46   ` fu.wei
2016-11-25  8:46 ` [PATCH v17 14/15] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46 ` [PATCH v17 15/15] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver fu.wei
2016-11-25  8:46   ` fu.wei at linaro.org
2016-11-25  8:46   ` fu.wei

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=20161208110410.GA9768@leverpostej \
    --to=mark.rutland@arm.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=cov@codeaurora.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=fu.wei@linaro.org \
    --cc=harba@codeaurora.org \
    --cc=jcm@redhat.com \
    --cc=julien.grall@arm.com \
    --cc=kbuild-all@01.org \
    --cc=linaro-acpi@lists.linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkp@intel.com \
    --cc=marc.zyngier@arm.com \
    --cc=tglx@linutronix.de \
    --cc=timur@codeaurora.org \
    --cc=tn@semihalf.com \
    --cc=wei@redhat.com \
    --cc=will.deacon@arm.com \
    --cc=wim@iguana.be \
    /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.