All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>,
	 Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	 Eric Miao <eric.y.miao@gmail.com>,
	 Haojian Zhuang <haojian.zhuang@gmail.com>,
	 Alessandro Zummo <a.zummo@towertech.it>,
	 rtc-linux@googlegroups.com,  Arnd Bergmann <arnd@arndb.de>,
	 linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/6] SA1100/PXA RTC clean-up
Date: Fri, 15 May 2015 13:13:28 +0200	[thread overview]
Message-ID: <87pp62jdpj.fsf@belgarion.home> (raw)
In-Reply-To: <1431529350-4597-1-git-send-email-robh@kernel.org> (Rob Herring's message of "Wed, 13 May 2015 10:02:24 -0500")

Rob Herring <robh@kernel.org> writes:

> A git branch is here[4]. I've tested sa1100-rtc on PXA1928. I need help
> testing on PXA27x/3xx.
Hi Rob,

I tested on PXA27x. It works for the boards which used pxa-rtc.
For the others, their defconfig become broken, because the pxa boards with
sa1100-rtc do not work anymore. And of course no .config manipulation will fix
this, because PXA architecture is denied the sa1100-rtc driver.

As a consequence, these boards should transition from sa1100-rtc to pxa-rtc to
get back a working rtc, amongst which :
	cm_x2xx_defconfig
	em_x270_defconfig
	h5000_defconfig
	jornada720_defconfig
	magician_defconfig
	palmz72_defconfig
	pcm027_defconfig
	trizeps4_defconfig
	viper_defconfig
	xcep_defconfig

I think you should at least Cc the maintainers of these boards to see their
reaction. They should be aware of the impacts and comment.

I'll make a test for pxa3xx in the next week.

Cheers.

--
Robert

WARNING: multiple messages have this Message-ID (diff)
From: robert.jarzmik@free.fr (Robert Jarzmik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/6] SA1100/PXA RTC clean-up
Date: Fri, 15 May 2015 13:13:28 +0200	[thread overview]
Message-ID: <87pp62jdpj.fsf@belgarion.home> (raw)
In-Reply-To: <1431529350-4597-1-git-send-email-robh@kernel.org> (Rob Herring's message of "Wed, 13 May 2015 10:02:24 -0500")

Rob Herring <robh@kernel.org> writes:

> A git branch is here[4]. I've tested sa1100-rtc on PXA1928. I need help
> testing on PXA27x/3xx.
Hi Rob,

I tested on PXA27x. It works for the boards which used pxa-rtc.
For the others, their defconfig become broken, because the pxa boards with
sa1100-rtc do not work anymore. And of course no .config manipulation will fix
this, because PXA architecture is denied the sa1100-rtc driver.

As a consequence, these boards should transition from sa1100-rtc to pxa-rtc to
get back a working rtc, amongst which :
	cm_x2xx_defconfig
	em_x270_defconfig
	h5000_defconfig
	jornada720_defconfig
	magician_defconfig
	palmz72_defconfig
	pcm027_defconfig
	trizeps4_defconfig
	viper_defconfig
	xcep_defconfig

I think you should at least Cc the maintainers of these boards to see their
reaction. They should be aware of the impacts and comment.

I'll make a test for pxa3xx in the next week.

Cheers.

--
Robert

  parent reply	other threads:[~2015-05-15 11:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13 15:02 [rtc-linux] [PATCH v4 0/6] SA1100/PXA RTC clean-up Rob Herring
2015-05-13 15:02 ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 1/6] rtc: sa1100: prepare to share sa1100_rtc_ops Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 2/6] rtc: pxa: convert to use shared sa1100 functions Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 3/6] ARM: pxa: add memory resource to SA1100 RTC device Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 4/6] rtc: sa1100/pxa: convert to run-time register mapping Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 5/6] ARM: sa1100: remove unused RTC register definitions Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-13 15:02 ` [rtc-linux] [PATCH v4 6/6] ARM: mmp: " Rob Herring
2015-05-13 15:02   ` Rob Herring
2015-05-15 11:13 ` Robert Jarzmik [this message]
2015-05-15 11:13   ` [PATCH v4 0/6] SA1100/PXA RTC clean-up Robert Jarzmik
2015-05-18 13:18   ` [rtc-linux] " Rob Herring
2015-05-18 13:18     ` Rob Herring
2015-05-18 18:43     ` Robert Jarzmik
2015-05-18 18:43       ` Robert Jarzmik
2015-06-03  5:31       ` [rtc-linux] " Rob Herring
2015-06-03  5:31         ` Rob Herring
2015-06-05 19:43         ` Robert Jarzmik
2015-06-05 19:43           ` Robert Jarzmik
2015-06-05 21:28           ` [rtc-linux] " Rob Herring
2015-06-05 21:28             ` Rob Herring
2015-06-06 21:25             ` Robert Jarzmik
2015-06-06 21:25               ` Robert Jarzmik
2015-06-08 16:52               ` [rtc-linux] " Rob Herring
2015-06-08 16:52                 ` Rob Herring
2015-06-14  8:11                 ` Robert Jarzmik
2015-06-14  8:11                   ` Robert Jarzmik

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=87pp62jdpj.fsf@belgarion.home \
    --to=robert.jarzmik@free.fr \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=robh@kernel.org \
    --cc=rtc-linux@googlegroups.com \
    /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.